@aws-sdk/client-cloudfront 3.325.0 → 3.326.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 +3 -3
@@ -80,6 +80,8 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear
80
80
  * };
81
81
  * const command = new DeleteStreamingDistributionCommand(input);
82
82
  * const response = await client.send(command);
83
+ * // {};
84
+ *
83
85
  * ```
84
86
  *
85
87
  * @param DeleteStreamingDistributionCommandInput - {@link DeleteStreamingDistributionCommandInput}
@@ -105,6 +107,8 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear
105
107
  * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
106
108
  * before you can delete it.</p>
107
109
  *
110
+ * @throws {@link CloudFrontServiceException}
111
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
108
112
  *
109
113
  */
110
114
  export declare class DeleteStreamingDistributionCommand extends $Command<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -36,6 +36,24 @@ export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, _
36
36
  * };
37
37
  * const command = new DescribeFunctionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeFunctionResult
40
+ * // FunctionSummary: { // FunctionSummary
41
+ * // Name: "STRING_VALUE", // required
42
+ * // Status: "STRING_VALUE",
43
+ * // FunctionConfig: { // FunctionConfig
44
+ * // Comment: "STRING_VALUE", // required
45
+ * // Runtime: "cloudfront-js-1.0", // required
46
+ * // },
47
+ * // FunctionMetadata: { // FunctionMetadata
48
+ * // FunctionARN: "STRING_VALUE", // required
49
+ * // Stage: "DEVELOPMENT" || "LIVE",
50
+ * // CreatedTime: new Date("TIMESTAMP"),
51
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
52
+ * // },
53
+ * // },
54
+ * // ETag: "STRING_VALUE",
55
+ * // };
56
+ *
39
57
  * ```
40
58
  *
41
59
  * @param DescribeFunctionCommandInput - {@link DescribeFunctionCommandInput}
@@ -50,6 +68,8 @@ export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, _
50
68
  * @throws {@link UnsupportedOperation} (client fault)
51
69
  * <p>This operation is not supported in this region.</p>
52
70
  *
71
+ * @throws {@link CloudFrontServiceException}
72
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
53
73
  *
54
74
  */
55
75
  export declare class DescribeFunctionCommand extends $Command<DescribeFunctionCommandInput, DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -44,6 +44,52 @@ export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __Met
44
44
  * };
45
45
  * const command = new GetCachePolicyCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // GetCachePolicyResult
48
+ * // CachePolicy: { // CachePolicy
49
+ * // Id: "STRING_VALUE", // required
50
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
51
+ * // CachePolicyConfig: { // CachePolicyConfig
52
+ * // Comment: "STRING_VALUE",
53
+ * // Name: "STRING_VALUE", // required
54
+ * // DefaultTTL: Number("long"),
55
+ * // MaxTTL: Number("long"),
56
+ * // MinTTL: Number("long"), // required
57
+ * // ParametersInCacheKeyAndForwardedToOrigin: { // ParametersInCacheKeyAndForwardedToOrigin
58
+ * // EnableAcceptEncodingGzip: true || false, // required
59
+ * // EnableAcceptEncodingBrotli: true || false,
60
+ * // HeadersConfig: { // CachePolicyHeadersConfig
61
+ * // HeaderBehavior: "none" || "whitelist", // required
62
+ * // Headers: { // Headers
63
+ * // Quantity: Number("int"), // required
64
+ * // Items: [ // HeaderList
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // },
68
+ * // },
69
+ * // CookiesConfig: { // CachePolicyCookiesConfig
70
+ * // CookieBehavior: "none" || "whitelist" || "allExcept" || "all", // required
71
+ * // Cookies: { // CookieNames
72
+ * // Quantity: Number("int"), // required
73
+ * // Items: [ // CookieNameList
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // },
77
+ * // },
78
+ * // QueryStringsConfig: { // CachePolicyQueryStringsConfig
79
+ * // QueryStringBehavior: "none" || "whitelist" || "allExcept" || "all", // required
80
+ * // QueryStrings: { // QueryStringNames
81
+ * // Quantity: Number("int"), // required
82
+ * // Items: [ // QueryStringNamesList
83
+ * // "STRING_VALUE",
84
+ * // ],
85
+ * // },
86
+ * // },
87
+ * // },
88
+ * // },
89
+ * // },
90
+ * // ETag: "STRING_VALUE",
91
+ * // };
92
+ *
47
93
  * ```
48
94
  *
49
95
  * @param GetCachePolicyCommandInput - {@link GetCachePolicyCommandInput}
@@ -58,6 +104,8 @@ export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __Met
58
104
  * @throws {@link NoSuchCachePolicy} (client fault)
59
105
  * <p>The cache policy does not exist.</p>
60
106
  *
107
+ * @throws {@link CloudFrontServiceException}
108
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
61
109
  *
62
110
  */
63
111
  export declare class GetCachePolicyCommand extends $Command<GetCachePolicyCommandInput, GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -36,6 +36,48 @@ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigR
36
36
  * };
37
37
  * const command = new GetCachePolicyConfigCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetCachePolicyConfigResult
40
+ * // CachePolicyConfig: { // CachePolicyConfig
41
+ * // Comment: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE", // required
43
+ * // DefaultTTL: Number("long"),
44
+ * // MaxTTL: Number("long"),
45
+ * // MinTTL: Number("long"), // required
46
+ * // ParametersInCacheKeyAndForwardedToOrigin: { // ParametersInCacheKeyAndForwardedToOrigin
47
+ * // EnableAcceptEncodingGzip: true || false, // required
48
+ * // EnableAcceptEncodingBrotli: true || false,
49
+ * // HeadersConfig: { // CachePolicyHeadersConfig
50
+ * // HeaderBehavior: "none" || "whitelist", // required
51
+ * // Headers: { // Headers
52
+ * // Quantity: Number("int"), // required
53
+ * // Items: [ // HeaderList
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // },
57
+ * // },
58
+ * // CookiesConfig: { // CachePolicyCookiesConfig
59
+ * // CookieBehavior: "none" || "whitelist" || "allExcept" || "all", // required
60
+ * // Cookies: { // CookieNames
61
+ * // Quantity: Number("int"), // required
62
+ * // Items: [ // CookieNameList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // },
66
+ * // },
67
+ * // QueryStringsConfig: { // CachePolicyQueryStringsConfig
68
+ * // QueryStringBehavior: "none" || "whitelist" || "allExcept" || "all", // required
69
+ * // QueryStrings: { // QueryStringNames
70
+ * // Quantity: Number("int"), // required
71
+ * // Items: [ // QueryStringNamesList
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // },
75
+ * // },
76
+ * // },
77
+ * // },
78
+ * // ETag: "STRING_VALUE",
79
+ * // };
80
+ *
39
81
  * ```
40
82
  *
41
83
  * @param GetCachePolicyConfigCommandInput - {@link GetCachePolicyConfigCommandInput}
@@ -50,6 +92,8 @@ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigR
50
92
  * @throws {@link NoSuchCachePolicy} (client fault)
51
93
  * <p>The cache policy does not exist.</p>
52
94
  *
95
+ * @throws {@link CloudFrontServiceException}
96
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
53
97
  *
54
98
  */
55
99
  export declare class GetCachePolicyConfigCommand extends $Command<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,18 @@ export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloud
31
31
  * };
32
32
  * const command = new GetCloudFrontOriginAccessIdentityCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetCloudFrontOriginAccessIdentityResult
35
+ * // CloudFrontOriginAccessIdentity: { // CloudFrontOriginAccessIdentity
36
+ * // Id: "STRING_VALUE", // required
37
+ * // S3CanonicalUserId: "STRING_VALUE", // required
38
+ * // CloudFrontOriginAccessIdentityConfig: { // CloudFrontOriginAccessIdentityConfig
39
+ * // CallerReference: "STRING_VALUE", // required
40
+ * // Comment: "STRING_VALUE", // required
41
+ * // },
42
+ * // },
43
+ * // ETag: "STRING_VALUE",
44
+ * // };
45
+ *
34
46
  * ```
35
47
  *
36
48
  * @param GetCloudFrontOriginAccessIdentityCommandInput - {@link GetCloudFrontOriginAccessIdentityCommandInput}
@@ -45,6 +57,8 @@ export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloud
45
57
  * @throws {@link NoSuchCloudFrontOriginAccessIdentity} (client fault)
46
58
  * <p>The specified origin access identity does not exist.</p>
47
59
  *
60
+ * @throws {@link CloudFrontServiceException}
61
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
62
  *
49
63
  */
50
64
  export declare class GetCloudFrontOriginAccessIdentityCommand extends $Command<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,14 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends Ge
31
31
  * };
32
32
  * const command = new GetCloudFrontOriginAccessIdentityConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetCloudFrontOriginAccessIdentityConfigResult
35
+ * // CloudFrontOriginAccessIdentityConfig: { // CloudFrontOriginAccessIdentityConfig
36
+ * // CallerReference: "STRING_VALUE", // required
37
+ * // Comment: "STRING_VALUE", // required
38
+ * // },
39
+ * // ETag: "STRING_VALUE",
40
+ * // };
41
+ *
34
42
  * ```
35
43
  *
36
44
  * @param GetCloudFrontOriginAccessIdentityConfigCommandInput - {@link GetCloudFrontOriginAccessIdentityConfigCommandInput}
@@ -45,6 +53,8 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends Ge
45
53
  * @throws {@link NoSuchCloudFrontOriginAccessIdentity} (client fault)
46
54
  * <p>The specified origin access identity does not exist.</p>
47
55
  *
56
+ * @throws {@link CloudFrontServiceException}
57
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
58
  *
49
59
  */
50
60
  export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,37 @@ export interface GetContinuousDeploymentPolicyCommandOutput extends GetContinuou
32
32
  * };
33
33
  * const command = new GetContinuousDeploymentPolicyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetContinuousDeploymentPolicyResult
36
+ * // ContinuousDeploymentPolicy: { // ContinuousDeploymentPolicy
37
+ * // Id: "STRING_VALUE", // required
38
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
39
+ * // ContinuousDeploymentPolicyConfig: { // ContinuousDeploymentPolicyConfig
40
+ * // StagingDistributionDnsNames: { // StagingDistributionDnsNames
41
+ * // Quantity: Number("int"), // required
42
+ * // Items: [ // StagingDistributionDnsNameList
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // },
46
+ * // Enabled: true || false, // required
47
+ * // TrafficConfig: { // TrafficConfig
48
+ * // SingleWeightConfig: { // ContinuousDeploymentSingleWeightConfig
49
+ * // Weight: Number("float"), // required
50
+ * // SessionStickinessConfig: { // SessionStickinessConfig
51
+ * // IdleTTL: Number("int"), // required
52
+ * // MaximumTTL: Number("int"), // required
53
+ * // },
54
+ * // },
55
+ * // SingleHeaderConfig: { // ContinuousDeploymentSingleHeaderConfig
56
+ * // Header: "STRING_VALUE", // required
57
+ * // Value: "STRING_VALUE", // required
58
+ * // },
59
+ * // Type: "SingleWeight" || "SingleHeader", // required
60
+ * // },
61
+ * // },
62
+ * // },
63
+ * // ETag: "STRING_VALUE",
64
+ * // };
65
+ *
35
66
  * ```
36
67
  *
37
68
  * @param GetContinuousDeploymentPolicyCommandInput - {@link GetContinuousDeploymentPolicyCommandInput}
@@ -46,6 +77,8 @@ export interface GetContinuousDeploymentPolicyCommandOutput extends GetContinuou
46
77
  * @throws {@link NoSuchContinuousDeploymentPolicy} (client fault)
47
78
  * <p>The continuous deployment policy doesn't exist.</p>
48
79
  *
80
+ * @throws {@link CloudFrontServiceException}
81
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
49
82
  *
50
83
  */
51
84
  export declare class GetContinuousDeploymentPolicyCommand extends $Command<GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,33 @@ export interface GetContinuousDeploymentPolicyConfigCommandOutput extends GetCon
31
31
  * };
32
32
  * const command = new GetContinuousDeploymentPolicyConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetContinuousDeploymentPolicyConfigResult
35
+ * // ContinuousDeploymentPolicyConfig: { // ContinuousDeploymentPolicyConfig
36
+ * // StagingDistributionDnsNames: { // StagingDistributionDnsNames
37
+ * // Quantity: Number("int"), // required
38
+ * // Items: [ // StagingDistributionDnsNameList
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // },
42
+ * // Enabled: true || false, // required
43
+ * // TrafficConfig: { // TrafficConfig
44
+ * // SingleWeightConfig: { // ContinuousDeploymentSingleWeightConfig
45
+ * // Weight: Number("float"), // required
46
+ * // SessionStickinessConfig: { // SessionStickinessConfig
47
+ * // IdleTTL: Number("int"), // required
48
+ * // MaximumTTL: Number("int"), // required
49
+ * // },
50
+ * // },
51
+ * // SingleHeaderConfig: { // ContinuousDeploymentSingleHeaderConfig
52
+ * // Header: "STRING_VALUE", // required
53
+ * // Value: "STRING_VALUE", // required
54
+ * // },
55
+ * // Type: "SingleWeight" || "SingleHeader", // required
56
+ * // },
57
+ * // },
58
+ * // ETag: "STRING_VALUE",
59
+ * // };
60
+ *
34
61
  * ```
35
62
  *
36
63
  * @param GetContinuousDeploymentPolicyConfigCommandInput - {@link GetContinuousDeploymentPolicyConfigCommandInput}
@@ -45,6 +72,8 @@ export interface GetContinuousDeploymentPolicyConfigCommandOutput extends GetCon
45
72
  * @throws {@link NoSuchContinuousDeploymentPolicy} (client fault)
46
73
  * <p>The continuous deployment policy doesn't exist.</p>
47
74
  *
75
+ * @throws {@link CloudFrontServiceException}
76
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
77
  *
49
78
  */
50
79
  export declare class GetContinuousDeploymentPolicyConfigCommand extends $Command<GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {