@aws-sdk/client-cloudfront 3.495.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +206 -203
- package/package.json +42 -42
package/dist-cjs/index.js
CHANGED
|
@@ -18972,43 +18972,23 @@ var waitUntilStreamingDistributionDeployed = /* @__PURE__ */ __name(async (param
|
|
|
18972
18972
|
// src/index.ts
|
|
18973
18973
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
18974
18974
|
// Annotate the CommonJS export names for ESM import in node:
|
|
18975
|
+
|
|
18975
18976
|
0 && (module.exports = {
|
|
18976
|
-
AccessDenied,
|
|
18977
|
-
AssociateAliasCommand,
|
|
18978
|
-
BatchTooLarge,
|
|
18979
|
-
CNAMEAlreadyExists,
|
|
18980
|
-
CachePolicyAlreadyExists,
|
|
18981
|
-
CachePolicyCookieBehavior,
|
|
18982
|
-
CachePolicyHeaderBehavior,
|
|
18983
|
-
CachePolicyInUse,
|
|
18984
|
-
CachePolicyQueryStringBehavior,
|
|
18985
|
-
CachePolicyType,
|
|
18986
|
-
CannotChangeImmutablePublicKeyFields,
|
|
18987
|
-
CannotDeleteEntityWhileInUse,
|
|
18988
|
-
CertificateSource,
|
|
18989
|
-
CloudFront,
|
|
18990
|
-
CloudFrontClient,
|
|
18991
|
-
CloudFrontOriginAccessIdentityAlreadyExists,
|
|
18992
|
-
CloudFrontOriginAccessIdentityInUse,
|
|
18993
18977
|
CloudFrontServiceException,
|
|
18994
|
-
|
|
18995
|
-
|
|
18996
|
-
|
|
18978
|
+
__Client,
|
|
18979
|
+
CloudFrontClient,
|
|
18980
|
+
CloudFront,
|
|
18981
|
+
$Command,
|
|
18982
|
+
AssociateAliasCommand,
|
|
18997
18983
|
CopyDistributionCommand,
|
|
18998
|
-
CopyDistributionResultFilterSensitiveLog,
|
|
18999
18984
|
CreateCachePolicyCommand,
|
|
19000
18985
|
CreateCloudFrontOriginAccessIdentityCommand,
|
|
19001
18986
|
CreateContinuousDeploymentPolicyCommand,
|
|
19002
18987
|
CreateDistributionCommand,
|
|
19003
|
-
CreateDistributionRequestFilterSensitiveLog,
|
|
19004
|
-
CreateDistributionResultFilterSensitiveLog,
|
|
19005
18988
|
CreateDistributionWithTagsCommand,
|
|
19006
|
-
CreateDistributionWithTagsRequestFilterSensitiveLog,
|
|
19007
|
-
CreateDistributionWithTagsResultFilterSensitiveLog,
|
|
19008
18989
|
CreateFieldLevelEncryptionConfigCommand,
|
|
19009
18990
|
CreateFieldLevelEncryptionProfileCommand,
|
|
19010
18991
|
CreateFunctionCommand,
|
|
19011
|
-
CreateFunctionRequestFilterSensitiveLog,
|
|
19012
18992
|
CreateInvalidationCommand,
|
|
19013
18993
|
CreateKeyGroupCommand,
|
|
19014
18994
|
CreateKeyValueStoreCommand,
|
|
@@ -19020,7 +19000,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19020
19000
|
CreateResponseHeadersPolicyCommand,
|
|
19021
19001
|
CreateStreamingDistributionCommand,
|
|
19022
19002
|
CreateStreamingDistributionWithTagsCommand,
|
|
19023
|
-
CustomHeadersFilterSensitiveLog,
|
|
19024
19003
|
DeleteCachePolicyCommand,
|
|
19025
19004
|
DeleteCloudFrontOriginAccessIdentityCommand,
|
|
19026
19005
|
DeleteContinuousDeploymentPolicyCommand,
|
|
@@ -19039,31 +19018,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19039
19018
|
DeleteStreamingDistributionCommand,
|
|
19040
19019
|
DescribeFunctionCommand,
|
|
19041
19020
|
DescribeKeyValueStoreCommand,
|
|
19042
|
-
DistributionAlreadyExists,
|
|
19043
|
-
DistributionConfigFilterSensitiveLog,
|
|
19044
|
-
DistributionConfigWithTagsFilterSensitiveLog,
|
|
19045
|
-
DistributionFilterSensitiveLog,
|
|
19046
|
-
DistributionListFilterSensitiveLog,
|
|
19047
|
-
DistributionNotDisabled,
|
|
19048
|
-
DistributionSummaryFilterSensitiveLog,
|
|
19049
|
-
EntityAlreadyExists,
|
|
19050
|
-
EntityLimitExceeded,
|
|
19051
|
-
EntityNotFound,
|
|
19052
|
-
EntitySizeLimitExceeded,
|
|
19053
|
-
EventType,
|
|
19054
|
-
FieldLevelEncryptionConfigAlreadyExists,
|
|
19055
|
-
FieldLevelEncryptionConfigInUse,
|
|
19056
|
-
FieldLevelEncryptionProfileAlreadyExists,
|
|
19057
|
-
FieldLevelEncryptionProfileInUse,
|
|
19058
|
-
FieldLevelEncryptionProfileSizeExceeded,
|
|
19059
|
-
Format,
|
|
19060
|
-
FrameOptionsList,
|
|
19061
|
-
FunctionAlreadyExists,
|
|
19062
|
-
FunctionInUse,
|
|
19063
|
-
FunctionRuntime,
|
|
19064
|
-
FunctionSizeLimitExceeded,
|
|
19065
|
-
FunctionStage,
|
|
19066
|
-
GeoRestrictionType,
|
|
19067
19021
|
GetCachePolicyCommand,
|
|
19068
19022
|
GetCachePolicyConfigCommand,
|
|
19069
19023
|
GetCloudFrontOriginAccessIdentityCommand,
|
|
@@ -19072,14 +19026,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19072
19026
|
GetContinuousDeploymentPolicyConfigCommand,
|
|
19073
19027
|
GetDistributionCommand,
|
|
19074
19028
|
GetDistributionConfigCommand,
|
|
19075
|
-
GetDistributionConfigResultFilterSensitiveLog,
|
|
19076
|
-
GetDistributionResultFilterSensitiveLog,
|
|
19077
19029
|
GetFieldLevelEncryptionCommand,
|
|
19078
19030
|
GetFieldLevelEncryptionConfigCommand,
|
|
19079
19031
|
GetFieldLevelEncryptionProfileCommand,
|
|
19080
19032
|
GetFieldLevelEncryptionProfileConfigCommand,
|
|
19081
19033
|
GetFunctionCommand,
|
|
19082
|
-
GetFunctionResultFilterSensitiveLog,
|
|
19083
19034
|
GetInvalidationCommand,
|
|
19084
19035
|
GetKeyGroupCommand,
|
|
19085
19036
|
GetKeyGroupConfigCommand,
|
|
@@ -19095,42 +19046,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19095
19046
|
GetResponseHeadersPolicyConfigCommand,
|
|
19096
19047
|
GetStreamingDistributionCommand,
|
|
19097
19048
|
GetStreamingDistributionConfigCommand,
|
|
19098
|
-
HttpVersion,
|
|
19099
|
-
ICPRecordalStatus,
|
|
19100
|
-
IllegalDelete,
|
|
19101
|
-
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior,
|
|
19102
|
-
IllegalOriginAccessConfiguration,
|
|
19103
|
-
IllegalUpdate,
|
|
19104
|
-
ImportSourceType,
|
|
19105
|
-
InconsistentQuantities,
|
|
19106
|
-
InvalidArgument,
|
|
19107
|
-
InvalidDefaultRootObject,
|
|
19108
|
-
InvalidDomainNameForOriginAccessControl,
|
|
19109
|
-
InvalidErrorCode,
|
|
19110
|
-
InvalidForwardCookies,
|
|
19111
|
-
InvalidFunctionAssociation,
|
|
19112
|
-
InvalidGeoRestrictionParameter,
|
|
19113
|
-
InvalidHeadersForS3Origin,
|
|
19114
|
-
InvalidIfMatchVersion,
|
|
19115
|
-
InvalidLambdaFunctionAssociation,
|
|
19116
|
-
InvalidLocationCode,
|
|
19117
|
-
InvalidMinimumProtocolVersion,
|
|
19118
|
-
InvalidOrigin,
|
|
19119
|
-
InvalidOriginAccessControl,
|
|
19120
|
-
InvalidOriginAccessIdentity,
|
|
19121
|
-
InvalidOriginKeepaliveTimeout,
|
|
19122
|
-
InvalidOriginReadTimeout,
|
|
19123
|
-
InvalidProtocolSettings,
|
|
19124
|
-
InvalidQueryStringParameters,
|
|
19125
|
-
InvalidRelativePath,
|
|
19126
|
-
InvalidRequiredProtocol,
|
|
19127
|
-
InvalidResponseCode,
|
|
19128
|
-
InvalidTTLOrder,
|
|
19129
|
-
InvalidTagging,
|
|
19130
|
-
InvalidViewerCertificate,
|
|
19131
|
-
InvalidWebACLId,
|
|
19132
|
-
ItemSelection,
|
|
19133
|
-
KeyGroupAlreadyExists,
|
|
19134
19049
|
ListCachePoliciesCommand,
|
|
19135
19050
|
ListCloudFrontOriginAccessIdentitiesCommand,
|
|
19136
19051
|
ListConflictingAliasesCommand,
|
|
@@ -19139,12 +19054,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19139
19054
|
ListDistributionsByKeyGroupCommand,
|
|
19140
19055
|
ListDistributionsByOriginRequestPolicyIdCommand,
|
|
19141
19056
|
ListDistributionsByRealtimeLogConfigCommand,
|
|
19142
|
-
ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog,
|
|
19143
19057
|
ListDistributionsByResponseHeadersPolicyIdCommand,
|
|
19144
19058
|
ListDistributionsByWebACLIdCommand,
|
|
19145
|
-
ListDistributionsByWebACLIdResultFilterSensitiveLog,
|
|
19146
19059
|
ListDistributionsCommand,
|
|
19147
|
-
ListDistributionsResultFilterSensitiveLog,
|
|
19148
19060
|
ListFieldLevelEncryptionConfigsCommand,
|
|
19149
19061
|
ListFieldLevelEncryptionProfilesCommand,
|
|
19150
19062
|
ListFunctionsCommand,
|
|
@@ -19158,80 +19070,104 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19158
19070
|
ListResponseHeadersPoliciesCommand,
|
|
19159
19071
|
ListStreamingDistributionsCommand,
|
|
19160
19072
|
ListTagsForResourceCommand,
|
|
19073
|
+
PublishFunctionCommand,
|
|
19074
|
+
TagResourceCommand,
|
|
19075
|
+
TestFunctionCommand,
|
|
19076
|
+
UntagResourceCommand,
|
|
19077
|
+
UpdateCachePolicyCommand,
|
|
19078
|
+
UpdateCloudFrontOriginAccessIdentityCommand,
|
|
19079
|
+
UpdateContinuousDeploymentPolicyCommand,
|
|
19080
|
+
UpdateDistributionCommand,
|
|
19081
|
+
UpdateDistributionWithStagingConfigCommand,
|
|
19082
|
+
UpdateFieldLevelEncryptionConfigCommand,
|
|
19083
|
+
UpdateFieldLevelEncryptionProfileCommand,
|
|
19084
|
+
UpdateFunctionCommand,
|
|
19085
|
+
UpdateKeyGroupCommand,
|
|
19086
|
+
UpdateKeyValueStoreCommand,
|
|
19087
|
+
UpdateOriginAccessControlCommand,
|
|
19088
|
+
UpdateOriginRequestPolicyCommand,
|
|
19089
|
+
UpdatePublicKeyCommand,
|
|
19090
|
+
UpdateRealtimeLogConfigCommand,
|
|
19091
|
+
UpdateResponseHeadersPolicyCommand,
|
|
19092
|
+
UpdateStreamingDistributionCommand,
|
|
19093
|
+
paginateListCloudFrontOriginAccessIdentities,
|
|
19094
|
+
paginateListDistributions,
|
|
19095
|
+
paginateListInvalidations,
|
|
19096
|
+
paginateListKeyValueStores,
|
|
19097
|
+
paginateListStreamingDistributions,
|
|
19098
|
+
waitForDistributionDeployed,
|
|
19099
|
+
waitUntilDistributionDeployed,
|
|
19100
|
+
waitForInvalidationCompleted,
|
|
19101
|
+
waitUntilInvalidationCompleted,
|
|
19102
|
+
waitForStreamingDistributionDeployed,
|
|
19103
|
+
waitUntilStreamingDistributionDeployed,
|
|
19104
|
+
ResponseHeadersPolicyAccessControlAllowMethodsValues,
|
|
19105
|
+
AccessDenied,
|
|
19106
|
+
ICPRecordalStatus,
|
|
19161
19107
|
Method,
|
|
19108
|
+
IllegalUpdate,
|
|
19109
|
+
InvalidArgument,
|
|
19110
|
+
NoSuchDistribution,
|
|
19111
|
+
TooManyDistributionCNAMEs,
|
|
19112
|
+
BatchTooLarge,
|
|
19113
|
+
ItemSelection,
|
|
19114
|
+
EventType,
|
|
19115
|
+
ViewerProtocolPolicy,
|
|
19116
|
+
CachePolicyCookieBehavior,
|
|
19117
|
+
CachePolicyHeaderBehavior,
|
|
19118
|
+
CachePolicyQueryStringBehavior,
|
|
19119
|
+
CachePolicyAlreadyExists,
|
|
19120
|
+
CachePolicyInUse,
|
|
19121
|
+
CachePolicyType,
|
|
19122
|
+
CannotChangeImmutablePublicKeyFields,
|
|
19123
|
+
CannotDeleteEntityWhileInUse,
|
|
19124
|
+
CertificateSource,
|
|
19125
|
+
CNAMEAlreadyExists,
|
|
19126
|
+
HttpVersion,
|
|
19127
|
+
OriginProtocolPolicy,
|
|
19128
|
+
SslProtocol,
|
|
19129
|
+
PriceClass,
|
|
19130
|
+
GeoRestrictionType,
|
|
19162
19131
|
MinimumProtocolVersion,
|
|
19132
|
+
SSLSupportMethod,
|
|
19133
|
+
DistributionAlreadyExists,
|
|
19134
|
+
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior,
|
|
19135
|
+
InconsistentQuantities,
|
|
19136
|
+
InvalidDefaultRootObject,
|
|
19137
|
+
InvalidErrorCode,
|
|
19138
|
+
InvalidForwardCookies,
|
|
19139
|
+
InvalidFunctionAssociation,
|
|
19140
|
+
InvalidGeoRestrictionParameter,
|
|
19141
|
+
InvalidHeadersForS3Origin,
|
|
19142
|
+
InvalidIfMatchVersion,
|
|
19143
|
+
InvalidLambdaFunctionAssociation,
|
|
19144
|
+
InvalidLocationCode,
|
|
19145
|
+
InvalidMinimumProtocolVersion,
|
|
19146
|
+
InvalidOrigin,
|
|
19147
|
+
InvalidOriginAccessControl,
|
|
19148
|
+
InvalidOriginAccessIdentity,
|
|
19149
|
+
InvalidOriginKeepaliveTimeout,
|
|
19150
|
+
InvalidOriginReadTimeout,
|
|
19151
|
+
InvalidProtocolSettings,
|
|
19152
|
+
InvalidQueryStringParameters,
|
|
19153
|
+
InvalidRelativePath,
|
|
19154
|
+
InvalidRequiredProtocol,
|
|
19155
|
+
InvalidResponseCode,
|
|
19156
|
+
InvalidTTLOrder,
|
|
19157
|
+
InvalidViewerCertificate,
|
|
19158
|
+
InvalidWebACLId,
|
|
19163
19159
|
MissingBody,
|
|
19164
|
-
MonitoringSubscriptionAlreadyExists,
|
|
19165
19160
|
NoSuchCachePolicy,
|
|
19166
|
-
NoSuchCloudFrontOriginAccessIdentity,
|
|
19167
|
-
NoSuchContinuousDeploymentPolicy,
|
|
19168
|
-
NoSuchDistribution,
|
|
19169
19161
|
NoSuchFieldLevelEncryptionConfig,
|
|
19170
|
-
NoSuchFieldLevelEncryptionProfile,
|
|
19171
|
-
NoSuchFunctionExists,
|
|
19172
|
-
NoSuchInvalidation,
|
|
19173
|
-
NoSuchMonitoringSubscription,
|
|
19174
19162
|
NoSuchOrigin,
|
|
19175
|
-
NoSuchOriginAccessControl,
|
|
19176
19163
|
NoSuchOriginRequestPolicy,
|
|
19177
|
-
NoSuchPublicKey,
|
|
19178
19164
|
NoSuchRealtimeLogConfig,
|
|
19179
|
-
NoSuchResource,
|
|
19180
19165
|
NoSuchResponseHeadersPolicy,
|
|
19181
|
-
NoSuchStreamingDistribution,
|
|
19182
|
-
OriginAccessControlAlreadyExists,
|
|
19183
|
-
OriginAccessControlInUse,
|
|
19184
|
-
OriginAccessControlOriginTypes,
|
|
19185
|
-
OriginAccessControlSigningBehaviors,
|
|
19186
|
-
OriginAccessControlSigningProtocols,
|
|
19187
|
-
OriginCustomHeaderFilterSensitiveLog,
|
|
19188
|
-
OriginFilterSensitiveLog,
|
|
19189
|
-
OriginProtocolPolicy,
|
|
19190
|
-
OriginRequestPolicyAlreadyExists,
|
|
19191
|
-
OriginRequestPolicyCookieBehavior,
|
|
19192
|
-
OriginRequestPolicyHeaderBehavior,
|
|
19193
|
-
OriginRequestPolicyInUse,
|
|
19194
|
-
OriginRequestPolicyQueryStringBehavior,
|
|
19195
|
-
OriginRequestPolicyType,
|
|
19196
|
-
OriginsFilterSensitiveLog,
|
|
19197
19166
|
PreconditionFailed,
|
|
19198
|
-
PriceClass,
|
|
19199
|
-
PublicKeyAlreadyExists,
|
|
19200
|
-
PublicKeyInUse,
|
|
19201
|
-
PublishFunctionCommand,
|
|
19202
|
-
QueryArgProfileEmpty,
|
|
19203
|
-
RealtimeLogConfigAlreadyExists,
|
|
19204
|
-
RealtimeLogConfigInUse,
|
|
19205
19167
|
RealtimeLogConfigOwnerMismatch,
|
|
19206
|
-
RealtimeMetricsSubscriptionStatus,
|
|
19207
|
-
ReferrerPolicyList,
|
|
19208
|
-
ResourceInUse,
|
|
19209
|
-
ResponseHeadersPolicyAccessControlAllowMethodsValues,
|
|
19210
|
-
ResponseHeadersPolicyAlreadyExists,
|
|
19211
|
-
ResponseHeadersPolicyInUse,
|
|
19212
|
-
ResponseHeadersPolicyType,
|
|
19213
|
-
SSLSupportMethod,
|
|
19214
|
-
SslProtocol,
|
|
19215
|
-
StagingDistributionInUse,
|
|
19216
|
-
StreamingDistributionAlreadyExists,
|
|
19217
|
-
StreamingDistributionNotDisabled,
|
|
19218
|
-
TagResourceCommand,
|
|
19219
|
-
TestFunctionCommand,
|
|
19220
|
-
TestFunctionFailed,
|
|
19221
|
-
TestFunctionRequestFilterSensitiveLog,
|
|
19222
|
-
TestFunctionResultFilterSensitiveLog,
|
|
19223
|
-
TestResultFilterSensitiveLog,
|
|
19224
|
-
TooLongCSPInResponseHeadersPolicy,
|
|
19225
19168
|
TooManyCacheBehaviors,
|
|
19226
|
-
TooManyCachePolicies,
|
|
19227
19169
|
TooManyCertificates,
|
|
19228
|
-
TooManyCloudFrontOriginAccessIdentities,
|
|
19229
|
-
TooManyContinuousDeploymentPolicies,
|
|
19230
19170
|
TooManyCookieNamesInWhiteList,
|
|
19231
|
-
TooManyCookiesInCachePolicy,
|
|
19232
|
-
TooManyCookiesInOriginRequestPolicy,
|
|
19233
|
-
TooManyCustomHeadersInResponseHeadersPolicy,
|
|
19234
|
-
TooManyDistributionCNAMEs,
|
|
19235
19171
|
TooManyDistributions,
|
|
19236
19172
|
TooManyDistributionsAssociatedToCachePolicy,
|
|
19237
19173
|
TooManyDistributionsAssociatedToFieldLevelEncryptionConfig,
|
|
@@ -19242,72 +19178,139 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
19242
19178
|
TooManyDistributionsWithFunctionAssociations,
|
|
19243
19179
|
TooManyDistributionsWithLambdaAssociations,
|
|
19244
19180
|
TooManyDistributionsWithSingleFunctionARN,
|
|
19181
|
+
TooManyFunctionAssociations,
|
|
19182
|
+
TooManyHeadersInForwardedValues,
|
|
19183
|
+
TooManyKeyGroupsAssociatedToDistribution,
|
|
19184
|
+
TooManyLambdaFunctionAssociations,
|
|
19185
|
+
TooManyOriginCustomHeaders,
|
|
19186
|
+
TooManyOriginGroupsPerDistribution,
|
|
19187
|
+
TooManyOrigins,
|
|
19188
|
+
TooManyQueryStringParameters,
|
|
19189
|
+
TooManyTrustedSigners,
|
|
19190
|
+
TrustedKeyGroupDoesNotExist,
|
|
19191
|
+
TrustedSignerDoesNotExist,
|
|
19192
|
+
TooManyCachePolicies,
|
|
19193
|
+
TooManyCookiesInCachePolicy,
|
|
19194
|
+
TooManyHeadersInCachePolicy,
|
|
19195
|
+
TooManyQueryStringsInCachePolicy,
|
|
19196
|
+
CloudFrontOriginAccessIdentityAlreadyExists,
|
|
19197
|
+
TooManyCloudFrontOriginAccessIdentities,
|
|
19198
|
+
ContinuousDeploymentPolicyAlreadyExists,
|
|
19199
|
+
ContinuousDeploymentPolicyType,
|
|
19200
|
+
StagingDistributionInUse,
|
|
19201
|
+
TooManyContinuousDeploymentPolicies,
|
|
19202
|
+
ContinuousDeploymentPolicyInUse,
|
|
19203
|
+
IllegalOriginAccessConfiguration,
|
|
19204
|
+
InvalidDomainNameForOriginAccessControl,
|
|
19205
|
+
NoSuchContinuousDeploymentPolicy,
|
|
19206
|
+
InvalidTagging,
|
|
19207
|
+
Format,
|
|
19208
|
+
FieldLevelEncryptionConfigAlreadyExists,
|
|
19209
|
+
NoSuchFieldLevelEncryptionProfile,
|
|
19210
|
+
QueryArgProfileEmpty,
|
|
19245
19211
|
TooManyFieldLevelEncryptionConfigs,
|
|
19246
19212
|
TooManyFieldLevelEncryptionContentTypeProfiles,
|
|
19213
|
+
TooManyFieldLevelEncryptionQueryArgProfiles,
|
|
19214
|
+
FieldLevelEncryptionProfileAlreadyExists,
|
|
19215
|
+
FieldLevelEncryptionProfileSizeExceeded,
|
|
19216
|
+
NoSuchPublicKey,
|
|
19247
19217
|
TooManyFieldLevelEncryptionEncryptionEntities,
|
|
19248
19218
|
TooManyFieldLevelEncryptionFieldPatterns,
|
|
19249
19219
|
TooManyFieldLevelEncryptionProfiles,
|
|
19250
|
-
|
|
19251
|
-
|
|
19220
|
+
FunctionRuntime,
|
|
19221
|
+
FunctionStage,
|
|
19222
|
+
FunctionAlreadyExists,
|
|
19223
|
+
FunctionSizeLimitExceeded,
|
|
19252
19224
|
TooManyFunctions,
|
|
19253
|
-
|
|
19254
|
-
TooManyHeadersInForwardedValues,
|
|
19255
|
-
TooManyHeadersInOriginRequestPolicy,
|
|
19225
|
+
UnsupportedOperation,
|
|
19256
19226
|
TooManyInvalidationsInProgress,
|
|
19227
|
+
KeyGroupAlreadyExists,
|
|
19257
19228
|
TooManyKeyGroups,
|
|
19258
|
-
|
|
19259
|
-
|
|
19229
|
+
TooManyPublicKeysInKeyGroup,
|
|
19230
|
+
ImportSourceType,
|
|
19231
|
+
EntityAlreadyExists,
|
|
19232
|
+
EntityLimitExceeded,
|
|
19233
|
+
EntitySizeLimitExceeded,
|
|
19234
|
+
RealtimeMetricsSubscriptionStatus,
|
|
19235
|
+
MonitoringSubscriptionAlreadyExists,
|
|
19236
|
+
OriginAccessControlOriginTypes,
|
|
19237
|
+
OriginAccessControlSigningBehaviors,
|
|
19238
|
+
OriginAccessControlSigningProtocols,
|
|
19239
|
+
OriginAccessControlAlreadyExists,
|
|
19260
19240
|
TooManyOriginAccessControls,
|
|
19261
|
-
|
|
19262
|
-
|
|
19241
|
+
OriginRequestPolicyCookieBehavior,
|
|
19242
|
+
OriginRequestPolicyHeaderBehavior,
|
|
19243
|
+
OriginRequestPolicyQueryStringBehavior,
|
|
19244
|
+
OriginRequestPolicyAlreadyExists,
|
|
19245
|
+
TooManyCookiesInOriginRequestPolicy,
|
|
19246
|
+
TooManyHeadersInOriginRequestPolicy,
|
|
19263
19247
|
TooManyOriginRequestPolicies,
|
|
19264
|
-
TooManyOrigins,
|
|
19265
|
-
TooManyPublicKeys,
|
|
19266
|
-
TooManyPublicKeysInKeyGroup,
|
|
19267
|
-
TooManyQueryStringParameters,
|
|
19268
|
-
TooManyQueryStringsInCachePolicy,
|
|
19269
19248
|
TooManyQueryStringsInOriginRequestPolicy,
|
|
19249
|
+
PublicKeyAlreadyExists,
|
|
19250
|
+
TooManyPublicKeys,
|
|
19251
|
+
RealtimeLogConfigAlreadyExists,
|
|
19270
19252
|
TooManyRealtimeLogConfigs,
|
|
19253
|
+
OriginCustomHeaderFilterSensitiveLog,
|
|
19254
|
+
CustomHeadersFilterSensitiveLog,
|
|
19255
|
+
OriginFilterSensitiveLog,
|
|
19256
|
+
OriginsFilterSensitiveLog,
|
|
19257
|
+
DistributionConfigFilterSensitiveLog,
|
|
19258
|
+
DistributionFilterSensitiveLog,
|
|
19259
|
+
CopyDistributionResultFilterSensitiveLog,
|
|
19260
|
+
CreateDistributionRequestFilterSensitiveLog,
|
|
19261
|
+
CreateDistributionResultFilterSensitiveLog,
|
|
19262
|
+
DistributionConfigWithTagsFilterSensitiveLog,
|
|
19263
|
+
CreateDistributionWithTagsRequestFilterSensitiveLog,
|
|
19264
|
+
CreateDistributionWithTagsResultFilterSensitiveLog,
|
|
19265
|
+
CreateFunctionRequestFilterSensitiveLog,
|
|
19266
|
+
FrameOptionsList,
|
|
19267
|
+
ReferrerPolicyList,
|
|
19268
|
+
ResponseHeadersPolicyAlreadyExists,
|
|
19269
|
+
TooLongCSPInResponseHeadersPolicy,
|
|
19270
|
+
TooManyCustomHeadersInResponseHeadersPolicy,
|
|
19271
19271
|
TooManyRemoveHeadersInResponseHeadersPolicy,
|
|
19272
19272
|
TooManyResponseHeadersPolicies,
|
|
19273
|
+
StreamingDistributionAlreadyExists,
|
|
19273
19274
|
TooManyStreamingDistributionCNAMEs,
|
|
19274
19275
|
TooManyStreamingDistributions,
|
|
19275
|
-
|
|
19276
|
-
|
|
19277
|
-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
19276
|
+
IllegalDelete,
|
|
19277
|
+
CloudFrontOriginAccessIdentityInUse,
|
|
19278
|
+
NoSuchCloudFrontOriginAccessIdentity,
|
|
19279
|
+
DistributionNotDisabled,
|
|
19280
|
+
FieldLevelEncryptionConfigInUse,
|
|
19281
|
+
FieldLevelEncryptionProfileInUse,
|
|
19282
|
+
FunctionInUse,
|
|
19283
|
+
NoSuchFunctionExists,
|
|
19284
|
+
NoSuchResource,
|
|
19285
|
+
ResourceInUse,
|
|
19286
|
+
EntityNotFound,
|
|
19287
|
+
NoSuchMonitoringSubscription,
|
|
19288
|
+
NoSuchOriginAccessControl,
|
|
19289
|
+
OriginAccessControlInUse,
|
|
19290
|
+
OriginRequestPolicyInUse,
|
|
19291
|
+
PublicKeyInUse,
|
|
19292
|
+
RealtimeLogConfigInUse,
|
|
19293
|
+
ResponseHeadersPolicyInUse,
|
|
19294
|
+
NoSuchStreamingDistribution,
|
|
19295
|
+
StreamingDistributionNotDisabled,
|
|
19296
|
+
NoSuchInvalidation,
|
|
19297
|
+
OriginRequestPolicyType,
|
|
19298
|
+
ResponseHeadersPolicyType,
|
|
19299
|
+
TestFunctionFailed,
|
|
19300
|
+
GetDistributionResultFilterSensitiveLog,
|
|
19301
|
+
GetDistributionConfigResultFilterSensitiveLog,
|
|
19302
|
+
GetFunctionResultFilterSensitiveLog,
|
|
19303
|
+
DistributionSummaryFilterSensitiveLog,
|
|
19304
|
+
DistributionListFilterSensitiveLog,
|
|
19305
|
+
ListDistributionsResultFilterSensitiveLog,
|
|
19306
|
+
ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog,
|
|
19307
|
+
ListDistributionsByWebACLIdResultFilterSensitiveLog,
|
|
19308
|
+
TestFunctionRequestFilterSensitiveLog,
|
|
19309
|
+
TestResultFilterSensitiveLog,
|
|
19310
|
+
TestFunctionResultFilterSensitiveLog,
|
|
19284
19311
|
UpdateDistributionRequestFilterSensitiveLog,
|
|
19285
19312
|
UpdateDistributionResultFilterSensitiveLog,
|
|
19286
|
-
UpdateDistributionWithStagingConfigCommand,
|
|
19287
19313
|
UpdateDistributionWithStagingConfigResultFilterSensitiveLog,
|
|
19288
|
-
|
|
19289
|
-
UpdateFieldLevelEncryptionProfileCommand,
|
|
19290
|
-
UpdateFunctionCommand,
|
|
19291
|
-
UpdateFunctionRequestFilterSensitiveLog,
|
|
19292
|
-
UpdateKeyGroupCommand,
|
|
19293
|
-
UpdateKeyValueStoreCommand,
|
|
19294
|
-
UpdateOriginAccessControlCommand,
|
|
19295
|
-
UpdateOriginRequestPolicyCommand,
|
|
19296
|
-
UpdatePublicKeyCommand,
|
|
19297
|
-
UpdateRealtimeLogConfigCommand,
|
|
19298
|
-
UpdateResponseHeadersPolicyCommand,
|
|
19299
|
-
UpdateStreamingDistributionCommand,
|
|
19300
|
-
ViewerProtocolPolicy,
|
|
19301
|
-
__Client,
|
|
19302
|
-
paginateListCloudFrontOriginAccessIdentities,
|
|
19303
|
-
paginateListDistributions,
|
|
19304
|
-
paginateListInvalidations,
|
|
19305
|
-
paginateListKeyValueStores,
|
|
19306
|
-
paginateListStreamingDistributions,
|
|
19307
|
-
waitForDistributionDeployed,
|
|
19308
|
-
waitForInvalidationCompleted,
|
|
19309
|
-
waitForStreamingDistributionDeployed,
|
|
19310
|
-
waitUntilDistributionDeployed,
|
|
19311
|
-
waitUntilInvalidationCompleted,
|
|
19312
|
-
waitUntilStreamingDistributionDeployed
|
|
19314
|
+
UpdateFunctionRequestFilterSensitiveLog
|
|
19313
19315
|
});
|
|
19316
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -20,51 +20,51 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@aws-sdk/xml-builder": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.1.
|
|
38
|
-
"@smithy/core": "^1.3.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
40
|
-
"@smithy/hash-node": "^2.1.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
44
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
-
"@smithy/middleware-serde": "^2.1.
|
|
46
|
-
"@smithy/middleware-stack": "^2.1.
|
|
47
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.3.
|
|
49
|
-
"@smithy/protocol-http": "^3.1.
|
|
50
|
-
"@smithy/smithy-client": "^2.3.
|
|
51
|
-
"@smithy/types": "^2.9.
|
|
52
|
-
"@smithy/url-parser": "^2.1.
|
|
53
|
-
"@smithy/util-base64": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
58
|
-
"@smithy/util-endpoints": "^1.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
60
|
-
"@smithy/util-stream": "^2.1.
|
|
61
|
-
"@smithy/util-utf8": "^2.1.
|
|
62
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@aws-sdk/xml-builder": "3.496.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
38
|
+
"@smithy/core": "^1.3.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
40
|
+
"@smithy/hash-node": "^2.1.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
51
|
+
"@smithy/types": "^2.9.1",
|
|
52
|
+
"@smithy/url-parser": "^2.1.1",
|
|
53
|
+
"@smithy/util-base64": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
59
|
+
"@smithy/util-retry": "^2.1.1",
|
|
60
|
+
"@smithy/util-stream": "^2.1.1",
|
|
61
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
62
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
63
63
|
"fast-xml-parser": "4.2.5",
|
|
64
64
|
"tslib": "^2.5.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
67
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
68
68
|
"@tsconfig/node14": "1.0.3",
|
|
69
69
|
"@types/node": "^14.14.31",
|
|
70
70
|
"concurrently": "7.0.0",
|