@aws-sdk/client-cloudfront 3.325.0 → 3.327.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.
Files changed (107) hide show
  1. package/dist-types/commands/AssociateAliasCommand.d.ts +4 -0
  2. package/dist-types/commands/CopyDistributionCommand.d.ts +338 -0
  3. package/dist-types/commands/CreateCachePolicyCommand.d.ts +49 -0
  4. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +15 -0
  5. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +34 -0
  6. package/dist-types/commands/CreateDistributionCommand.d.ts +338 -0
  7. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +338 -0
  8. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +40 -0
  9. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +31 -0
  10. package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
  11. package/dist-types/commands/CreateInvalidationCommand.d.ts +20 -0
  12. package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
  13. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +17 -0
  15. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +42 -0
  16. package/dist-types/commands/CreatePublicKeyCommand.d.ts +17 -0
  17. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +22 -0
  18. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +95 -0
  19. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +57 -0
  20. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +57 -0
  21. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteDistributionCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -0
  32. package/dist-types/commands/DeletePublicKeyCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -0
  35. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -0
  36. package/dist-types/commands/DescribeFunctionCommand.d.ts +20 -0
  37. package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
  38. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +44 -0
  39. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
  40. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +10 -0
  41. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +33 -0
  42. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +29 -0
  43. package/dist-types/commands/GetDistributionCommand.d.ts +337 -0
  44. package/dist-types/commands/GetDistributionConfigCommand.d.ts +293 -0
  45. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +39 -0
  46. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
  47. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +30 -0
  48. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +26 -0
  49. package/dist-types/commands/GetFunctionCommand.d.ts +8 -0
  50. package/dist-types/commands/GetInvalidationCommand.d.ts +19 -0
  51. package/dist-types/commands/GetKeyGroupCommand.d.ts +17 -0
  52. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +13 -0
  53. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +10 -0
  54. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
  55. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +13 -0
  56. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +41 -0
  57. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +37 -0
  58. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  59. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +12 -0
  60. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +22 -0
  61. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +94 -0
  62. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +90 -0
  63. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +56 -0
  64. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +34 -0
  65. package/dist-types/commands/ListCachePoliciesCommand.d.ts +57 -0
  66. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +19 -0
  67. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +17 -0
  68. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
  69. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +15 -0
  70. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +15 -0
  71. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +15 -0
  72. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +303 -0
  73. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +15 -0
  74. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +303 -0
  75. package/dist-types/commands/ListDistributionsCommand.d.ts +303 -0
  76. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +42 -0
  77. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +33 -0
  78. package/dist-types/commands/ListFunctionsCommand.d.ts +26 -0
  79. package/dist-types/commands/ListInvalidationsCommand.d.ts +19 -0
  80. package/dist-types/commands/ListKeyGroupsCommand.d.ts +25 -0
  81. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +22 -0
  82. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +50 -0
  83. package/dist-types/commands/ListPublicKeysCommand.d.ts +19 -0
  84. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +30 -0
  85. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +103 -0
  86. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +41 -0
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +19 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  90. package/dist-types/commands/TestFunctionCommand.d.ts +27 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +48 -0
  93. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
  94. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +33 -0
  95. package/dist-types/commands/UpdateDistributionCommand.d.ts +337 -0
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +337 -0
  97. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -0
  98. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +30 -0
  99. package/dist-types/commands/UpdateFunctionCommand.d.ts +20 -0
  100. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +17 -0
  101. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -0
  103. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +22 -0
  105. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +94 -0
  106. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +56 -0
  107. package/package.json +7 -7
@@ -87,6 +87,46 @@ export interface CreateOriginRequestPolicyCommandOutput extends CreateOriginRequ
87
87
  * };
88
88
  * const command = new CreateOriginRequestPolicyCommand(input);
89
89
  * const response = await client.send(command);
90
+ * // { // CreateOriginRequestPolicyResult
91
+ * // OriginRequestPolicy: { // OriginRequestPolicy
92
+ * // Id: "STRING_VALUE", // required
93
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
94
+ * // OriginRequestPolicyConfig: { // OriginRequestPolicyConfig
95
+ * // Comment: "STRING_VALUE",
96
+ * // Name: "STRING_VALUE", // required
97
+ * // HeadersConfig: { // OriginRequestPolicyHeadersConfig
98
+ * // HeaderBehavior: "none" || "whitelist" || "allViewer" || "allViewerAndWhitelistCloudFront" || "allExcept", // required
99
+ * // Headers: { // Headers
100
+ * // Quantity: Number("int"), // required
101
+ * // Items: [ // HeaderList
102
+ * // "STRING_VALUE",
103
+ * // ],
104
+ * // },
105
+ * // },
106
+ * // CookiesConfig: { // OriginRequestPolicyCookiesConfig
107
+ * // CookieBehavior: "none" || "whitelist" || "all" || "allExcept", // required
108
+ * // Cookies: { // CookieNames
109
+ * // Quantity: Number("int"), // required
110
+ * // Items: [ // CookieNameList
111
+ * // "STRING_VALUE",
112
+ * // ],
113
+ * // },
114
+ * // },
115
+ * // QueryStringsConfig: { // OriginRequestPolicyQueryStringsConfig
116
+ * // QueryStringBehavior: "none" || "whitelist" || "all" || "allExcept", // required
117
+ * // QueryStrings: { // QueryStringNames
118
+ * // Quantity: Number("int"), // required
119
+ * // Items: [ // QueryStringNamesList
120
+ * // "STRING_VALUE",
121
+ * // ],
122
+ * // },
123
+ * // },
124
+ * // },
125
+ * // },
126
+ * // Location: "STRING_VALUE",
127
+ * // ETag: "STRING_VALUE",
128
+ * // };
129
+ *
90
130
  * ```
91
131
  *
92
132
  * @param CreateOriginRequestPolicyCommandInput - {@link CreateOriginRequestPolicyCommandInput}
@@ -130,6 +170,8 @@ export interface CreateOriginRequestPolicyCommandOutput extends CreateOriginRequ
130
170
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
131
171
  * <i>Amazon CloudFront Developer Guide</i>.</p>
132
172
  *
173
+ * @throws {@link CloudFrontServiceException}
174
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
133
175
  *
134
176
  */
135
177
  export declare class CreateOriginRequestPolicyCommand extends $Command<CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -36,6 +36,21 @@ export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, __M
36
36
  * };
37
37
  * const command = new CreatePublicKeyCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // CreatePublicKeyResult
40
+ * // PublicKey: { // PublicKey
41
+ * // Id: "STRING_VALUE", // required
42
+ * // CreatedTime: new Date("TIMESTAMP"), // required
43
+ * // PublicKeyConfig: { // PublicKeyConfig
44
+ * // CallerReference: "STRING_VALUE", // required
45
+ * // Name: "STRING_VALUE", // required
46
+ * // EncodedKey: "STRING_VALUE", // required
47
+ * // Comment: "STRING_VALUE",
48
+ * // },
49
+ * // },
50
+ * // Location: "STRING_VALUE",
51
+ * // ETag: "STRING_VALUE",
52
+ * // };
53
+ *
39
54
  * ```
40
55
  *
41
56
  * @param CreatePublicKeyCommandInput - {@link CreatePublicKeyCommandInput}
@@ -54,6 +69,8 @@ export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, __M
54
69
  * <p>The maximum number of public keys for field-level encryption have been created. To
55
70
  * create a new public key, delete one of the existing keys.</p>
56
71
  *
72
+ * @throws {@link CloudFrontServiceException}
73
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
57
74
  *
58
75
  */
59
76
  export declare class CreatePublicKeyCommand extends $Command<CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -48,6 +48,26 @@ export interface CreateRealtimeLogConfigCommandOutput extends CreateRealtimeLogC
48
48
  * };
49
49
  * const command = new CreateRealtimeLogConfigCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // CreateRealtimeLogConfigResult
52
+ * // RealtimeLogConfig: { // RealtimeLogConfig
53
+ * // ARN: "STRING_VALUE", // required
54
+ * // Name: "STRING_VALUE", // required
55
+ * // SamplingRate: Number("long"), // required
56
+ * // EndPoints: [ // EndPointList // required
57
+ * // { // EndPoint
58
+ * // StreamType: "STRING_VALUE", // required
59
+ * // KinesisStreamConfig: { // KinesisStreamConfig
60
+ * // RoleARN: "STRING_VALUE", // required
61
+ * // StreamARN: "STRING_VALUE", // required
62
+ * // },
63
+ * // },
64
+ * // ],
65
+ * // Fields: [ // FieldList // required
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // },
69
+ * // };
70
+ *
51
71
  * ```
52
72
  *
53
73
  * @param CreateRealtimeLogConfigCommandInput - {@link CreateRealtimeLogConfigCommandInput}
@@ -72,6 +92,8 @@ export interface CreateRealtimeLogConfigCommandOutput extends CreateRealtimeLogC
72
92
  * Amazon Web Services account. 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
73
93
  * <i>Amazon CloudFront Developer Guide</i>.</p>
74
94
  *
95
+ * @throws {@link CloudFrontServiceException}
96
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
75
97
  *
76
98
  */
77
99
  export declare class CreateRealtimeLogConfigCommand extends $Command<CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -125,6 +125,99 @@ export interface CreateResponseHeadersPolicyCommandOutput extends CreateResponse
125
125
  * };
126
126
  * const command = new CreateResponseHeadersPolicyCommand(input);
127
127
  * const response = await client.send(command);
128
+ * // { // CreateResponseHeadersPolicyResult
129
+ * // ResponseHeadersPolicy: { // ResponseHeadersPolicy
130
+ * // Id: "STRING_VALUE", // required
131
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
132
+ * // ResponseHeadersPolicyConfig: { // ResponseHeadersPolicyConfig
133
+ * // Comment: "STRING_VALUE",
134
+ * // Name: "STRING_VALUE", // required
135
+ * // CorsConfig: { // ResponseHeadersPolicyCorsConfig
136
+ * // AccessControlAllowOrigins: { // ResponseHeadersPolicyAccessControlAllowOrigins
137
+ * // Quantity: Number("int"), // required
138
+ * // Items: [ // AccessControlAllowOriginsList // required
139
+ * // "STRING_VALUE",
140
+ * // ],
141
+ * // },
142
+ * // AccessControlAllowHeaders: { // ResponseHeadersPolicyAccessControlAllowHeaders
143
+ * // Quantity: Number("int"), // required
144
+ * // Items: [ // AccessControlAllowHeadersList // required
145
+ * // "STRING_VALUE",
146
+ * // ],
147
+ * // },
148
+ * // AccessControlAllowMethods: { // ResponseHeadersPolicyAccessControlAllowMethods
149
+ * // Quantity: Number("int"), // required
150
+ * // Items: [ // AccessControlAllowMethodsList // required
151
+ * // "GET" || "POST" || "OPTIONS" || "PUT" || "DELETE" || "PATCH" || "HEAD" || "ALL",
152
+ * // ],
153
+ * // },
154
+ * // AccessControlAllowCredentials: true || false, // required
155
+ * // AccessControlExposeHeaders: { // ResponseHeadersPolicyAccessControlExposeHeaders
156
+ * // Quantity: Number("int"), // required
157
+ * // Items: [ // AccessControlExposeHeadersList
158
+ * // "STRING_VALUE",
159
+ * // ],
160
+ * // },
161
+ * // AccessControlMaxAgeSec: Number("int"),
162
+ * // OriginOverride: true || false, // required
163
+ * // },
164
+ * // SecurityHeadersConfig: { // ResponseHeadersPolicySecurityHeadersConfig
165
+ * // XSSProtection: { // ResponseHeadersPolicyXSSProtection
166
+ * // Override: true || false, // required
167
+ * // Protection: true || false, // required
168
+ * // ModeBlock: true || false,
169
+ * // ReportUri: "STRING_VALUE",
170
+ * // },
171
+ * // FrameOptions: { // ResponseHeadersPolicyFrameOptions
172
+ * // Override: true || false, // required
173
+ * // FrameOption: "DENY" || "SAMEORIGIN", // required
174
+ * // },
175
+ * // ReferrerPolicy: { // ResponseHeadersPolicyReferrerPolicy
176
+ * // Override: true || false, // required
177
+ * // ReferrerPolicy: "no-referrer" || "no-referrer-when-downgrade" || "origin" || "origin-when-cross-origin" || "same-origin" || "strict-origin" || "strict-origin-when-cross-origin" || "unsafe-url", // required
178
+ * // },
179
+ * // ContentSecurityPolicy: { // ResponseHeadersPolicyContentSecurityPolicy
180
+ * // Override: true || false, // required
181
+ * // ContentSecurityPolicy: "STRING_VALUE", // required
182
+ * // },
183
+ * // ContentTypeOptions: { // ResponseHeadersPolicyContentTypeOptions
184
+ * // Override: true || false, // required
185
+ * // },
186
+ * // StrictTransportSecurity: { // ResponseHeadersPolicyStrictTransportSecurity
187
+ * // Override: true || false, // required
188
+ * // IncludeSubdomains: true || false,
189
+ * // Preload: true || false,
190
+ * // AccessControlMaxAgeSec: Number("int"), // required
191
+ * // },
192
+ * // },
193
+ * // ServerTimingHeadersConfig: { // ResponseHeadersPolicyServerTimingHeadersConfig
194
+ * // Enabled: true || false, // required
195
+ * // SamplingRate: Number("double"),
196
+ * // },
197
+ * // CustomHeadersConfig: { // ResponseHeadersPolicyCustomHeadersConfig
198
+ * // Quantity: Number("int"), // required
199
+ * // Items: [ // ResponseHeadersPolicyCustomHeaderList
200
+ * // { // ResponseHeadersPolicyCustomHeader
201
+ * // Header: "STRING_VALUE", // required
202
+ * // Value: "STRING_VALUE", // required
203
+ * // Override: true || false, // required
204
+ * // },
205
+ * // ],
206
+ * // },
207
+ * // RemoveHeadersConfig: { // ResponseHeadersPolicyRemoveHeadersConfig
208
+ * // Quantity: Number("int"), // required
209
+ * // Items: [ // ResponseHeadersPolicyRemoveHeaderList
210
+ * // { // ResponseHeadersPolicyRemoveHeader
211
+ * // Header: "STRING_VALUE", // required
212
+ * // },
213
+ * // ],
214
+ * // },
215
+ * // },
216
+ * // },
217
+ * // Location: "STRING_VALUE",
218
+ * // ETag: "STRING_VALUE",
219
+ * // };
220
+ *
128
221
  * ```
129
222
  *
130
223
  * @param CreateResponseHeadersPolicyCommandInput - {@link CreateResponseHeadersPolicyCommandInput}
@@ -172,6 +265,8 @@ export interface CreateResponseHeadersPolicyCommandOutput extends CreateResponse
172
265
  * <p>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
173
266
  * <i>Amazon CloudFront Developer Guide</i>.</p>
174
267
  *
268
+ * @throws {@link CloudFrontServiceException}
269
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
175
270
  *
176
271
  */
177
272
  export declare class CreateResponseHeadersPolicyCommand extends $Command<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -60,6 +60,61 @@ export interface CreateStreamingDistributionCommandOutput extends CreateStreamin
60
60
  * };
61
61
  * const command = new CreateStreamingDistributionCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateStreamingDistributionResult
64
+ * // StreamingDistribution: { // StreamingDistribution
65
+ * // Id: "STRING_VALUE", // required
66
+ * // ARN: "STRING_VALUE", // required
67
+ * // Status: "STRING_VALUE", // required
68
+ * // LastModifiedTime: new Date("TIMESTAMP"),
69
+ * // DomainName: "STRING_VALUE", // required
70
+ * // ActiveTrustedSigners: { // ActiveTrustedSigners
71
+ * // Enabled: true || false, // required
72
+ * // Quantity: Number("int"), // required
73
+ * // Items: [ // SignerList
74
+ * // { // Signer
75
+ * // AwsAccountNumber: "STRING_VALUE",
76
+ * // KeyPairIds: { // KeyPairIds
77
+ * // Quantity: Number("int"), // required
78
+ * // Items: [ // KeyPairIdList
79
+ * // "STRING_VALUE",
80
+ * // ],
81
+ * // },
82
+ * // },
83
+ * // ],
84
+ * // },
85
+ * // StreamingDistributionConfig: { // StreamingDistributionConfig
86
+ * // CallerReference: "STRING_VALUE", // required
87
+ * // S3Origin: { // S3Origin
88
+ * // DomainName: "STRING_VALUE", // required
89
+ * // OriginAccessIdentity: "STRING_VALUE", // required
90
+ * // },
91
+ * // Aliases: { // Aliases
92
+ * // Quantity: Number("int"), // required
93
+ * // Items: [ // AliasList
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // },
97
+ * // Comment: "STRING_VALUE", // required
98
+ * // Logging: { // StreamingLoggingConfig
99
+ * // Enabled: true || false, // required
100
+ * // Bucket: "STRING_VALUE", // required
101
+ * // Prefix: "STRING_VALUE", // required
102
+ * // },
103
+ * // TrustedSigners: { // TrustedSigners
104
+ * // Enabled: true || false, // required
105
+ * // Quantity: Number("int"), // required
106
+ * // Items: [ // AwsAccountNumberList
107
+ * // "STRING_VALUE",
108
+ * // ],
109
+ * // },
110
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
111
+ * // Enabled: true || false, // required
112
+ * // },
113
+ * // },
114
+ * // Location: "STRING_VALUE",
115
+ * // ETag: "STRING_VALUE",
116
+ * // };
117
+ *
63
118
  * ```
64
119
  *
65
120
  * @param CreateStreamingDistributionCommandInput - {@link CreateStreamingDistributionCommandInput}
@@ -111,6 +166,8 @@ export interface CreateStreamingDistributionCommandOutput extends CreateStreamin
111
166
  * @throws {@link TrustedSignerDoesNotExist} (client fault)
112
167
  * <p>One or more of your trusted signers don't exist.</p>
113
168
  *
169
+ * @throws {@link CloudFrontServiceException}
170
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
114
171
  *
115
172
  */
116
173
  export declare class CreateStreamingDistributionCommand extends $Command<CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -70,6 +70,61 @@ export interface CreateStreamingDistributionWithTagsCommandOutput extends Create
70
70
  * };
71
71
  * const command = new CreateStreamingDistributionWithTagsCommand(input);
72
72
  * const response = await client.send(command);
73
+ * // { // CreateStreamingDistributionWithTagsResult
74
+ * // StreamingDistribution: { // StreamingDistribution
75
+ * // Id: "STRING_VALUE", // required
76
+ * // ARN: "STRING_VALUE", // required
77
+ * // Status: "STRING_VALUE", // required
78
+ * // LastModifiedTime: new Date("TIMESTAMP"),
79
+ * // DomainName: "STRING_VALUE", // required
80
+ * // ActiveTrustedSigners: { // ActiveTrustedSigners
81
+ * // Enabled: true || false, // required
82
+ * // Quantity: Number("int"), // required
83
+ * // Items: [ // SignerList
84
+ * // { // Signer
85
+ * // AwsAccountNumber: "STRING_VALUE",
86
+ * // KeyPairIds: { // KeyPairIds
87
+ * // Quantity: Number("int"), // required
88
+ * // Items: [ // KeyPairIdList
89
+ * // "STRING_VALUE",
90
+ * // ],
91
+ * // },
92
+ * // },
93
+ * // ],
94
+ * // },
95
+ * // StreamingDistributionConfig: { // StreamingDistributionConfig
96
+ * // CallerReference: "STRING_VALUE", // required
97
+ * // S3Origin: { // S3Origin
98
+ * // DomainName: "STRING_VALUE", // required
99
+ * // OriginAccessIdentity: "STRING_VALUE", // required
100
+ * // },
101
+ * // Aliases: { // Aliases
102
+ * // Quantity: Number("int"), // required
103
+ * // Items: [ // AliasList
104
+ * // "STRING_VALUE",
105
+ * // ],
106
+ * // },
107
+ * // Comment: "STRING_VALUE", // required
108
+ * // Logging: { // StreamingLoggingConfig
109
+ * // Enabled: true || false, // required
110
+ * // Bucket: "STRING_VALUE", // required
111
+ * // Prefix: "STRING_VALUE", // required
112
+ * // },
113
+ * // TrustedSigners: { // TrustedSigners
114
+ * // Enabled: true || false, // required
115
+ * // Quantity: Number("int"), // required
116
+ * // Items: [ // AwsAccountNumberList
117
+ * // "STRING_VALUE",
118
+ * // ],
119
+ * // },
120
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
121
+ * // Enabled: true || false, // required
122
+ * // },
123
+ * // },
124
+ * // Location: "STRING_VALUE",
125
+ * // ETag: "STRING_VALUE",
126
+ * // };
127
+ *
73
128
  * ```
74
129
  *
75
130
  * @param CreateStreamingDistributionWithTagsCommandInput - {@link CreateStreamingDistributionWithTagsCommandInput}
@@ -124,6 +179,8 @@ export interface CreateStreamingDistributionWithTagsCommandOutput extends Create
124
179
  * @throws {@link TrustedSignerDoesNotExist} (client fault)
125
180
  * <p>One or more of your trusted signers don't exist.</p>
126
181
  *
182
+ * @throws {@link CloudFrontServiceException}
183
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
127
184
  *
128
185
  */
129
186
  export declare class CreateStreamingDistributionWithTagsCommand extends $Command<CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new DeleteCachePolicyCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteCachePolicyCommandInput - {@link DeleteCachePolicyCommandInput}
@@ -66,6 +68,8 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
66
68
  * <p>The precondition in one or more of the request fields evaluated to
67
69
  * <code>false</code>.</p>
68
70
  *
71
+ * @throws {@link CloudFrontServiceException}
72
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
69
73
  *
70
74
  */
71
75
  export declare class DeleteCachePolicyCommand extends $Command<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met
32
32
  * };
33
33
  * const command = new DeleteCloudFrontOriginAccessIdentityCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteCloudFrontOriginAccessIdentityCommandInput - {@link DeleteCloudFrontOriginAccessIdentityCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met
56
58
  * <p>The precondition in one or more of the request fields evaluated to
57
59
  * <code>false</code>.</p>
58
60
  *
61
+ * @throws {@link CloudFrontServiceException}
62
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteCloudFrontOriginAccessIdentityCommand extends $Command<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteContinuousDeploymentPolicyCommandOutput extends __Metadat
35
35
  * };
36
36
  * const command = new DeleteContinuousDeploymentPolicyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteContinuousDeploymentPolicyCommandInput - {@link DeleteContinuousDeploymentPolicyCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteContinuousDeploymentPolicyCommandOutput extends __Metadat
63
65
  * <p>The precondition in one or more of the request fields evaluated to
64
66
  * <code>false</code>.</p>
65
67
  *
68
+ * @throws {@link CloudFrontServiceException}
69
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteContinuousDeploymentPolicyCommand extends $Command<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteDistributionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteDistributionCommandInput - {@link DeleteDistributionCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {
57
59
  * <p>The precondition in one or more of the request fields evaluated to
58
60
  * <code>false</code>.</p>
59
61
  *
62
+ * @throws {@link CloudFrontServiceException}
63
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteDistributionCommand extends $Command<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat
32
32
  * };
33
33
  * const command = new DeleteFieldLevelEncryptionConfigCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteFieldLevelEncryptionConfigCommandInput - {@link DeleteFieldLevelEncryptionConfigCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat
56
58
  * <p>The precondition in one or more of the request fields evaluated to
57
59
  * <code>false</code>.</p>
58
60
  *
61
+ * @throws {@link CloudFrontServiceException}
62
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteFieldLevelEncryptionConfigCommand extends $Command<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada
32
32
  * };
33
33
  * const command = new DeleteFieldLevelEncryptionProfileCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteFieldLevelEncryptionProfileCommandInput - {@link DeleteFieldLevelEncryptionProfileCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada
56
58
  * <p>The precondition in one or more of the request fields evaluated to
57
59
  * <code>false</code>.</p>
58
60
  *
61
+ * @throws {@link CloudFrontServiceException}
62
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteFieldLevelEncryptionProfileCommand extends $Command<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new DeleteFunctionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteFunctionCommandInput - {@link DeleteFunctionCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
63
65
  * @throws {@link UnsupportedOperation} (client fault)
64
66
  * <p>This operation is not supported in this region.</p>
65
67
  *
68
+ * @throws {@link CloudFrontServiceException}
69
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new DeleteKeyGroupCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteKeyGroupCommandInput - {@link DeleteKeyGroupCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
59
61
  * @throws {@link ResourceInUse} (client fault)
60
62
  * <p>Cannot delete this resource because it is in use.</p>
61
63
  *
64
+ * @throws {@link CloudFrontServiceException}
65
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteKeyGroupCommand extends $Command<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitor
32
32
  * };
33
33
  * const command = new DeleteMonitoringSubscriptionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteMonitoringSubscriptionCommandInput - {@link DeleteMonitoringSubscriptionCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitor
52
54
  * @throws {@link UnsupportedOperation} (client fault)
53
55
  * <p>This operation is not supported in this region.</p>
54
56
  *
57
+ * @throws {@link CloudFrontServiceException}
58
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteMonitoringSubscriptionCommand extends $Command<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer
35
35
  * };
36
36
  * const command = new DeleteOriginAccessControlCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteOriginAccessControlCommandInput - {@link DeleteOriginAccessControlCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer
60
62
  * <p>The precondition in one or more of the request fields evaluated to
61
63
  * <code>false</code>.</p>
62
64
  *
65
+ * @throws {@link CloudFrontServiceException}
66
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteOriginAccessControlCommand extends $Command<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer
38
38
  * };
39
39
  * const command = new DeleteOriginRequestPolicyCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteOriginRequestPolicyCommandInput - {@link DeleteOriginRequestPolicyCommandInput}
@@ -66,6 +68,8 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer
66
68
  * <p>The precondition in one or more of the request fields evaluated to
67
69
  * <code>false</code>.</p>
68
70
  *
71
+ * @throws {@link CloudFrontServiceException}
72
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
69
73
  *
70
74
  */
71
75
  export declare class DeleteOriginRequestPolicyCommand extends $Command<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeletePublicKeyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeletePublicKeyCommandInput - {@link DeletePublicKeyCommandInput}
@@ -56,6 +58,8 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
56
58
  * @throws {@link PublicKeyInUse} (client fault)
57
59
  * <p>The specified public key is in use.</p>
58
60
  *
61
+ * @throws {@link CloudFrontServiceException}
62
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeletePublicKeyCommand extends $Command<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new DeleteRealtimeLogConfigCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteRealtimeLogConfigCommandInput - {@link DeleteRealtimeLogConfigCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
59
61
  * <p>Cannot delete the real-time log configuration because it is attached to one or more
60
62
  * cache behaviors.</p>
61
63
  *
64
+ * @throws {@link CloudFrontServiceException}
65
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteRealtimeLogConfigCommand extends $Command<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBear
38
38
  * };
39
39
  * const command = new DeleteResponseHeadersPolicyCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteResponseHeadersPolicyCommandInput - {@link DeleteResponseHeadersPolicyCommandInput}
@@ -66,6 +68,8 @@ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBear
66
68
  * <p>Cannot delete the response headers policy because it is attached to one or more cache
67
69
  * behaviors in a CloudFront distribution.</p>
68
70
  *
71
+ * @throws {@link CloudFrontServiceException}
72
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
69
73
  *
70
74
  */
71
75
  export declare class DeleteResponseHeadersPolicyCommand extends $Command<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {