@aws-sdk/client-cloudfront 3.797.0 → 3.798.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 +200 -0
- package/dist-cjs/index.js +2696 -655
- package/dist-es/CloudFront.js +50 -0
- package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/AssociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/CreateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/CreateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DeleteConnectionGroupCommand.js +22 -0
- package/dist-es/commands/DeleteDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantByDomainCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetManagedCertificateDetailsCommand.js +22 -0
- package/dist-es/commands/ListConnectionGroupsCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsCommand.js +22 -0
- package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +23 -0
- package/dist-es/commands/ListDomainConflictsCommand.js +22 -0
- package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/TestFunctionCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionCommand.js +1 -1
- package/dist-es/commands/UpdateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +1 -1
- package/dist-es/commands/UpdateDomainAssociationCommand.js +22 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -1
- package/dist-es/commands/VerifyDnsConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +26 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +77 -201
- package/dist-es/models/models_1.js +203 -58
- package/dist-es/models/models_2.js +52 -0
- package/dist-es/pagination/ListConnectionGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsByCustomizationPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionsByConnectionModePaginator.js +4 -0
- package/dist-es/pagination/ListDomainConflictsPaginator.js +4 -0
- package/dist-es/pagination/ListInvalidationsForDistributionTenantPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restXml.js +1907 -460
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +31 -0
- package/dist-types/CloudFront.d.ts +178 -0
- package/dist-types/CloudFrontClient.d.ts +27 -2
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +92 -0
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +92 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +16 -1
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +35 -2
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +185 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +32 -2
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +119 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +90 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +90 -0
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +90 -0
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +99 -0
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +99 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +124 -0
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +124 -0
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +95 -0
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +89 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionGroupsCommand.d.ts +100 -0
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +120 -0
- package/dist-types/commands/ListDistributionTenantsCommand.d.ts +121 -0
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +392 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +3 -1
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +96 -0
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +96 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +3 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +33 -3
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +182 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -2
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +98 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +26 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +830 -869
- package/dist-types/models/models_1.d.ts +2571 -2123
- package/dist-types/models/models_2.d.ts +1244 -0
- package/dist-types/pagination/ListConnectionGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionsByConnectionModePaginator.d.ts +7 -0
- package/dist-types/pagination/ListDomainConflictsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restXml.d.ts +225 -0
- package/dist-types/ts3.4/CloudFront.d.ts +476 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +152 -2
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +190 -214
- package/dist-types/ts3.4/models/models_1.d.ts +413 -275
- package/dist-types/ts3.4/models/models_2.d.ts +363 -0
- package/dist-types/ts3.4/pagination/ListConnectionGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionsByConnectionModePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDomainConflictsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +300 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +14 -0
- package/package.json +11 -11
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListDistributionsByConnectionModeResultFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_ListDistributionsByConnectionModeCommand, se_ListDistributionsByConnectionModeCommand, } from "../protocols/Aws_restXml";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListDistributionsByConnectionModeCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("Cloudfront2020_05_31", "ListDistributionsByConnectionMode", {})
|
|
18
|
+
.n("CloudFrontClient", "ListDistributionsByConnectionModeCommand")
|
|
19
|
+
.f(void 0, ListDistributionsByConnectionModeResultFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListDistributionsByConnectionModeCommand)
|
|
21
|
+
.de(de_ListDistributionsByConnectionModeCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListDomainConflictsCommand, se_ListDomainConflictsCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDomainConflictsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "ListDomainConflicts", {})
|
|
17
|
+
.n("CloudFrontClient", "ListDomainConflictsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListDomainConflictsCommand)
|
|
20
|
+
.de(de_ListDomainConflictsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListInvalidationsForDistributionTenantCommand, se_ListInvalidationsForDistributionTenantCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListInvalidationsForDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "ListInvalidationsForDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "ListInvalidationsForDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListInvalidationsForDistributionTenantCommand)
|
|
20
|
+
.de(de_ListInvalidationsForDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_TestFunctionCommand, se_TestFunctionCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TestFunctionCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateConnectionGroupCommand, se_UpdateConnectionGroupCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateConnectionGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "UpdateConnectionGroup", {})
|
|
17
|
+
.n("CloudFrontClient", "UpdateConnectionGroupCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateConnectionGroupCommand)
|
|
20
|
+
.de(de_UpdateConnectionGroupCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_UpdateDistributionCommand, se_UpdateDistributionCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDistributionCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateDistributionTenantCommand, se_UpdateDistributionTenantCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "UpdateDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "UpdateDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateDistributionTenantCommand)
|
|
20
|
+
.de(de_UpdateDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateDistributionWithStagingConfigResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateDistributionWithStagingConfigResultFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_UpdateDistributionWithStagingConfigCommand, se_UpdateDistributionWithStagingConfigCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDistributionWithStagingConfigCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateDomainAssociationCommand, se_UpdateDomainAssociationCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateDomainAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "UpdateDomainAssociation", {})
|
|
17
|
+
.n("CloudFrontClient", "UpdateDomainAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateDomainAssociationCommand)
|
|
20
|
+
.de(de_UpdateDomainAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateFunctionRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateFunctionRequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_UpdateFunctionCommand, se_UpdateFunctionCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateFunctionCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_VerifyDnsConfigurationCommand, se_VerifyDnsConfigurationCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class VerifyDnsConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "VerifyDnsConfiguration", {})
|
|
17
|
+
.n("CloudFrontClient", "VerifyDnsConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_VerifyDnsConfigurationCommand)
|
|
20
|
+
.de(de_VerifyDnsConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
export * from "./AssociateAliasCommand";
|
|
2
|
+
export * from "./AssociateDistributionTenantWebACLCommand";
|
|
3
|
+
export * from "./AssociateDistributionWebACLCommand";
|
|
2
4
|
export * from "./CopyDistributionCommand";
|
|
3
5
|
export * from "./CreateAnycastIpListCommand";
|
|
4
6
|
export * from "./CreateCachePolicyCommand";
|
|
5
7
|
export * from "./CreateCloudFrontOriginAccessIdentityCommand";
|
|
8
|
+
export * from "./CreateConnectionGroupCommand";
|
|
6
9
|
export * from "./CreateContinuousDeploymentPolicyCommand";
|
|
7
10
|
export * from "./CreateDistributionCommand";
|
|
11
|
+
export * from "./CreateDistributionTenantCommand";
|
|
8
12
|
export * from "./CreateDistributionWithTagsCommand";
|
|
9
13
|
export * from "./CreateFieldLevelEncryptionConfigCommand";
|
|
10
14
|
export * from "./CreateFieldLevelEncryptionProfileCommand";
|
|
11
15
|
export * from "./CreateFunctionCommand";
|
|
12
16
|
export * from "./CreateInvalidationCommand";
|
|
17
|
+
export * from "./CreateInvalidationForDistributionTenantCommand";
|
|
13
18
|
export * from "./CreateKeyGroupCommand";
|
|
14
19
|
export * from "./CreateKeyValueStoreCommand";
|
|
15
20
|
export * from "./CreateMonitoringSubscriptionCommand";
|
|
@@ -24,8 +29,10 @@ export * from "./CreateVpcOriginCommand";
|
|
|
24
29
|
export * from "./DeleteAnycastIpListCommand";
|
|
25
30
|
export * from "./DeleteCachePolicyCommand";
|
|
26
31
|
export * from "./DeleteCloudFrontOriginAccessIdentityCommand";
|
|
32
|
+
export * from "./DeleteConnectionGroupCommand";
|
|
27
33
|
export * from "./DeleteContinuousDeploymentPolicyCommand";
|
|
28
34
|
export * from "./DeleteDistributionCommand";
|
|
35
|
+
export * from "./DeleteDistributionTenantCommand";
|
|
29
36
|
export * from "./DeleteFieldLevelEncryptionConfigCommand";
|
|
30
37
|
export * from "./DeleteFieldLevelEncryptionProfileCommand";
|
|
31
38
|
export * from "./DeleteFunctionCommand";
|
|
@@ -41,23 +48,31 @@ export * from "./DeleteStreamingDistributionCommand";
|
|
|
41
48
|
export * from "./DeleteVpcOriginCommand";
|
|
42
49
|
export * from "./DescribeFunctionCommand";
|
|
43
50
|
export * from "./DescribeKeyValueStoreCommand";
|
|
51
|
+
export * from "./DisassociateDistributionTenantWebACLCommand";
|
|
52
|
+
export * from "./DisassociateDistributionWebACLCommand";
|
|
44
53
|
export * from "./GetAnycastIpListCommand";
|
|
45
54
|
export * from "./GetCachePolicyCommand";
|
|
46
55
|
export * from "./GetCachePolicyConfigCommand";
|
|
47
56
|
export * from "./GetCloudFrontOriginAccessIdentityCommand";
|
|
48
57
|
export * from "./GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
58
|
+
export * from "./GetConnectionGroupByRoutingEndpointCommand";
|
|
59
|
+
export * from "./GetConnectionGroupCommand";
|
|
49
60
|
export * from "./GetContinuousDeploymentPolicyCommand";
|
|
50
61
|
export * from "./GetContinuousDeploymentPolicyConfigCommand";
|
|
51
62
|
export * from "./GetDistributionCommand";
|
|
52
63
|
export * from "./GetDistributionConfigCommand";
|
|
64
|
+
export * from "./GetDistributionTenantByDomainCommand";
|
|
65
|
+
export * from "./GetDistributionTenantCommand";
|
|
53
66
|
export * from "./GetFieldLevelEncryptionCommand";
|
|
54
67
|
export * from "./GetFieldLevelEncryptionConfigCommand";
|
|
55
68
|
export * from "./GetFieldLevelEncryptionProfileCommand";
|
|
56
69
|
export * from "./GetFieldLevelEncryptionProfileConfigCommand";
|
|
57
70
|
export * from "./GetFunctionCommand";
|
|
58
71
|
export * from "./GetInvalidationCommand";
|
|
72
|
+
export * from "./GetInvalidationForDistributionTenantCommand";
|
|
59
73
|
export * from "./GetKeyGroupCommand";
|
|
60
74
|
export * from "./GetKeyGroupConfigCommand";
|
|
75
|
+
export * from "./GetManagedCertificateDetailsCommand";
|
|
61
76
|
export * from "./GetMonitoringSubscriptionCommand";
|
|
62
77
|
export * from "./GetOriginAccessControlCommand";
|
|
63
78
|
export * from "./GetOriginAccessControlConfigCommand";
|
|
@@ -75,20 +90,26 @@ export * from "./ListAnycastIpListsCommand";
|
|
|
75
90
|
export * from "./ListCachePoliciesCommand";
|
|
76
91
|
export * from "./ListCloudFrontOriginAccessIdentitiesCommand";
|
|
77
92
|
export * from "./ListConflictingAliasesCommand";
|
|
93
|
+
export * from "./ListConnectionGroupsCommand";
|
|
78
94
|
export * from "./ListContinuousDeploymentPoliciesCommand";
|
|
79
95
|
export * from "./ListDistributionsByAnycastIpListIdCommand";
|
|
96
|
+
export * from "./ListDistributionTenantsCommand";
|
|
80
97
|
export * from "./ListDistributionsByCachePolicyIdCommand";
|
|
98
|
+
export * from "./ListDistributionTenantsByCustomizationCommand";
|
|
99
|
+
export * from "./ListDistributionsByConnectionModeCommand";
|
|
81
100
|
export * from "./ListDistributionsByKeyGroupCommand";
|
|
82
101
|
export * from "./ListDistributionsByOriginRequestPolicyIdCommand";
|
|
83
102
|
export * from "./ListDistributionsByRealtimeLogConfigCommand";
|
|
84
103
|
export * from "./ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
85
104
|
export * from "./ListDistributionsByVpcOriginIdCommand";
|
|
86
|
-
export * from "./ListDistributionsByWebACLIdCommand";
|
|
87
105
|
export * from "./ListDistributionsCommand";
|
|
106
|
+
export * from "./ListDistributionsByWebACLIdCommand";
|
|
107
|
+
export * from "./ListDomainConflictsCommand";
|
|
88
108
|
export * from "./ListFieldLevelEncryptionConfigsCommand";
|
|
89
109
|
export * from "./ListFieldLevelEncryptionProfilesCommand";
|
|
90
110
|
export * from "./ListFunctionsCommand";
|
|
91
111
|
export * from "./ListInvalidationsCommand";
|
|
112
|
+
export * from "./ListInvalidationsForDistributionTenantCommand";
|
|
92
113
|
export * from "./ListKeyGroupsCommand";
|
|
93
114
|
export * from "./ListKeyValueStoresCommand";
|
|
94
115
|
export * from "./ListOriginAccessControlsCommand";
|
|
@@ -105,9 +126,12 @@ export * from "./TestFunctionCommand";
|
|
|
105
126
|
export * from "./UntagResourceCommand";
|
|
106
127
|
export * from "./UpdateCachePolicyCommand";
|
|
107
128
|
export * from "./UpdateCloudFrontOriginAccessIdentityCommand";
|
|
129
|
+
export * from "./UpdateConnectionGroupCommand";
|
|
108
130
|
export * from "./UpdateContinuousDeploymentPolicyCommand";
|
|
109
131
|
export * from "./UpdateDistributionCommand";
|
|
132
|
+
export * from "./UpdateDistributionTenantCommand";
|
|
110
133
|
export * from "./UpdateDistributionWithStagingConfigCommand";
|
|
134
|
+
export * from "./UpdateDomainAssociationCommand";
|
|
111
135
|
export * from "./UpdateFieldLevelEncryptionConfigCommand";
|
|
112
136
|
export * from "./UpdateFieldLevelEncryptionProfileCommand";
|
|
113
137
|
export * from "./UpdateFunctionCommand";
|
|
@@ -120,3 +144,4 @@ export * from "./UpdateRealtimeLogConfigCommand";
|
|
|
120
144
|
export * from "./UpdateResponseHeadersPolicyCommand";
|
|
121
145
|
export * from "./UpdateStreamingDistributionCommand";
|
|
122
146
|
export * from "./UpdateVpcOriginCommand";
|
|
147
|
+
export * from "./VerifyDnsConfigurationCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -94,6 +94,48 @@ export class TooManyDistributionCNAMEs extends __BaseException {
|
|
|
94
94
|
this.Message = opts.Message;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
+
export class EntityNotFound extends __BaseException {
|
|
98
|
+
name = "EntityNotFound";
|
|
99
|
+
$fault = "client";
|
|
100
|
+
Message;
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "EntityNotFound",
|
|
104
|
+
$fault: "client",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
Object.setPrototypeOf(this, EntityNotFound.prototype);
|
|
108
|
+
this.Message = opts.Message;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
export class InvalidIfMatchVersion extends __BaseException {
|
|
112
|
+
name = "InvalidIfMatchVersion";
|
|
113
|
+
$fault = "client";
|
|
114
|
+
Message;
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "InvalidIfMatchVersion",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
Object.setPrototypeOf(this, InvalidIfMatchVersion.prototype);
|
|
122
|
+
this.Message = opts.Message;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
export class PreconditionFailed extends __BaseException {
|
|
126
|
+
name = "PreconditionFailed";
|
|
127
|
+
$fault = "client";
|
|
128
|
+
Message;
|
|
129
|
+
constructor(opts) {
|
|
130
|
+
super({
|
|
131
|
+
name: "PreconditionFailed",
|
|
132
|
+
$fault: "client",
|
|
133
|
+
...opts,
|
|
134
|
+
});
|
|
135
|
+
Object.setPrototypeOf(this, PreconditionFailed.prototype);
|
|
136
|
+
this.Message = opts.Message;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
97
139
|
export class BatchTooLarge extends __BaseException {
|
|
98
140
|
name = "BatchTooLarge";
|
|
99
141
|
$fault = "client";
|
|
@@ -219,6 +261,10 @@ export const CertificateSource = {
|
|
|
219
261
|
cloudfront: "cloudfront",
|
|
220
262
|
iam: "iam",
|
|
221
263
|
};
|
|
264
|
+
export const CertificateTransparencyLoggingPreference = {
|
|
265
|
+
Disabled: "disabled",
|
|
266
|
+
Enabled: "enabled",
|
|
267
|
+
};
|
|
222
268
|
export class CNAMEAlreadyExists extends __BaseException {
|
|
223
269
|
name = "CNAMEAlreadyExists";
|
|
224
270
|
$fault = "client";
|
|
@@ -233,6 +279,10 @@ export class CNAMEAlreadyExists extends __BaseException {
|
|
|
233
279
|
this.Message = opts.Message;
|
|
234
280
|
}
|
|
235
281
|
}
|
|
282
|
+
export const ConnectionMode = {
|
|
283
|
+
Direct: "direct",
|
|
284
|
+
TenantOnly: "tenant-only",
|
|
285
|
+
};
|
|
236
286
|
export const HttpVersion = {
|
|
237
287
|
http1_1: "http1.1",
|
|
238
288
|
http2: "http2",
|
|
@@ -255,6 +305,7 @@ export const SslProtocol = {
|
|
|
255
305
|
TLSv1_2: "TLSv1.2",
|
|
256
306
|
};
|
|
257
307
|
export const PriceClass = {
|
|
308
|
+
None: "None",
|
|
258
309
|
PriceClass_100: "PriceClass_100",
|
|
259
310
|
PriceClass_200: "PriceClass_200",
|
|
260
311
|
PriceClass_All: "PriceClass_All",
|
|
@@ -404,20 +455,6 @@ export class InvalidHeadersForS3Origin extends __BaseException {
|
|
|
404
455
|
this.Message = opts.Message;
|
|
405
456
|
}
|
|
406
457
|
}
|
|
407
|
-
export class InvalidIfMatchVersion extends __BaseException {
|
|
408
|
-
name = "InvalidIfMatchVersion";
|
|
409
|
-
$fault = "client";
|
|
410
|
-
Message;
|
|
411
|
-
constructor(opts) {
|
|
412
|
-
super({
|
|
413
|
-
name: "InvalidIfMatchVersion",
|
|
414
|
-
$fault: "client",
|
|
415
|
-
...opts,
|
|
416
|
-
});
|
|
417
|
-
Object.setPrototypeOf(this, InvalidIfMatchVersion.prototype);
|
|
418
|
-
this.Message = opts.Message;
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
458
|
export class InvalidLambdaFunctionAssociation extends __BaseException {
|
|
422
459
|
name = "InvalidLambdaFunctionAssociation";
|
|
423
460
|
$fault = "client";
|
|
@@ -740,20 +777,6 @@ export class NoSuchResponseHeadersPolicy extends __BaseException {
|
|
|
740
777
|
this.Message = opts.Message;
|
|
741
778
|
}
|
|
742
779
|
}
|
|
743
|
-
export class PreconditionFailed extends __BaseException {
|
|
744
|
-
name = "PreconditionFailed";
|
|
745
|
-
$fault = "client";
|
|
746
|
-
Message;
|
|
747
|
-
constructor(opts) {
|
|
748
|
-
super({
|
|
749
|
-
name: "PreconditionFailed",
|
|
750
|
-
$fault: "client",
|
|
751
|
-
...opts,
|
|
752
|
-
});
|
|
753
|
-
Object.setPrototypeOf(this, PreconditionFailed.prototype);
|
|
754
|
-
this.Message = opts.Message;
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
780
|
export class RealtimeLogConfigOwnerMismatch extends __BaseException {
|
|
758
781
|
name = "RealtimeLogConfigOwnerMismatch";
|
|
759
782
|
$fault = "client";
|
|
@@ -1304,20 +1327,6 @@ export class ContinuousDeploymentPolicyInUse extends __BaseException {
|
|
|
1304
1327
|
this.Message = opts.Message;
|
|
1305
1328
|
}
|
|
1306
1329
|
}
|
|
1307
|
-
export class EntityNotFound extends __BaseException {
|
|
1308
|
-
name = "EntityNotFound";
|
|
1309
|
-
$fault = "client";
|
|
1310
|
-
Message;
|
|
1311
|
-
constructor(opts) {
|
|
1312
|
-
super({
|
|
1313
|
-
name: "EntityNotFound",
|
|
1314
|
-
$fault: "client",
|
|
1315
|
-
...opts,
|
|
1316
|
-
});
|
|
1317
|
-
Object.setPrototypeOf(this, EntityNotFound.prototype);
|
|
1318
|
-
this.Message = opts.Message;
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
1330
|
export class IllegalOriginAccessConfiguration extends __BaseException {
|
|
1322
1331
|
name = "IllegalOriginAccessConfiguration";
|
|
1323
1332
|
$fault = "client";
|
|
@@ -1360,6 +1369,32 @@ export class NoSuchContinuousDeploymentPolicy extends __BaseException {
|
|
|
1360
1369
|
this.Message = opts.Message;
|
|
1361
1370
|
}
|
|
1362
1371
|
}
|
|
1372
|
+
export const CustomizationActionType = {
|
|
1373
|
+
disable: "disable",
|
|
1374
|
+
override: "override",
|
|
1375
|
+
};
|
|
1376
|
+
export const ValidationTokenHost = {
|
|
1377
|
+
CloudFront: "cloudfront",
|
|
1378
|
+
SelfHosted: "self-hosted",
|
|
1379
|
+
};
|
|
1380
|
+
export const DomainStatus = {
|
|
1381
|
+
Active: "active",
|
|
1382
|
+
Inactive: "inactive",
|
|
1383
|
+
};
|
|
1384
|
+
export class InvalidAssociation extends __BaseException {
|
|
1385
|
+
name = "InvalidAssociation";
|
|
1386
|
+
$fault = "client";
|
|
1387
|
+
Message;
|
|
1388
|
+
constructor(opts) {
|
|
1389
|
+
super({
|
|
1390
|
+
name: "InvalidAssociation",
|
|
1391
|
+
$fault: "client",
|
|
1392
|
+
...opts,
|
|
1393
|
+
});
|
|
1394
|
+
Object.setPrototypeOf(this, InvalidAssociation.prototype);
|
|
1395
|
+
this.Message = opts.Message;
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1363
1398
|
export const Format = {
|
|
1364
1399
|
URLEncoded: "URLEncoded",
|
|
1365
1400
|
};
|
|
@@ -1700,165 +1735,6 @@ export class OriginAccessControlAlreadyExists extends __BaseException {
|
|
|
1700
1735
|
this.Message = opts.Message;
|
|
1701
1736
|
}
|
|
1702
1737
|
}
|
|
1703
|
-
export class TooManyOriginAccessControls extends __BaseException {
|
|
1704
|
-
name = "TooManyOriginAccessControls";
|
|
1705
|
-
$fault = "client";
|
|
1706
|
-
Message;
|
|
1707
|
-
constructor(opts) {
|
|
1708
|
-
super({
|
|
1709
|
-
name: "TooManyOriginAccessControls",
|
|
1710
|
-
$fault: "client",
|
|
1711
|
-
...opts,
|
|
1712
|
-
});
|
|
1713
|
-
Object.setPrototypeOf(this, TooManyOriginAccessControls.prototype);
|
|
1714
|
-
this.Message = opts.Message;
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
export const OriginRequestPolicyCookieBehavior = {
|
|
1718
|
-
all: "all",
|
|
1719
|
-
allExcept: "allExcept",
|
|
1720
|
-
none: "none",
|
|
1721
|
-
whitelist: "whitelist",
|
|
1722
|
-
};
|
|
1723
|
-
export const OriginRequestPolicyHeaderBehavior = {
|
|
1724
|
-
allExcept: "allExcept",
|
|
1725
|
-
allViewer: "allViewer",
|
|
1726
|
-
allViewerAndWhitelistCloudFront: "allViewerAndWhitelistCloudFront",
|
|
1727
|
-
none: "none",
|
|
1728
|
-
whitelist: "whitelist",
|
|
1729
|
-
};
|
|
1730
|
-
export const OriginRequestPolicyQueryStringBehavior = {
|
|
1731
|
-
all: "all",
|
|
1732
|
-
allExcept: "allExcept",
|
|
1733
|
-
none: "none",
|
|
1734
|
-
whitelist: "whitelist",
|
|
1735
|
-
};
|
|
1736
|
-
export class OriginRequestPolicyAlreadyExists extends __BaseException {
|
|
1737
|
-
name = "OriginRequestPolicyAlreadyExists";
|
|
1738
|
-
$fault = "client";
|
|
1739
|
-
Message;
|
|
1740
|
-
constructor(opts) {
|
|
1741
|
-
super({
|
|
1742
|
-
name: "OriginRequestPolicyAlreadyExists",
|
|
1743
|
-
$fault: "client",
|
|
1744
|
-
...opts,
|
|
1745
|
-
});
|
|
1746
|
-
Object.setPrototypeOf(this, OriginRequestPolicyAlreadyExists.prototype);
|
|
1747
|
-
this.Message = opts.Message;
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
export class TooManyCookiesInOriginRequestPolicy extends __BaseException {
|
|
1751
|
-
name = "TooManyCookiesInOriginRequestPolicy";
|
|
1752
|
-
$fault = "client";
|
|
1753
|
-
Message;
|
|
1754
|
-
constructor(opts) {
|
|
1755
|
-
super({
|
|
1756
|
-
name: "TooManyCookiesInOriginRequestPolicy",
|
|
1757
|
-
$fault: "client",
|
|
1758
|
-
...opts,
|
|
1759
|
-
});
|
|
1760
|
-
Object.setPrototypeOf(this, TooManyCookiesInOriginRequestPolicy.prototype);
|
|
1761
|
-
this.Message = opts.Message;
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
export class TooManyHeadersInOriginRequestPolicy extends __BaseException {
|
|
1765
|
-
name = "TooManyHeadersInOriginRequestPolicy";
|
|
1766
|
-
$fault = "client";
|
|
1767
|
-
Message;
|
|
1768
|
-
constructor(opts) {
|
|
1769
|
-
super({
|
|
1770
|
-
name: "TooManyHeadersInOriginRequestPolicy",
|
|
1771
|
-
$fault: "client",
|
|
1772
|
-
...opts,
|
|
1773
|
-
});
|
|
1774
|
-
Object.setPrototypeOf(this, TooManyHeadersInOriginRequestPolicy.prototype);
|
|
1775
|
-
this.Message = opts.Message;
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
export class TooManyOriginRequestPolicies extends __BaseException {
|
|
1779
|
-
name = "TooManyOriginRequestPolicies";
|
|
1780
|
-
$fault = "client";
|
|
1781
|
-
Message;
|
|
1782
|
-
constructor(opts) {
|
|
1783
|
-
super({
|
|
1784
|
-
name: "TooManyOriginRequestPolicies",
|
|
1785
|
-
$fault: "client",
|
|
1786
|
-
...opts,
|
|
1787
|
-
});
|
|
1788
|
-
Object.setPrototypeOf(this, TooManyOriginRequestPolicies.prototype);
|
|
1789
|
-
this.Message = opts.Message;
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
export class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
|
|
1793
|
-
name = "TooManyQueryStringsInOriginRequestPolicy";
|
|
1794
|
-
$fault = "client";
|
|
1795
|
-
Message;
|
|
1796
|
-
constructor(opts) {
|
|
1797
|
-
super({
|
|
1798
|
-
name: "TooManyQueryStringsInOriginRequestPolicy",
|
|
1799
|
-
$fault: "client",
|
|
1800
|
-
...opts,
|
|
1801
|
-
});
|
|
1802
|
-
Object.setPrototypeOf(this, TooManyQueryStringsInOriginRequestPolicy.prototype);
|
|
1803
|
-
this.Message = opts.Message;
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
export class PublicKeyAlreadyExists extends __BaseException {
|
|
1807
|
-
name = "PublicKeyAlreadyExists";
|
|
1808
|
-
$fault = "client";
|
|
1809
|
-
Message;
|
|
1810
|
-
constructor(opts) {
|
|
1811
|
-
super({
|
|
1812
|
-
name: "PublicKeyAlreadyExists",
|
|
1813
|
-
$fault: "client",
|
|
1814
|
-
...opts,
|
|
1815
|
-
});
|
|
1816
|
-
Object.setPrototypeOf(this, PublicKeyAlreadyExists.prototype);
|
|
1817
|
-
this.Message = opts.Message;
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
export class TooManyPublicKeys extends __BaseException {
|
|
1821
|
-
name = "TooManyPublicKeys";
|
|
1822
|
-
$fault = "client";
|
|
1823
|
-
Message;
|
|
1824
|
-
constructor(opts) {
|
|
1825
|
-
super({
|
|
1826
|
-
name: "TooManyPublicKeys",
|
|
1827
|
-
$fault: "client",
|
|
1828
|
-
...opts,
|
|
1829
|
-
});
|
|
1830
|
-
Object.setPrototypeOf(this, TooManyPublicKeys.prototype);
|
|
1831
|
-
this.Message = opts.Message;
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
export class RealtimeLogConfigAlreadyExists extends __BaseException {
|
|
1835
|
-
name = "RealtimeLogConfigAlreadyExists";
|
|
1836
|
-
$fault = "client";
|
|
1837
|
-
Message;
|
|
1838
|
-
constructor(opts) {
|
|
1839
|
-
super({
|
|
1840
|
-
name: "RealtimeLogConfigAlreadyExists",
|
|
1841
|
-
$fault: "client",
|
|
1842
|
-
...opts,
|
|
1843
|
-
});
|
|
1844
|
-
Object.setPrototypeOf(this, RealtimeLogConfigAlreadyExists.prototype);
|
|
1845
|
-
this.Message = opts.Message;
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
export class TooManyRealtimeLogConfigs extends __BaseException {
|
|
1849
|
-
name = "TooManyRealtimeLogConfigs";
|
|
1850
|
-
$fault = "client";
|
|
1851
|
-
Message;
|
|
1852
|
-
constructor(opts) {
|
|
1853
|
-
super({
|
|
1854
|
-
name: "TooManyRealtimeLogConfigs",
|
|
1855
|
-
$fault: "client",
|
|
1856
|
-
...opts,
|
|
1857
|
-
});
|
|
1858
|
-
Object.setPrototypeOf(this, TooManyRealtimeLogConfigs.prototype);
|
|
1859
|
-
this.Message = opts.Message;
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
1738
|
export const OriginCustomHeaderFilterSensitiveLog = (obj) => ({
|
|
1863
1739
|
...obj,
|
|
1864
1740
|
...(obj.HeaderValue && { HeaderValue: SENSITIVE_STRING }),
|