@aws-sdk/client-cloudfront 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +98 -98
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
- package/dist-types/ts3.4/models/models_1.d.ts +2015 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
export * from "./AssociateAliasCommand";
|
|
2
|
-
export * from "./CreateCachePolicyCommand";
|
|
3
|
-
export * from "./CreateCloudFrontOriginAccessIdentityCommand";
|
|
4
|
-
export * from "./CreateDistributionCommand";
|
|
5
|
-
export * from "./CreateDistributionWithTagsCommand";
|
|
6
|
-
export * from "./CreateFieldLevelEncryptionConfigCommand";
|
|
7
|
-
export * from "./CreateFieldLevelEncryptionProfileCommand";
|
|
8
|
-
export * from "./CreateFunctionCommand";
|
|
9
|
-
export * from "./CreateInvalidationCommand";
|
|
10
|
-
export * from "./CreateKeyGroupCommand";
|
|
11
|
-
export * from "./CreateMonitoringSubscriptionCommand";
|
|
12
|
-
export * from "./CreateOriginAccessControlCommand";
|
|
13
|
-
export * from "./CreateOriginRequestPolicyCommand";
|
|
14
|
-
export * from "./CreatePublicKeyCommand";
|
|
15
|
-
export * from "./CreateRealtimeLogConfigCommand";
|
|
16
|
-
export * from "./CreateResponseHeadersPolicyCommand";
|
|
17
|
-
export * from "./CreateStreamingDistributionCommand";
|
|
18
|
-
export * from "./CreateStreamingDistributionWithTagsCommand";
|
|
19
|
-
export * from "./DeleteCachePolicyCommand";
|
|
20
|
-
export * from "./DeleteCloudFrontOriginAccessIdentityCommand";
|
|
21
|
-
export * from "./DeleteDistributionCommand";
|
|
22
|
-
export * from "./DeleteFieldLevelEncryptionConfigCommand";
|
|
23
|
-
export * from "./DeleteFieldLevelEncryptionProfileCommand";
|
|
24
|
-
export * from "./DeleteFunctionCommand";
|
|
25
|
-
export * from "./DeleteKeyGroupCommand";
|
|
26
|
-
export * from "./DeleteMonitoringSubscriptionCommand";
|
|
27
|
-
export * from "./DeleteOriginAccessControlCommand";
|
|
28
|
-
export * from "./DeleteOriginRequestPolicyCommand";
|
|
29
|
-
export * from "./DeletePublicKeyCommand";
|
|
30
|
-
export * from "./DeleteRealtimeLogConfigCommand";
|
|
31
|
-
export * from "./DeleteResponseHeadersPolicyCommand";
|
|
32
|
-
export * from "./DeleteStreamingDistributionCommand";
|
|
33
|
-
export * from "./DescribeFunctionCommand";
|
|
34
|
-
export * from "./GetCachePolicyCommand";
|
|
35
|
-
export * from "./GetCachePolicyConfigCommand";
|
|
36
|
-
export * from "./GetCloudFrontOriginAccessIdentityCommand";
|
|
37
|
-
export * from "./GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
38
|
-
export * from "./GetDistributionCommand";
|
|
39
|
-
export * from "./GetDistributionConfigCommand";
|
|
40
|
-
export * from "./GetFieldLevelEncryptionCommand";
|
|
41
|
-
export * from "./GetFieldLevelEncryptionConfigCommand";
|
|
42
|
-
export * from "./GetFieldLevelEncryptionProfileCommand";
|
|
43
|
-
export * from "./GetFieldLevelEncryptionProfileConfigCommand";
|
|
44
|
-
export * from "./GetFunctionCommand";
|
|
45
|
-
export * from "./GetInvalidationCommand";
|
|
46
|
-
export * from "./GetKeyGroupCommand";
|
|
47
|
-
export * from "./GetKeyGroupConfigCommand";
|
|
48
|
-
export * from "./GetMonitoringSubscriptionCommand";
|
|
49
|
-
export * from "./GetOriginAccessControlCommand";
|
|
50
|
-
export * from "./GetOriginAccessControlConfigCommand";
|
|
51
|
-
export * from "./GetOriginRequestPolicyCommand";
|
|
52
|
-
export * from "./GetOriginRequestPolicyConfigCommand";
|
|
53
|
-
export * from "./GetPublicKeyCommand";
|
|
54
|
-
export * from "./GetPublicKeyConfigCommand";
|
|
55
|
-
export * from "./GetRealtimeLogConfigCommand";
|
|
56
|
-
export * from "./GetResponseHeadersPolicyCommand";
|
|
57
|
-
export * from "./GetResponseHeadersPolicyConfigCommand";
|
|
58
|
-
export * from "./GetStreamingDistributionCommand";
|
|
59
|
-
export * from "./GetStreamingDistributionConfigCommand";
|
|
60
|
-
export * from "./ListCachePoliciesCommand";
|
|
61
|
-
export * from "./ListCloudFrontOriginAccessIdentitiesCommand";
|
|
62
|
-
export * from "./ListConflictingAliasesCommand";
|
|
63
|
-
export * from "./ListDistributionsByCachePolicyIdCommand";
|
|
64
|
-
export * from "./ListDistributionsByKeyGroupCommand";
|
|
65
|
-
export * from "./ListDistributionsByOriginRequestPolicyIdCommand";
|
|
66
|
-
export * from "./ListDistributionsByRealtimeLogConfigCommand";
|
|
67
|
-
export * from "./ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
68
|
-
export * from "./ListDistributionsByWebACLIdCommand";
|
|
69
|
-
export * from "./ListDistributionsCommand";
|
|
70
|
-
export * from "./ListFieldLevelEncryptionConfigsCommand";
|
|
71
|
-
export * from "./ListFieldLevelEncryptionProfilesCommand";
|
|
72
|
-
export * from "./ListFunctionsCommand";
|
|
73
|
-
export * from "./ListInvalidationsCommand";
|
|
74
|
-
export * from "./ListKeyGroupsCommand";
|
|
75
|
-
export * from "./ListOriginAccessControlsCommand";
|
|
76
|
-
export * from "./ListOriginRequestPoliciesCommand";
|
|
77
|
-
export * from "./ListPublicKeysCommand";
|
|
78
|
-
export * from "./ListRealtimeLogConfigsCommand";
|
|
79
|
-
export * from "./ListResponseHeadersPoliciesCommand";
|
|
80
|
-
export * from "./ListStreamingDistributionsCommand";
|
|
81
|
-
export * from "./ListTagsForResourceCommand";
|
|
82
|
-
export * from "./PublishFunctionCommand";
|
|
83
|
-
export * from "./TagResourceCommand";
|
|
84
|
-
export * from "./TestFunctionCommand";
|
|
85
|
-
export * from "./UntagResourceCommand";
|
|
86
|
-
export * from "./UpdateCachePolicyCommand";
|
|
87
|
-
export * from "./UpdateCloudFrontOriginAccessIdentityCommand";
|
|
88
|
-
export * from "./UpdateDistributionCommand";
|
|
89
|
-
export * from "./UpdateFieldLevelEncryptionConfigCommand";
|
|
90
|
-
export * from "./UpdateFieldLevelEncryptionProfileCommand";
|
|
91
|
-
export * from "./UpdateFunctionCommand";
|
|
92
|
-
export * from "./UpdateKeyGroupCommand";
|
|
93
|
-
export * from "./UpdateOriginAccessControlCommand";
|
|
94
|
-
export * from "./UpdateOriginRequestPolicyCommand";
|
|
95
|
-
export * from "./UpdatePublicKeyCommand";
|
|
96
|
-
export * from "./UpdateRealtimeLogConfigCommand";
|
|
97
|
-
export * from "./UpdateResponseHeadersPolicyCommand";
|
|
98
|
-
export * from "./UpdateStreamingDistributionCommand";
|
|
1
|
+
export * from "./AssociateAliasCommand";
|
|
2
|
+
export * from "./CreateCachePolicyCommand";
|
|
3
|
+
export * from "./CreateCloudFrontOriginAccessIdentityCommand";
|
|
4
|
+
export * from "./CreateDistributionCommand";
|
|
5
|
+
export * from "./CreateDistributionWithTagsCommand";
|
|
6
|
+
export * from "./CreateFieldLevelEncryptionConfigCommand";
|
|
7
|
+
export * from "./CreateFieldLevelEncryptionProfileCommand";
|
|
8
|
+
export * from "./CreateFunctionCommand";
|
|
9
|
+
export * from "./CreateInvalidationCommand";
|
|
10
|
+
export * from "./CreateKeyGroupCommand";
|
|
11
|
+
export * from "./CreateMonitoringSubscriptionCommand";
|
|
12
|
+
export * from "./CreateOriginAccessControlCommand";
|
|
13
|
+
export * from "./CreateOriginRequestPolicyCommand";
|
|
14
|
+
export * from "./CreatePublicKeyCommand";
|
|
15
|
+
export * from "./CreateRealtimeLogConfigCommand";
|
|
16
|
+
export * from "./CreateResponseHeadersPolicyCommand";
|
|
17
|
+
export * from "./CreateStreamingDistributionCommand";
|
|
18
|
+
export * from "./CreateStreamingDistributionWithTagsCommand";
|
|
19
|
+
export * from "./DeleteCachePolicyCommand";
|
|
20
|
+
export * from "./DeleteCloudFrontOriginAccessIdentityCommand";
|
|
21
|
+
export * from "./DeleteDistributionCommand";
|
|
22
|
+
export * from "./DeleteFieldLevelEncryptionConfigCommand";
|
|
23
|
+
export * from "./DeleteFieldLevelEncryptionProfileCommand";
|
|
24
|
+
export * from "./DeleteFunctionCommand";
|
|
25
|
+
export * from "./DeleteKeyGroupCommand";
|
|
26
|
+
export * from "./DeleteMonitoringSubscriptionCommand";
|
|
27
|
+
export * from "./DeleteOriginAccessControlCommand";
|
|
28
|
+
export * from "./DeleteOriginRequestPolicyCommand";
|
|
29
|
+
export * from "./DeletePublicKeyCommand";
|
|
30
|
+
export * from "./DeleteRealtimeLogConfigCommand";
|
|
31
|
+
export * from "./DeleteResponseHeadersPolicyCommand";
|
|
32
|
+
export * from "./DeleteStreamingDistributionCommand";
|
|
33
|
+
export * from "./DescribeFunctionCommand";
|
|
34
|
+
export * from "./GetCachePolicyCommand";
|
|
35
|
+
export * from "./GetCachePolicyConfigCommand";
|
|
36
|
+
export * from "./GetCloudFrontOriginAccessIdentityCommand";
|
|
37
|
+
export * from "./GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
38
|
+
export * from "./GetDistributionCommand";
|
|
39
|
+
export * from "./GetDistributionConfigCommand";
|
|
40
|
+
export * from "./GetFieldLevelEncryptionCommand";
|
|
41
|
+
export * from "./GetFieldLevelEncryptionConfigCommand";
|
|
42
|
+
export * from "./GetFieldLevelEncryptionProfileCommand";
|
|
43
|
+
export * from "./GetFieldLevelEncryptionProfileConfigCommand";
|
|
44
|
+
export * from "./GetFunctionCommand";
|
|
45
|
+
export * from "./GetInvalidationCommand";
|
|
46
|
+
export * from "./GetKeyGroupCommand";
|
|
47
|
+
export * from "./GetKeyGroupConfigCommand";
|
|
48
|
+
export * from "./GetMonitoringSubscriptionCommand";
|
|
49
|
+
export * from "./GetOriginAccessControlCommand";
|
|
50
|
+
export * from "./GetOriginAccessControlConfigCommand";
|
|
51
|
+
export * from "./GetOriginRequestPolicyCommand";
|
|
52
|
+
export * from "./GetOriginRequestPolicyConfigCommand";
|
|
53
|
+
export * from "./GetPublicKeyCommand";
|
|
54
|
+
export * from "./GetPublicKeyConfigCommand";
|
|
55
|
+
export * from "./GetRealtimeLogConfigCommand";
|
|
56
|
+
export * from "./GetResponseHeadersPolicyCommand";
|
|
57
|
+
export * from "./GetResponseHeadersPolicyConfigCommand";
|
|
58
|
+
export * from "./GetStreamingDistributionCommand";
|
|
59
|
+
export * from "./GetStreamingDistributionConfigCommand";
|
|
60
|
+
export * from "./ListCachePoliciesCommand";
|
|
61
|
+
export * from "./ListCloudFrontOriginAccessIdentitiesCommand";
|
|
62
|
+
export * from "./ListConflictingAliasesCommand";
|
|
63
|
+
export * from "./ListDistributionsByCachePolicyIdCommand";
|
|
64
|
+
export * from "./ListDistributionsByKeyGroupCommand";
|
|
65
|
+
export * from "./ListDistributionsByOriginRequestPolicyIdCommand";
|
|
66
|
+
export * from "./ListDistributionsByRealtimeLogConfigCommand";
|
|
67
|
+
export * from "./ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
68
|
+
export * from "./ListDistributionsByWebACLIdCommand";
|
|
69
|
+
export * from "./ListDistributionsCommand";
|
|
70
|
+
export * from "./ListFieldLevelEncryptionConfigsCommand";
|
|
71
|
+
export * from "./ListFieldLevelEncryptionProfilesCommand";
|
|
72
|
+
export * from "./ListFunctionsCommand";
|
|
73
|
+
export * from "./ListInvalidationsCommand";
|
|
74
|
+
export * from "./ListKeyGroupsCommand";
|
|
75
|
+
export * from "./ListOriginAccessControlsCommand";
|
|
76
|
+
export * from "./ListOriginRequestPoliciesCommand";
|
|
77
|
+
export * from "./ListPublicKeysCommand";
|
|
78
|
+
export * from "./ListRealtimeLogConfigsCommand";
|
|
79
|
+
export * from "./ListResponseHeadersPoliciesCommand";
|
|
80
|
+
export * from "./ListStreamingDistributionsCommand";
|
|
81
|
+
export * from "./ListTagsForResourceCommand";
|
|
82
|
+
export * from "./PublishFunctionCommand";
|
|
83
|
+
export * from "./TagResourceCommand";
|
|
84
|
+
export * from "./TestFunctionCommand";
|
|
85
|
+
export * from "./UntagResourceCommand";
|
|
86
|
+
export * from "./UpdateCachePolicyCommand";
|
|
87
|
+
export * from "./UpdateCloudFrontOriginAccessIdentityCommand";
|
|
88
|
+
export * from "./UpdateDistributionCommand";
|
|
89
|
+
export * from "./UpdateFieldLevelEncryptionConfigCommand";
|
|
90
|
+
export * from "./UpdateFieldLevelEncryptionProfileCommand";
|
|
91
|
+
export * from "./UpdateFunctionCommand";
|
|
92
|
+
export * from "./UpdateKeyGroupCommand";
|
|
93
|
+
export * from "./UpdateOriginAccessControlCommand";
|
|
94
|
+
export * from "./UpdateOriginRequestPolicyCommand";
|
|
95
|
+
export * from "./UpdatePublicKeyCommand";
|
|
96
|
+
export * from "./UpdateRealtimeLogConfigCommand";
|
|
97
|
+
export * from "./UpdateResponseHeadersPolicyCommand";
|
|
98
|
+
export * from "./UpdateStreamingDistributionCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./CloudFront";
|
|
2
|
-
export * from "./CloudFrontClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { CloudFrontServiceException } from "./models/CloudFrontServiceException";
|
|
1
|
+
export * from "./CloudFront";
|
|
2
|
+
export * from "./CloudFrontClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { CloudFrontServiceException } from "./models/CloudFrontServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class CloudFrontServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|