Home
last modified time | relevance | path

Searched refs:S3Metadata (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appflow/source/model/
H A DS3Metadata.cpp21 S3Metadata::S3Metadata() in S3Metadata() function in Aws::Appflow::Model::S3Metadata
25 S3Metadata::S3Metadata(JsonView jsonValue) in S3Metadata() function in Aws::Appflow::Model::S3Metadata
30 S3Metadata& S3Metadata::operator =(JsonView jsonValue) in operator =()
36 JsonValue S3Metadata::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appflow/include/aws/appflow/model/
H A DS3Metadata.h29 class AWS_APPFLOW_API S3Metadata
32 S3Metadata();
33 S3Metadata(Aws::Utils::Json::JsonView jsonValue);
34 S3Metadata& operator=(Aws::Utils::Json::JsonView jsonValue);
H A DConnectorMetadata.h282 inline const S3Metadata& GetS3() const{ return m_s3; } in GetS3()
292 inline void SetS3(const S3Metadata& value) { m_s3HasBeenSet = true; m_s3 = value; } in SetS3()
297 inline void SetS3(S3Metadata&& value) { m_s3HasBeenSet = true; m_s3 = std::move(value); } in SetS3()
302 inline ConnectorMetadata& WithS3(const S3Metadata& value) { SetS3(value); return *this;} in WithS3()
307 inline ConnectorMetadata& WithS3(S3Metadata&& value) { SetS3(std::move(value)); return *this;} in WithS3()
723 S3Metadata m_s3;
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/S3/
H A DCore.hs161 data S3Metadata type
162 = S3Metadata { constructor
168 instance Sem.Semigroup S3Metadata where
169 S3Metadata a1 r1 <> S3Metadata a2 r2 = S3Metadata (a1 `mplus` a2) (r1 `mplus` r2) function
171 instance Monoid S3Metadata where
172 mempty = S3Metadata Nothing Nothing
175 instance Loggable S3Metadata where
419 -> IORef S3Metadata
428 -> IORef S3Metadata
442 s3XmlResponseConsumer :: (Cu.Cursor -> Response S3Metadata a)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/S3/Commands/
H A DDeleteBucket.hs32 type ResponseMetadata DeleteBucketResponse = S3Metadata
H A DDeleteObject.hs35 type ResponseMetadata DeleteObjectResponse = S3Metadata
H A DDeleteObjectVersion.hs44 type ResponseMetadata DeleteObjectVersionResponse = S3Metadata
H A DMultipart.hs102 type ResponseMetadata InitiateMultipartUploadResponse = S3Metadata
175 type ResponseMetadata UploadPartResponse = S3Metadata
259 type ResponseMetadata CompleteMultipartUploadResponse = S3Metadata
320 type ResponseMetadata AbortMultipartUploadResponse = S3Metadata
H A DGetBucketLocation.hs45 type ResponseMetadata GetBucketLocationResponse = S3Metadata
H A DGetService.hs26 type ResponseMetadata GetServiceResponse = S3Metadata
H A DPutBucketVersioning.hs63 type ResponseMetadata PutBucketVersioningResponse = S3Metadata
H A DHeadObject.hs62 type ResponseMetadata HeadObjectResponse = S3Metadata
H A DPutBucket.hs75 type ResponseMetadata PutBucketResponse = S3Metadata
H A DPutObject.hs79 type ResponseMetadata PutObjectResponse = S3Metadata
H A DCopyObject.hs95 type ResponseMetadata CopyObjectResponse = S3Metadata
H A DGetBucket.hs74 type ResponseMetadata GetBucketResponse = S3Metadata
H A DGetObject.hs85 type ResponseMetadata GetObjectResponse = S3Metadata
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/appflow/types/
H A Dtypes.go163 S3 *S3Metadata
1032 type S3Metadata struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appflow/types/
H A Dtypes.go157 S3 *S3Metadata
938 type S3Metadata struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appflow/types/
H A Dtypes.go157 S3 *S3Metadata
938 type S3Metadata struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appflow/types/
H A Dtypes.go157 S3 *S3Metadata
938 type S3Metadata struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/appflow/types/
H A Dtypes.go163 S3 *S3Metadata
1032 type S3Metadata struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/appflow/types/
H A Dtypes.go163 S3 *S3Metadata
1032 type S3Metadata struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/appflow/types/
H A Dtypes.go163 S3 *S3Metadata
1032 type S3Metadata struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/appflow/types/
H A Dtypes.go194 S3 *S3Metadata
1240 type S3Metadata struct { struct

12