@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
@@ -38,6 +38,98 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
38
38
  * };
39
39
  * const command = new GetResponseHeadersPolicyCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetResponseHeadersPolicyResult
42
+ * // ResponseHeadersPolicy: { // ResponseHeadersPolicy
43
+ * // Id: "STRING_VALUE", // required
44
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
45
+ * // ResponseHeadersPolicyConfig: { // ResponseHeadersPolicyConfig
46
+ * // Comment: "STRING_VALUE",
47
+ * // Name: "STRING_VALUE", // required
48
+ * // CorsConfig: { // ResponseHeadersPolicyCorsConfig
49
+ * // AccessControlAllowOrigins: { // ResponseHeadersPolicyAccessControlAllowOrigins
50
+ * // Quantity: Number("int"), // required
51
+ * // Items: [ // AccessControlAllowOriginsList // required
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // },
55
+ * // AccessControlAllowHeaders: { // ResponseHeadersPolicyAccessControlAllowHeaders
56
+ * // Quantity: Number("int"), // required
57
+ * // Items: [ // AccessControlAllowHeadersList // required
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // AccessControlAllowMethods: { // ResponseHeadersPolicyAccessControlAllowMethods
62
+ * // Quantity: Number("int"), // required
63
+ * // Items: [ // AccessControlAllowMethodsList // required
64
+ * // "GET" || "POST" || "OPTIONS" || "PUT" || "DELETE" || "PATCH" || "HEAD" || "ALL",
65
+ * // ],
66
+ * // },
67
+ * // AccessControlAllowCredentials: true || false, // required
68
+ * // AccessControlExposeHeaders: { // ResponseHeadersPolicyAccessControlExposeHeaders
69
+ * // Quantity: Number("int"), // required
70
+ * // Items: [ // AccessControlExposeHeadersList
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // },
74
+ * // AccessControlMaxAgeSec: Number("int"),
75
+ * // OriginOverride: true || false, // required
76
+ * // },
77
+ * // SecurityHeadersConfig: { // ResponseHeadersPolicySecurityHeadersConfig
78
+ * // XSSProtection: { // ResponseHeadersPolicyXSSProtection
79
+ * // Override: true || false, // required
80
+ * // Protection: true || false, // required
81
+ * // ModeBlock: true || false,
82
+ * // ReportUri: "STRING_VALUE",
83
+ * // },
84
+ * // FrameOptions: { // ResponseHeadersPolicyFrameOptions
85
+ * // Override: true || false, // required
86
+ * // FrameOption: "DENY" || "SAMEORIGIN", // required
87
+ * // },
88
+ * // ReferrerPolicy: { // ResponseHeadersPolicyReferrerPolicy
89
+ * // Override: true || false, // required
90
+ * // ReferrerPolicy: "no-referrer" || "no-referrer-when-downgrade" || "origin" || "origin-when-cross-origin" || "same-origin" || "strict-origin" || "strict-origin-when-cross-origin" || "unsafe-url", // required
91
+ * // },
92
+ * // ContentSecurityPolicy: { // ResponseHeadersPolicyContentSecurityPolicy
93
+ * // Override: true || false, // required
94
+ * // ContentSecurityPolicy: "STRING_VALUE", // required
95
+ * // },
96
+ * // ContentTypeOptions: { // ResponseHeadersPolicyContentTypeOptions
97
+ * // Override: true || false, // required
98
+ * // },
99
+ * // StrictTransportSecurity: { // ResponseHeadersPolicyStrictTransportSecurity
100
+ * // Override: true || false, // required
101
+ * // IncludeSubdomains: true || false,
102
+ * // Preload: true || false,
103
+ * // AccessControlMaxAgeSec: Number("int"), // required
104
+ * // },
105
+ * // },
106
+ * // ServerTimingHeadersConfig: { // ResponseHeadersPolicyServerTimingHeadersConfig
107
+ * // Enabled: true || false, // required
108
+ * // SamplingRate: Number("double"),
109
+ * // },
110
+ * // CustomHeadersConfig: { // ResponseHeadersPolicyCustomHeadersConfig
111
+ * // Quantity: Number("int"), // required
112
+ * // Items: [ // ResponseHeadersPolicyCustomHeaderList
113
+ * // { // ResponseHeadersPolicyCustomHeader
114
+ * // Header: "STRING_VALUE", // required
115
+ * // Value: "STRING_VALUE", // required
116
+ * // Override: true || false, // required
117
+ * // },
118
+ * // ],
119
+ * // },
120
+ * // RemoveHeadersConfig: { // ResponseHeadersPolicyRemoveHeadersConfig
121
+ * // Quantity: Number("int"), // required
122
+ * // Items: [ // ResponseHeadersPolicyRemoveHeaderList
123
+ * // { // ResponseHeadersPolicyRemoveHeader
124
+ * // Header: "STRING_VALUE", // required
125
+ * // },
126
+ * // ],
127
+ * // },
128
+ * // },
129
+ * // },
130
+ * // ETag: "STRING_VALUE",
131
+ * // };
132
+ *
41
133
  * ```
42
134
  *
43
135
  * @param GetResponseHeadersPolicyCommandInput - {@link GetResponseHeadersPolicyCommandInput}
@@ -52,6 +144,8 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
52
144
  * @throws {@link NoSuchResponseHeadersPolicy} (client fault)
53
145
  * <p>The response headers policy does not exist.</p>
54
146
  *
147
+ * @throws {@link CloudFrontServiceException}
148
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
55
149
  *
56
150
  */
57
151
  export declare class GetResponseHeadersPolicyCommand extends $Command<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -37,6 +37,94 @@ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponse
37
37
  * };
38
38
  * const command = new GetResponseHeadersPolicyConfigCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetResponseHeadersPolicyConfigResult
41
+ * // ResponseHeadersPolicyConfig: { // ResponseHeadersPolicyConfig
42
+ * // Comment: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE", // required
44
+ * // CorsConfig: { // ResponseHeadersPolicyCorsConfig
45
+ * // AccessControlAllowOrigins: { // ResponseHeadersPolicyAccessControlAllowOrigins
46
+ * // Quantity: Number("int"), // required
47
+ * // Items: [ // AccessControlAllowOriginsList // required
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // },
51
+ * // AccessControlAllowHeaders: { // ResponseHeadersPolicyAccessControlAllowHeaders
52
+ * // Quantity: Number("int"), // required
53
+ * // Items: [ // AccessControlAllowHeadersList // required
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // },
57
+ * // AccessControlAllowMethods: { // ResponseHeadersPolicyAccessControlAllowMethods
58
+ * // Quantity: Number("int"), // required
59
+ * // Items: [ // AccessControlAllowMethodsList // required
60
+ * // "GET" || "POST" || "OPTIONS" || "PUT" || "DELETE" || "PATCH" || "HEAD" || "ALL",
61
+ * // ],
62
+ * // },
63
+ * // AccessControlAllowCredentials: true || false, // required
64
+ * // AccessControlExposeHeaders: { // ResponseHeadersPolicyAccessControlExposeHeaders
65
+ * // Quantity: Number("int"), // required
66
+ * // Items: [ // AccessControlExposeHeadersList
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // },
70
+ * // AccessControlMaxAgeSec: Number("int"),
71
+ * // OriginOverride: true || false, // required
72
+ * // },
73
+ * // SecurityHeadersConfig: { // ResponseHeadersPolicySecurityHeadersConfig
74
+ * // XSSProtection: { // ResponseHeadersPolicyXSSProtection
75
+ * // Override: true || false, // required
76
+ * // Protection: true || false, // required
77
+ * // ModeBlock: true || false,
78
+ * // ReportUri: "STRING_VALUE",
79
+ * // },
80
+ * // FrameOptions: { // ResponseHeadersPolicyFrameOptions
81
+ * // Override: true || false, // required
82
+ * // FrameOption: "DENY" || "SAMEORIGIN", // required
83
+ * // },
84
+ * // ReferrerPolicy: { // ResponseHeadersPolicyReferrerPolicy
85
+ * // Override: true || false, // required
86
+ * // ReferrerPolicy: "no-referrer" || "no-referrer-when-downgrade" || "origin" || "origin-when-cross-origin" || "same-origin" || "strict-origin" || "strict-origin-when-cross-origin" || "unsafe-url", // required
87
+ * // },
88
+ * // ContentSecurityPolicy: { // ResponseHeadersPolicyContentSecurityPolicy
89
+ * // Override: true || false, // required
90
+ * // ContentSecurityPolicy: "STRING_VALUE", // required
91
+ * // },
92
+ * // ContentTypeOptions: { // ResponseHeadersPolicyContentTypeOptions
93
+ * // Override: true || false, // required
94
+ * // },
95
+ * // StrictTransportSecurity: { // ResponseHeadersPolicyStrictTransportSecurity
96
+ * // Override: true || false, // required
97
+ * // IncludeSubdomains: true || false,
98
+ * // Preload: true || false,
99
+ * // AccessControlMaxAgeSec: Number("int"), // required
100
+ * // },
101
+ * // },
102
+ * // ServerTimingHeadersConfig: { // ResponseHeadersPolicyServerTimingHeadersConfig
103
+ * // Enabled: true || false, // required
104
+ * // SamplingRate: Number("double"),
105
+ * // },
106
+ * // CustomHeadersConfig: { // ResponseHeadersPolicyCustomHeadersConfig
107
+ * // Quantity: Number("int"), // required
108
+ * // Items: [ // ResponseHeadersPolicyCustomHeaderList
109
+ * // { // ResponseHeadersPolicyCustomHeader
110
+ * // Header: "STRING_VALUE", // required
111
+ * // Value: "STRING_VALUE", // required
112
+ * // Override: true || false, // required
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // RemoveHeadersConfig: { // ResponseHeadersPolicyRemoveHeadersConfig
117
+ * // Quantity: Number("int"), // required
118
+ * // Items: [ // ResponseHeadersPolicyRemoveHeaderList
119
+ * // { // ResponseHeadersPolicyRemoveHeader
120
+ * // Header: "STRING_VALUE", // required
121
+ * // },
122
+ * // ],
123
+ * // },
124
+ * // },
125
+ * // ETag: "STRING_VALUE",
126
+ * // };
127
+ *
40
128
  * ```
41
129
  *
42
130
  * @param GetResponseHeadersPolicyConfigCommandInput - {@link GetResponseHeadersPolicyConfigCommandInput}
@@ -51,6 +139,8 @@ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponse
51
139
  * @throws {@link NoSuchResponseHeadersPolicy} (client fault)
52
140
  * <p>The response headers policy does not exist.</p>
53
141
  *
142
+ * @throws {@link CloudFrontServiceException}
143
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
54
144
  *
55
145
  */
56
146
  export declare class GetResponseHeadersPolicyConfigCommand extends $Command<GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,60 @@ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistr
32
32
  * };
33
33
  * const command = new GetStreamingDistributionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetStreamingDistributionResult
36
+ * // StreamingDistribution: { // StreamingDistribution
37
+ * // Id: "STRING_VALUE", // required
38
+ * // ARN: "STRING_VALUE", // required
39
+ * // Status: "STRING_VALUE", // required
40
+ * // LastModifiedTime: new Date("TIMESTAMP"),
41
+ * // DomainName: "STRING_VALUE", // required
42
+ * // ActiveTrustedSigners: { // ActiveTrustedSigners
43
+ * // Enabled: true || false, // required
44
+ * // Quantity: Number("int"), // required
45
+ * // Items: [ // SignerList
46
+ * // { // Signer
47
+ * // AwsAccountNumber: "STRING_VALUE",
48
+ * // KeyPairIds: { // KeyPairIds
49
+ * // Quantity: Number("int"), // required
50
+ * // Items: [ // KeyPairIdList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // StreamingDistributionConfig: { // StreamingDistributionConfig
58
+ * // CallerReference: "STRING_VALUE", // required
59
+ * // S3Origin: { // S3Origin
60
+ * // DomainName: "STRING_VALUE", // required
61
+ * // OriginAccessIdentity: "STRING_VALUE", // required
62
+ * // },
63
+ * // Aliases: { // Aliases
64
+ * // Quantity: Number("int"), // required
65
+ * // Items: [ // AliasList
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // },
69
+ * // Comment: "STRING_VALUE", // required
70
+ * // Logging: { // StreamingLoggingConfig
71
+ * // Enabled: true || false, // required
72
+ * // Bucket: "STRING_VALUE", // required
73
+ * // Prefix: "STRING_VALUE", // required
74
+ * // },
75
+ * // TrustedSigners: { // TrustedSigners
76
+ * // Enabled: true || false, // required
77
+ * // Quantity: Number("int"), // required
78
+ * // Items: [ // AwsAccountNumberList
79
+ * // "STRING_VALUE",
80
+ * // ],
81
+ * // },
82
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
83
+ * // Enabled: true || false, // required
84
+ * // },
85
+ * // },
86
+ * // ETag: "STRING_VALUE",
87
+ * // };
88
+ *
35
89
  * ```
36
90
  *
37
91
  * @param GetStreamingDistributionCommandInput - {@link GetStreamingDistributionCommandInput}
@@ -46,6 +100,8 @@ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistr
46
100
  * @throws {@link NoSuchStreamingDistribution} (client fault)
47
101
  * <p>The specified streaming distribution does not exist.</p>
48
102
  *
103
+ * @throws {@link CloudFrontServiceException}
104
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
49
105
  *
50
106
  */
51
107
  export declare class GetStreamingDistributionCommand extends $Command<GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,38 @@ export interface GetStreamingDistributionConfigCommandOutput extends GetStreamin
31
31
  * };
32
32
  * const command = new GetStreamingDistributionConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetStreamingDistributionConfigResult
35
+ * // StreamingDistributionConfig: { // StreamingDistributionConfig
36
+ * // CallerReference: "STRING_VALUE", // required
37
+ * // S3Origin: { // S3Origin
38
+ * // DomainName: "STRING_VALUE", // required
39
+ * // OriginAccessIdentity: "STRING_VALUE", // required
40
+ * // },
41
+ * // Aliases: { // Aliases
42
+ * // Quantity: Number("int"), // required
43
+ * // Items: [ // AliasList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // Comment: "STRING_VALUE", // required
48
+ * // Logging: { // StreamingLoggingConfig
49
+ * // Enabled: true || false, // required
50
+ * // Bucket: "STRING_VALUE", // required
51
+ * // Prefix: "STRING_VALUE", // required
52
+ * // },
53
+ * // TrustedSigners: { // TrustedSigners
54
+ * // Enabled: true || false, // required
55
+ * // Quantity: Number("int"), // required
56
+ * // Items: [ // AwsAccountNumberList
57
+ * // "STRING_VALUE",
58
+ * // ],
59
+ * // },
60
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
61
+ * // Enabled: true || false, // required
62
+ * // },
63
+ * // ETag: "STRING_VALUE",
64
+ * // };
65
+ *
34
66
  * ```
35
67
  *
36
68
  * @param GetStreamingDistributionConfigCommandInput - {@link GetStreamingDistributionConfigCommandInput}
@@ -45,6 +77,8 @@ export interface GetStreamingDistributionConfigCommandOutput extends GetStreamin
45
77
  * @throws {@link NoSuchStreamingDistribution} (client fault)
46
78
  * <p>The specified streaming distribution does not exist.</p>
47
79
  *
80
+ * @throws {@link CloudFrontServiceException}
81
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
82
  *
49
83
  */
50
84
  export declare class GetStreamingDistributionConfigCommand extends $Command<GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -40,6 +40,61 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult,
40
40
  * };
41
41
  * const command = new ListCachePoliciesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListCachePoliciesResult
44
+ * // CachePolicyList: { // CachePolicyList
45
+ * // NextMarker: "STRING_VALUE",
46
+ * // MaxItems: Number("int"), // required
47
+ * // Quantity: Number("int"), // required
48
+ * // Items: [ // CachePolicySummaryList
49
+ * // { // CachePolicySummary
50
+ * // Type: "managed" || "custom", // required
51
+ * // CachePolicy: { // CachePolicy
52
+ * // Id: "STRING_VALUE", // required
53
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
54
+ * // CachePolicyConfig: { // CachePolicyConfig
55
+ * // Comment: "STRING_VALUE",
56
+ * // Name: "STRING_VALUE", // required
57
+ * // DefaultTTL: Number("long"),
58
+ * // MaxTTL: Number("long"),
59
+ * // MinTTL: Number("long"), // required
60
+ * // ParametersInCacheKeyAndForwardedToOrigin: { // ParametersInCacheKeyAndForwardedToOrigin
61
+ * // EnableAcceptEncodingGzip: true || false, // required
62
+ * // EnableAcceptEncodingBrotli: true || false,
63
+ * // HeadersConfig: { // CachePolicyHeadersConfig
64
+ * // HeaderBehavior: "none" || "whitelist", // required
65
+ * // Headers: { // Headers
66
+ * // Quantity: Number("int"), // required
67
+ * // Items: [ // HeaderList
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // },
71
+ * // },
72
+ * // CookiesConfig: { // CachePolicyCookiesConfig
73
+ * // CookieBehavior: "none" || "whitelist" || "allExcept" || "all", // required
74
+ * // Cookies: { // CookieNames
75
+ * // Quantity: Number("int"), // required
76
+ * // Items: [ // CookieNameList
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // },
80
+ * // },
81
+ * // QueryStringsConfig: { // CachePolicyQueryStringsConfig
82
+ * // QueryStringBehavior: "none" || "whitelist" || "allExcept" || "all", // required
83
+ * // QueryStrings: { // QueryStringNames
84
+ * // Quantity: Number("int"), // required
85
+ * // Items: [ // QueryStringNamesList
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // },
89
+ * // },
90
+ * // },
91
+ * // },
92
+ * // },
93
+ * // },
94
+ * // ],
95
+ * // },
96
+ * // };
97
+ *
43
98
  * ```
44
99
  *
45
100
  * @param ListCachePoliciesCommandInput - {@link ListCachePoliciesCommandInput}
@@ -57,6 +112,8 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult,
57
112
  * @throws {@link NoSuchCachePolicy} (client fault)
58
113
  * <p>The cache policy does not exist.</p>
59
114
  *
115
+ * @throws {@link CloudFrontServiceException}
116
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
60
117
  *
61
118
  */
62
119
  export declare class ListCachePoliciesCommand extends $Command<ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,23 @@ export interface ListCloudFrontOriginAccessIdentitiesCommandOutput extends ListC
32
32
  * };
33
33
  * const command = new ListCloudFrontOriginAccessIdentitiesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListCloudFrontOriginAccessIdentitiesResult
36
+ * // CloudFrontOriginAccessIdentityList: { // CloudFrontOriginAccessIdentityList
37
+ * // Marker: "STRING_VALUE", // required
38
+ * // NextMarker: "STRING_VALUE",
39
+ * // MaxItems: Number("int"), // required
40
+ * // IsTruncated: true || false, // required
41
+ * // Quantity: Number("int"), // required
42
+ * // Items: [ // CloudFrontOriginAccessIdentitySummaryList
43
+ * // { // CloudFrontOriginAccessIdentitySummary
44
+ * // Id: "STRING_VALUE", // required
45
+ * // S3CanonicalUserId: "STRING_VALUE", // required
46
+ * // Comment: "STRING_VALUE", // required
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // };
51
+ *
35
52
  * ```
36
53
  *
37
54
  * @param ListCloudFrontOriginAccessIdentitiesCommandInput - {@link ListCloudFrontOriginAccessIdentitiesCommandInput}
@@ -43,6 +60,8 @@ export interface ListCloudFrontOriginAccessIdentitiesCommandOutput extends ListC
43
60
  * @throws {@link InvalidArgument} (client fault)
44
61
  * <p>An argument is invalid.</p>
45
62
  *
63
+ * @throws {@link CloudFrontServiceException}
64
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
46
65
  *
47
66
  */
48
67
  export declare class ListCloudFrontOriginAccessIdentitiesCommand extends $Command<ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput, CloudFrontClientResolvedConfig> {
@@ -56,6 +56,21 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
56
56
  * };
57
57
  * const command = new ListConflictingAliasesCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // ListConflictingAliasesResult
60
+ * // ConflictingAliasesList: { // ConflictingAliasesList
61
+ * // NextMarker: "STRING_VALUE",
62
+ * // MaxItems: Number("int"),
63
+ * // Quantity: Number("int"),
64
+ * // Items: [ // ConflictingAliases
65
+ * // { // ConflictingAlias
66
+ * // Alias: "STRING_VALUE",
67
+ * // DistributionId: "STRING_VALUE",
68
+ * // AccountId: "STRING_VALUE",
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // };
73
+ *
59
74
  * ```
60
75
  *
61
76
  * @param ListConflictingAliasesCommandInput - {@link ListConflictingAliasesCommandInput}
@@ -70,6 +85,8 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
70
85
  * @throws {@link NoSuchDistribution} (client fault)
71
86
  * <p>The specified distribution does not exist.</p>
72
87
  *
88
+ * @throws {@link CloudFrontServiceException}
89
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
73
90
  *
74
91
  */
75
92
  export declare class ListConflictingAliasesCommand extends $Command<ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput, CloudFrontClientResolvedConfig> {
@@ -37,6 +37,45 @@ export interface ListContinuousDeploymentPoliciesCommandOutput extends ListConti
37
37
  * };
38
38
  * const command = new ListContinuousDeploymentPoliciesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListContinuousDeploymentPoliciesResult
41
+ * // ContinuousDeploymentPolicyList: { // ContinuousDeploymentPolicyList
42
+ * // NextMarker: "STRING_VALUE",
43
+ * // MaxItems: Number("int"), // required
44
+ * // Quantity: Number("int"), // required
45
+ * // Items: [ // ContinuousDeploymentPolicySummaryList
46
+ * // { // ContinuousDeploymentPolicySummary
47
+ * // ContinuousDeploymentPolicy: { // ContinuousDeploymentPolicy
48
+ * // Id: "STRING_VALUE", // required
49
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
50
+ * // ContinuousDeploymentPolicyConfig: { // ContinuousDeploymentPolicyConfig
51
+ * // StagingDistributionDnsNames: { // StagingDistributionDnsNames
52
+ * // Quantity: Number("int"), // required
53
+ * // Items: [ // StagingDistributionDnsNameList
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // },
57
+ * // Enabled: true || false, // required
58
+ * // TrafficConfig: { // TrafficConfig
59
+ * // SingleWeightConfig: { // ContinuousDeploymentSingleWeightConfig
60
+ * // Weight: Number("float"), // required
61
+ * // SessionStickinessConfig: { // SessionStickinessConfig
62
+ * // IdleTTL: Number("int"), // required
63
+ * // MaximumTTL: Number("int"), // required
64
+ * // },
65
+ * // },
66
+ * // SingleHeaderConfig: { // ContinuousDeploymentSingleHeaderConfig
67
+ * // Header: "STRING_VALUE", // required
68
+ * // Value: "STRING_VALUE", // required
69
+ * // },
70
+ * // Type: "SingleWeight" || "SingleHeader", // required
71
+ * // },
72
+ * // },
73
+ * // },
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // };
78
+ *
40
79
  * ```
41
80
  *
42
81
  * @param ListContinuousDeploymentPoliciesCommandInput - {@link ListContinuousDeploymentPoliciesCommandInput}
@@ -54,6 +93,8 @@ export interface ListContinuousDeploymentPoliciesCommandOutput extends ListConti
54
93
  * @throws {@link NoSuchContinuousDeploymentPolicy} (client fault)
55
94
  * <p>The continuous deployment policy doesn't exist.</p>
56
95
  *
96
+ * @throws {@link CloudFrontServiceException}
97
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
57
98
  *
58
99
  */
59
100
  export declare class ListContinuousDeploymentPoliciesCommand extends $Command<ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListDistributionsByCachePolicyIdCommandOutput extends ListDistr
39
39
  * };
40
40
  * const command = new ListDistributionsByCachePolicyIdCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListDistributionsByCachePolicyIdResult
43
+ * // DistributionIdList: { // DistributionIdList
44
+ * // Marker: "STRING_VALUE", // required
45
+ * // NextMarker: "STRING_VALUE",
46
+ * // MaxItems: Number("int"), // required
47
+ * // IsTruncated: true || false, // required
48
+ * // Quantity: Number("int"), // required
49
+ * // Items: [ // DistributionIdListSummary
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListDistributionsByCachePolicyIdCommandInput - {@link ListDistributionsByCachePolicyIdCommandInput}
@@ -56,6 +69,8 @@ export interface ListDistributionsByCachePolicyIdCommandOutput extends ListDistr
56
69
  * @throws {@link NoSuchCachePolicy} (client fault)
57
70
  * <p>The cache policy does not exist.</p>
58
71
  *
72
+ * @throws {@link CloudFrontServiceException}
73
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
74
  *
60
75
  */
61
76
  export declare class ListDistributionsByCachePolicyIdCommand extends $Command<ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput, CloudFrontClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListDistributionsByKeyGroupCommandOutput extends ListDistributi
39
39
  * };
40
40
  * const command = new ListDistributionsByKeyGroupCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListDistributionsByKeyGroupResult
43
+ * // DistributionIdList: { // DistributionIdList
44
+ * // Marker: "STRING_VALUE", // required
45
+ * // NextMarker: "STRING_VALUE",
46
+ * // MaxItems: Number("int"), // required
47
+ * // IsTruncated: true || false, // required
48
+ * // Quantity: Number("int"), // required
49
+ * // Items: [ // DistributionIdListSummary
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListDistributionsByKeyGroupCommandInput - {@link ListDistributionsByKeyGroupCommandInput}
@@ -53,6 +66,8 @@ export interface ListDistributionsByKeyGroupCommandOutput extends ListDistributi
53
66
  * @throws {@link NoSuchResource} (client fault)
54
67
  * <p>A resource that was specified is not valid.</p>
55
68
  *
69
+ * @throws {@link CloudFrontServiceException}
70
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
56
71
  *
57
72
  */
58
73
  export declare class ListDistributionsByKeyGroupCommand extends $Command<ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListDistributionsByOriginRequestPolicyIdCommandOutput extends L
39
39
  * };
40
40
  * const command = new ListDistributionsByOriginRequestPolicyIdCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListDistributionsByOriginRequestPolicyIdResult
43
+ * // DistributionIdList: { // DistributionIdList
44
+ * // Marker: "STRING_VALUE", // required
45
+ * // NextMarker: "STRING_VALUE",
46
+ * // MaxItems: Number("int"), // required
47
+ * // IsTruncated: true || false, // required
48
+ * // Quantity: Number("int"), // required
49
+ * // Items: [ // DistributionIdListSummary
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListDistributionsByOriginRequestPolicyIdCommandInput - {@link ListDistributionsByOriginRequestPolicyIdCommandInput}
@@ -56,6 +69,8 @@ export interface ListDistributionsByOriginRequestPolicyIdCommandOutput extends L
56
69
  * @throws {@link NoSuchOriginRequestPolicy} (client fault)
57
70
  * <p>The origin request policy does not exist.</p>
58
71
  *
72
+ * @throws {@link CloudFrontServiceException}
73
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
74
  *
60
75
  */
61
76
  export declare class ListDistributionsByOriginRequestPolicyIdCommand extends $Command<ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput, CloudFrontClientResolvedConfig> {