@aws-sdk/client-cloudfront 3.804.0 → 3.808.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/README.md +1 -6
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/CloudFront.d.ts +1 -5
- package/dist-types/CloudFrontClient.d.ts +1 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
- package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
- package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
- package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
- package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +324 -2005
- package/dist-types/models/models_1.d.ts +297 -1243
- package/dist-types/models/models_2.d.ts +45 -119
- package/package.json +15 -15
|
@@ -27,13 +27,7 @@ declare const ListDistributionsByKeyGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that
|
|
31
|
-
* references the specified key group.</p>
|
|
32
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
33
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
34
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
35
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
36
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const ListDistributionsByOriginRequestPolicyIdCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
31
|
-
* associated with the specified origin request policy.</p>
|
|
32
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
33
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
34
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
35
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
36
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,16 +27,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of distributions that have a cache behavior that's associated with the
|
|
31
|
-
* specified real-time log configuration.</p>
|
|
32
|
-
* <p>You can specify the real-time log configuration by its name or its Amazon Resource
|
|
33
|
-
* Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to
|
|
34
|
-
* identify the real-time log configuration to list distributions for.</p>
|
|
35
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
36
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
37
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
38
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
39
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.</p> <p>You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const ListDistributionsByResponseHeadersPolicyIdCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
31
|
-
* associated with the specified response headers policy.</p>
|
|
32
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
33
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
34
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
35
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
36
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -369,11 +369,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
369
369
|
* <p>An argument is invalid.</p>
|
|
370
370
|
*
|
|
371
371
|
* @throws {@link InvalidWebACLId} (client fault)
|
|
372
|
-
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
|
|
373
|
-
* version of WAF, use the ACL ARN, for example
|
|
374
|
-
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
|
|
375
|
-
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
376
|
-
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
372
|
+
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
377
373
|
*
|
|
378
374
|
* @throws {@link CloudFrontServiceException}
|
|
379
375
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,8 +27,7 @@ declare const ListDomainConflictsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists existing domain associations that conflict with the domain that you specify.</p>
|
|
31
|
-
* <p>You can use this API operation when transferring domains to identify potential domain conflicts. Domain conflicts must be resolved first before they can be moved.</p>
|
|
30
|
+
* <p>Lists existing domain associations that conflict with the domain that you specify.</p> <p>You can use this API operation when transferring domains to identify potential domain conflicts. Domain conflicts must be resolved first before they can be moved.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListFieldLevelEncryptionConfigsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>List all field-level encryption configurations that have been created in CloudFront for this
|
|
31
|
-
* account.</p>
|
|
30
|
+
* <p>List all field-level encryption configurations that have been created in CloudFront for this account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListFieldLevelEncryptionProfilesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Request a list of field-level encryption profiles that have been created in CloudFront for
|
|
31
|
-
* this account.</p>
|
|
30
|
+
* <p>Request a list of field-level encryption profiles that have been created in CloudFront for this account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const ListFunctionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of all CloudFront functions in your Amazon Web Services account.</p>
|
|
31
|
-
* <p>You can optionally apply a filter to return only the functions that are in the
|
|
32
|
-
* specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
|
|
33
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
34
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
35
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
36
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
37
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of all CloudFront functions in your Amazon Web Services account.</p> <p>You can optionally apply a filter to return only the functions that are in the specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const ListKeyGroupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of key groups.</p>
|
|
31
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
32
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
33
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
34
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
35
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of key groups.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,17 +27,7 @@ declare const ListOriginAccessControlsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.</p>
|
|
31
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
32
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
33
|
-
* default maximum, the response is paginated. To get the next page of items, send another
|
|
34
|
-
* request that specifies the <code>NextMarker</code> value from the current response as
|
|
35
|
-
* the <code>Marker</code> value in the next request.</p>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>If you're not using origin access controls for your Amazon Web Services account, the
|
|
38
|
-
* <code>ListOriginAccessControls</code> operation doesn't return the
|
|
39
|
-
* <code>Items</code> element in the response.</p>
|
|
40
|
-
* </note>
|
|
30
|
+
* <p>Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the next request.</p> <note> <p>If you're not using origin access controls for your Amazon Web Services account, the <code>ListOriginAccessControls</code> operation doesn't return the <code>Items</code> element in the response.</p> </note>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const ListOriginRequestPoliciesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of origin request policies.</p>
|
|
31
|
-
* <p>You can optionally apply a filter to return only the managed policies created by
|
|
32
|
-
* Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
|
|
33
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
34
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
35
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
36
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
37
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of origin request policies.</p> <p>You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const ListRealtimeLogConfigsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of real-time log configurations.</p>
|
|
31
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
32
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
33
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
34
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
35
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of real-time log configurations.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const ListResponseHeadersPoliciesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of response headers policies.</p>
|
|
31
|
-
* <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services,
|
|
32
|
-
* or only the custom policies created in your Amazon Web Services account.</p>
|
|
33
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
34
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
35
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
36
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
37
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of response headers policies.</p> <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,16 +27,7 @@ declare const PublishFunctionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Publishes a CloudFront function by copying the function code from the
|
|
31
|
-
* <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all
|
|
32
|
-
* cache behaviors that are using this function to use the newly published copy in the
|
|
33
|
-
* <code>LIVE</code> stage.</p>
|
|
34
|
-
* <p>When a function is published to the <code>LIVE</code> stage, you can attach the
|
|
35
|
-
* function to a distribution's cache behavior, using the function's Amazon Resource Name
|
|
36
|
-
* (ARN).</p>
|
|
37
|
-
* <p>To publish a function, you must provide the function's name and version
|
|
38
|
-
* (<code>ETag</code> value). To get these values, you can use
|
|
39
|
-
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
30
|
+
* <p>Publishes a CloudFront function by copying the function code from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all cache behaviors that are using this function to use the newly published copy in the <code>LIVE</code> stage.</p> <p>When a function is published to the <code>LIVE</code> stage, you can attach the function to a distribution's cache behavior, using the function's Amazon Resource Name (ARN).</p> <p>To publish a function, you must provide the function's name and version (<code>ETag</code> value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -92,8 +83,7 @@ declare const PublishFunctionCommand_base: {
|
|
|
92
83
|
* <p>The function does not exist.</p>
|
|
93
84
|
*
|
|
94
85
|
* @throws {@link PreconditionFailed} (client fault)
|
|
95
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
96
|
-
* <code>false</code>.</p>
|
|
86
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
97
87
|
*
|
|
98
88
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
99
89
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -27,16 +27,7 @@ declare const TestFunctionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Tests a CloudFront function.</p>
|
|
31
|
-
* <p>To test a function, you provide an <i>event object</i> that represents
|
|
32
|
-
* an HTTP request or response that your CloudFront distribution could receive in production.
|
|
33
|
-
* CloudFront runs the function, passing it the event object that you provided, and returns the
|
|
34
|
-
* function's result (the modified event object) in the response. The response also
|
|
35
|
-
* contains function logs and error messages, if any exist. For more information about
|
|
36
|
-
* testing functions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
37
|
-
* <p>To test a function, you provide the function's name and version (<code>ETag</code>
|
|
38
|
-
* value) along with the event object. To get the function's name and version, you can use
|
|
39
|
-
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
30
|
+
* <p>Tests a CloudFront function.</p> <p>To test a function, you provide an <i>event object</i> that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>To test a function, you provide the function's name and version (<code>ETag</code> value) along with the event object. To get the function's name and version, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -27,24 +27,7 @@ declare const UpdateCachePolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a cache policy configuration.</p>
|
|
31
|
-
* <p>When you update a cache policy configuration, all the fields are updated with the
|
|
32
|
-
* values provided in the request. You cannot update some fields independent of others. To
|
|
33
|
-
* update a cache policy configuration:</p>
|
|
34
|
-
* <ol>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>Locally modify the fields in the cache policy configuration that you want to
|
|
40
|
-
* update.</p>
|
|
41
|
-
* </li>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy
|
|
44
|
-
* configuration, including the fields that you modified and those that you
|
|
45
|
-
* didn't.</p>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ol>
|
|
30
|
+
* <p>Updates a cache policy configuration.</p> <p>When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:</p> <ol> <li> <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the cache policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy configuration, including the fields that you modified and those that you didn't.</p> </li> </ol>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -153,15 +136,13 @@ declare const UpdateCachePolicyCommand_base: {
|
|
|
153
136
|
* <p>Access denied.</p>
|
|
154
137
|
*
|
|
155
138
|
* @throws {@link CachePolicyAlreadyExists} (client fault)
|
|
156
|
-
* <p>A cache policy with this name already exists. You must provide a unique name. To
|
|
157
|
-
* modify an existing cache policy, use <code>UpdateCachePolicy</code>.</p>
|
|
139
|
+
* <p>A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use <code>UpdateCachePolicy</code>.</p>
|
|
158
140
|
*
|
|
159
141
|
* @throws {@link IllegalUpdate} (client fault)
|
|
160
142
|
* <p>The update contains modifications that are not allowed.</p>
|
|
161
143
|
*
|
|
162
144
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
163
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
164
|
-
* match.</p>
|
|
145
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
165
146
|
*
|
|
166
147
|
* @throws {@link InvalidArgument} (client fault)
|
|
167
148
|
* <p>An argument is invalid.</p>
|
|
@@ -173,23 +154,16 @@ declare const UpdateCachePolicyCommand_base: {
|
|
|
173
154
|
* <p>The cache policy does not exist.</p>
|
|
174
155
|
*
|
|
175
156
|
* @throws {@link PreconditionFailed} (client fault)
|
|
176
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
177
|
-
* <code>false</code>.</p>
|
|
157
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
178
158
|
*
|
|
179
159
|
* @throws {@link TooManyCookiesInCachePolicy} (client fault)
|
|
180
|
-
* <p>The number of cookies in the cache policy exceeds the maximum. For more information,
|
|
181
|
-
* see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
182
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
160
|
+
* <p>The number of cookies in the cache policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
183
161
|
*
|
|
184
162
|
* @throws {@link TooManyHeadersInCachePolicy} (client fault)
|
|
185
|
-
* <p>The number of headers in the cache policy exceeds the maximum. For more information,
|
|
186
|
-
* see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
187
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
163
|
+
* <p>The number of headers in the cache policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
188
164
|
*
|
|
189
165
|
* @throws {@link TooManyQueryStringsInCachePolicy} (client fault)
|
|
190
|
-
* <p>The number of query strings in the cache policy exceeds the maximum. For more
|
|
191
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
192
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
166
|
+
* <p>The number of query strings in the cache policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
193
167
|
*
|
|
194
168
|
* @throws {@link CloudFrontServiceException}
|
|
195
169
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -71,8 +71,7 @@ declare const UpdateCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
71
71
|
* <p>The update contains modifications that are not allowed.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
74
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
75
|
-
* match.</p>
|
|
74
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link InvalidArgument} (client fault)
|
|
78
77
|
* <p>An argument is invalid.</p>
|
|
@@ -81,15 +80,13 @@ declare const UpdateCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
81
80
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link MissingBody} (client fault)
|
|
84
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
85
|
-
* <code>Content-Type</code> header is set.</p>
|
|
83
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
86
84
|
*
|
|
87
85
|
* @throws {@link NoSuchCloudFrontOriginAccessIdentity} (client fault)
|
|
88
86
|
* <p>The specified origin access identity does not exist.</p>
|
|
89
87
|
*
|
|
90
88
|
* @throws {@link PreconditionFailed} (client fault)
|
|
91
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
92
|
-
* <code>false</code>.</p>
|
|
89
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
93
90
|
*
|
|
94
91
|
* @throws {@link CloudFrontServiceException}
|
|
95
92
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -80,8 +80,7 @@ declare const UpdateConnectionGroupCommand_base: {
|
|
|
80
80
|
* <p>Access denied.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link EntityAlreadyExists} (client fault)
|
|
83
|
-
* <p>The entity already exists. You must provide a unique
|
|
84
|
-
* entity.</p>
|
|
83
|
+
* <p>The entity already exists. You must provide a unique entity.</p>
|
|
85
84
|
*
|
|
86
85
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
87
86
|
* <p>The entity limit has been exceeded.</p>
|
|
@@ -96,8 +95,7 @@ declare const UpdateConnectionGroupCommand_base: {
|
|
|
96
95
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
97
96
|
*
|
|
98
97
|
* @throws {@link PreconditionFailed} (client fault)
|
|
99
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
100
|
-
* <code>false</code>.</p>
|
|
98
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
101
99
|
*
|
|
102
100
|
* @throws {@link ResourceInUse} (client fault)
|
|
103
101
|
* <p>Cannot delete this resource because it is in use.</p>
|
|
@@ -27,28 +27,7 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a continuous deployment policy. You can update a continuous deployment policy
|
|
31
|
-
* to enable or disable it, to change the percentage of traffic that it sends to the
|
|
32
|
-
* staging distribution, or to change the staging distribution that it sends traffic
|
|
33
|
-
* to.</p>
|
|
34
|
-
* <p>When you update a continuous deployment policy configuration, all the fields are
|
|
35
|
-
* updated with the values that are provided in the request. You cannot update some fields
|
|
36
|
-
* independent of others. To update a continuous deployment policy configuration:</p>
|
|
37
|
-
* <ol>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>Use <code>GetContinuousDeploymentPolicyConfig</code> to get the current
|
|
40
|
-
* configuration.</p>
|
|
41
|
-
* </li>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>Locally modify the fields in the continuous deployment policy configuration
|
|
44
|
-
* that you want to update.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>Use <code>UpdateContinuousDeploymentPolicy</code>, providing the entire
|
|
48
|
-
* continuous deployment policy configuration, including the fields that you
|
|
49
|
-
* modified and those that you didn't.</p>
|
|
50
|
-
* </li>
|
|
51
|
-
* </ol>
|
|
30
|
+
* <p>Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.</p> <p>When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:</p> <ol> <li> <p>Use <code>GetContinuousDeploymentPolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the continuous deployment policy configuration that you want to update.</p> </li> <li> <p>Use <code>UpdateContinuousDeploymentPolicy</code>, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn't.</p> </li> </ol>
|
|
52
31
|
* @example
|
|
53
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
54
33
|
* ```javascript
|
|
@@ -127,8 +106,7 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
|
|
|
127
106
|
* <p>Access denied.</p>
|
|
128
107
|
*
|
|
129
108
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
130
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
131
|
-
* match.</p>
|
|
109
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
132
110
|
*
|
|
133
111
|
* @throws {@link InvalidArgument} (client fault)
|
|
134
112
|
* <p>An argument is invalid.</p>
|
|
@@ -140,8 +118,7 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
|
|
|
140
118
|
* <p>The continuous deployment policy doesn't exist.</p>
|
|
141
119
|
*
|
|
142
120
|
* @throws {@link PreconditionFailed} (client fault)
|
|
143
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
144
|
-
* <code>false</code>.</p>
|
|
121
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
145
122
|
*
|
|
146
123
|
* @throws {@link StagingDistributionInUse} (client fault)
|
|
147
124
|
* <p>A continuous deployment policy for this staging distribution already exists.</p>
|