@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
@@ -31,6 +31,43 @@ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncry
31
31
  * };
32
32
  * const command = new GetFieldLevelEncryptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFieldLevelEncryptionResult
35
+ * // FieldLevelEncryption: { // FieldLevelEncryption
36
+ * // Id: "STRING_VALUE", // required
37
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
38
+ * // FieldLevelEncryptionConfig: { // FieldLevelEncryptionConfig
39
+ * // CallerReference: "STRING_VALUE", // required
40
+ * // Comment: "STRING_VALUE",
41
+ * // QueryArgProfileConfig: { // QueryArgProfileConfig
42
+ * // ForwardWhenQueryArgProfileIsUnknown: true || false, // required
43
+ * // QueryArgProfiles: { // QueryArgProfiles
44
+ * // Quantity: Number("int"), // required
45
+ * // Items: [ // QueryArgProfileList
46
+ * // { // QueryArgProfile
47
+ * // QueryArg: "STRING_VALUE", // required
48
+ * // ProfileId: "STRING_VALUE", // required
49
+ * // },
50
+ * // ],
51
+ * // },
52
+ * // },
53
+ * // ContentTypeProfileConfig: { // ContentTypeProfileConfig
54
+ * // ForwardWhenContentTypeIsUnknown: true || false, // required
55
+ * // ContentTypeProfiles: { // ContentTypeProfiles
56
+ * // Quantity: Number("int"), // required
57
+ * // Items: [ // ContentTypeProfileList
58
+ * // { // ContentTypeProfile
59
+ * // Format: "URLEncoded", // required
60
+ * // ProfileId: "STRING_VALUE",
61
+ * // ContentType: "STRING_VALUE", // required
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // },
66
+ * // },
67
+ * // },
68
+ * // ETag: "STRING_VALUE",
69
+ * // };
70
+ *
34
71
  * ```
35
72
  *
36
73
  * @param GetFieldLevelEncryptionCommandInput - {@link GetFieldLevelEncryptionCommandInput}
@@ -45,6 +82,8 @@ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncry
45
82
  * @throws {@link NoSuchFieldLevelEncryptionConfig} (client fault)
46
83
  * <p>The specified configuration for field-level encryption doesn't exist.</p>
47
84
  *
85
+ * @throws {@link CloudFrontServiceException}
86
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
87
  *
49
88
  */
50
89
  export declare class GetFieldLevelEncryptionCommand extends $Command<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,39 @@ export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLeve
31
31
  * };
32
32
  * const command = new GetFieldLevelEncryptionConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFieldLevelEncryptionConfigResult
35
+ * // FieldLevelEncryptionConfig: { // FieldLevelEncryptionConfig
36
+ * // CallerReference: "STRING_VALUE", // required
37
+ * // Comment: "STRING_VALUE",
38
+ * // QueryArgProfileConfig: { // QueryArgProfileConfig
39
+ * // ForwardWhenQueryArgProfileIsUnknown: true || false, // required
40
+ * // QueryArgProfiles: { // QueryArgProfiles
41
+ * // Quantity: Number("int"), // required
42
+ * // Items: [ // QueryArgProfileList
43
+ * // { // QueryArgProfile
44
+ * // QueryArg: "STRING_VALUE", // required
45
+ * // ProfileId: "STRING_VALUE", // required
46
+ * // },
47
+ * // ],
48
+ * // },
49
+ * // },
50
+ * // ContentTypeProfileConfig: { // ContentTypeProfileConfig
51
+ * // ForwardWhenContentTypeIsUnknown: true || false, // required
52
+ * // ContentTypeProfiles: { // ContentTypeProfiles
53
+ * // Quantity: Number("int"), // required
54
+ * // Items: [ // ContentTypeProfileList
55
+ * // { // ContentTypeProfile
56
+ * // Format: "URLEncoded", // required
57
+ * // ProfileId: "STRING_VALUE",
58
+ * // ContentType: "STRING_VALUE", // required
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // },
63
+ * // },
64
+ * // ETag: "STRING_VALUE",
65
+ * // };
66
+ *
34
67
  * ```
35
68
  *
36
69
  * @param GetFieldLevelEncryptionConfigCommandInput - {@link GetFieldLevelEncryptionConfigCommandInput}
@@ -45,6 +78,8 @@ export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLeve
45
78
  * @throws {@link NoSuchFieldLevelEncryptionConfig} (client fault)
46
79
  * <p>The specified configuration for field-level encryption doesn't exist.</p>
47
80
  *
81
+ * @throws {@link CloudFrontServiceException}
82
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
83
  *
49
84
  */
50
85
  export declare class GetFieldLevelEncryptionConfigCommand extends $Command<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,34 @@ export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLev
31
31
  * };
32
32
  * const command = new GetFieldLevelEncryptionProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFieldLevelEncryptionProfileResult
35
+ * // FieldLevelEncryptionProfile: { // FieldLevelEncryptionProfile
36
+ * // Id: "STRING_VALUE", // required
37
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
38
+ * // FieldLevelEncryptionProfileConfig: { // FieldLevelEncryptionProfileConfig
39
+ * // Name: "STRING_VALUE", // required
40
+ * // CallerReference: "STRING_VALUE", // required
41
+ * // Comment: "STRING_VALUE",
42
+ * // EncryptionEntities: { // EncryptionEntities
43
+ * // Quantity: Number("int"), // required
44
+ * // Items: [ // EncryptionEntityList
45
+ * // { // EncryptionEntity
46
+ * // PublicKeyId: "STRING_VALUE", // required
47
+ * // ProviderId: "STRING_VALUE", // required
48
+ * // FieldPatterns: { // FieldPatterns
49
+ * // Quantity: Number("int"), // required
50
+ * // Items: [ // FieldPatternList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // },
58
+ * // },
59
+ * // ETag: "STRING_VALUE",
60
+ * // };
61
+ *
34
62
  * ```
35
63
  *
36
64
  * @param GetFieldLevelEncryptionProfileCommandInput - {@link GetFieldLevelEncryptionProfileCommandInput}
@@ -45,6 +73,8 @@ export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLev
45
73
  * @throws {@link NoSuchFieldLevelEncryptionProfile} (client fault)
46
74
  * <p>The specified profile for field-level encryption doesn't exist.</p>
47
75
  *
76
+ * @throws {@link CloudFrontServiceException}
77
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
78
  *
49
79
  */
50
80
  export declare class GetFieldLevelEncryptionProfileCommand extends $Command<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,30 @@ export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFi
31
31
  * };
32
32
  * const command = new GetFieldLevelEncryptionProfileConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFieldLevelEncryptionProfileConfigResult
35
+ * // FieldLevelEncryptionProfileConfig: { // FieldLevelEncryptionProfileConfig
36
+ * // Name: "STRING_VALUE", // required
37
+ * // CallerReference: "STRING_VALUE", // required
38
+ * // Comment: "STRING_VALUE",
39
+ * // EncryptionEntities: { // EncryptionEntities
40
+ * // Quantity: Number("int"), // required
41
+ * // Items: [ // EncryptionEntityList
42
+ * // { // EncryptionEntity
43
+ * // PublicKeyId: "STRING_VALUE", // required
44
+ * // ProviderId: "STRING_VALUE", // required
45
+ * // FieldPatterns: { // FieldPatterns
46
+ * // Quantity: Number("int"), // required
47
+ * // Items: [ // FieldPatternList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // },
55
+ * // ETag: "STRING_VALUE",
56
+ * // };
57
+ *
34
58
  * ```
35
59
  *
36
60
  * @param GetFieldLevelEncryptionProfileConfigCommandInput - {@link GetFieldLevelEncryptionProfileConfigCommandInput}
@@ -45,6 +69,8 @@ export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFi
45
69
  * @throws {@link NoSuchFieldLevelEncryptionProfile} (client fault)
46
70
  * <p>The specified profile for field-level encryption doesn't exist.</p>
47
71
  *
72
+ * @throws {@link CloudFrontServiceException}
73
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
74
  *
49
75
  */
50
76
  export declare class GetFieldLevelEncryptionProfileConfigCommand extends $Command<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -35,6 +35,12 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
35
35
  * };
36
36
  * const command = new GetFunctionCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetFunctionResult
39
+ * // FunctionCode: "BLOB_VALUE",
40
+ * // ETag: "STRING_VALUE",
41
+ * // ContentType: "STRING_VALUE",
42
+ * // };
43
+ *
38
44
  * ```
39
45
  *
40
46
  * @param GetFunctionCommandInput - {@link GetFunctionCommandInput}
@@ -49,6 +55,8 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
49
55
  * @throws {@link UnsupportedOperation} (client fault)
50
56
  * <p>This operation is not supported in this region.</p>
51
57
  *
58
+ * @throws {@link CloudFrontServiceException}
59
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
52
60
  *
53
61
  */
54
62
  export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,23 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
32
32
  * };
33
33
  * const command = new GetInvalidationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetInvalidationResult
36
+ * // Invalidation: { // Invalidation
37
+ * // Id: "STRING_VALUE", // required
38
+ * // Status: "STRING_VALUE", // required
39
+ * // CreateTime: new Date("TIMESTAMP"), // required
40
+ * // InvalidationBatch: { // InvalidationBatch
41
+ * // Paths: { // Paths
42
+ * // Quantity: Number("int"), // required
43
+ * // Items: [ // PathList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // CallerReference: "STRING_VALUE", // required
48
+ * // },
49
+ * // },
50
+ * // };
51
+ *
35
52
  * ```
36
53
  *
37
54
  * @param GetInvalidationCommandInput - {@link GetInvalidationCommandInput}
@@ -49,6 +66,8 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
49
66
  * @throws {@link NoSuchInvalidation} (client fault)
50
67
  * <p>The specified invalidation does not exist.</p>
51
68
  *
69
+ * @throws {@link CloudFrontServiceException}
70
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
52
71
  *
53
72
  */
54
73
  export declare class GetInvalidationCommand extends $Command<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
@@ -37,6 +37,21 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
37
37
  * };
38
38
  * const command = new GetKeyGroupCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetKeyGroupResult
41
+ * // KeyGroup: { // KeyGroup
42
+ * // Id: "STRING_VALUE", // required
43
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
44
+ * // KeyGroupConfig: { // KeyGroupConfig
45
+ * // Name: "STRING_VALUE", // required
46
+ * // Items: [ // PublicKeyIdList // required
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // Comment: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ETag: "STRING_VALUE",
53
+ * // };
54
+ *
40
55
  * ```
41
56
  *
42
57
  * @param GetKeyGroupCommandInput - {@link GetKeyGroupCommandInput}
@@ -48,6 +63,8 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
48
63
  * @throws {@link NoSuchResource} (client fault)
49
64
  * <p>A resource that was specified is not valid.</p>
50
65
  *
66
+ * @throws {@link CloudFrontServiceException}
67
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
51
68
  *
52
69
  */
53
70
  export declare class GetKeyGroupCommand extends $Command<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
36
36
  * };
37
37
  * const command = new GetKeyGroupConfigCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetKeyGroupConfigResult
40
+ * // KeyGroupConfig: { // KeyGroupConfig
41
+ * // Name: "STRING_VALUE", // required
42
+ * // Items: [ // PublicKeyIdList // required
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // Comment: "STRING_VALUE",
46
+ * // },
47
+ * // ETag: "STRING_VALUE",
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param GetKeyGroupConfigCommandInput - {@link GetKeyGroupConfigCommandInput}
@@ -47,6 +58,8 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
47
58
  * @throws {@link NoSuchResource} (client fault)
48
59
  * <p>A resource that was specified is not valid.</p>
49
60
  *
61
+ * @throws {@link CloudFrontServiceException}
62
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
50
63
  *
51
64
  */
52
65
  export declare class GetKeyGroupConfigCommand extends $Command<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -32,6 +32,14 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
32
32
  * };
33
33
  * const command = new GetMonitoringSubscriptionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetMonitoringSubscriptionResult
36
+ * // MonitoringSubscription: { // MonitoringSubscription
37
+ * // RealtimeMetricsSubscriptionConfig: { // RealtimeMetricsSubscriptionConfig
38
+ * // RealtimeMetricsSubscriptionStatus: "Enabled" || "Disabled", // required
39
+ * // },
40
+ * // },
41
+ * // };
42
+ *
35
43
  * ```
36
44
  *
37
45
  * @param GetMonitoringSubscriptionCommandInput - {@link GetMonitoringSubscriptionCommandInput}
@@ -52,6 +60,8 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
52
60
  * @throws {@link UnsupportedOperation} (client fault)
53
61
  * <p>This operation is not supported in this region.</p>
54
62
  *
63
+ * @throws {@link CloudFrontServiceException}
64
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
55
65
  *
56
66
  */
57
67
  export declare class GetMonitoringSubscriptionCommand extends $Command<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
31
31
  * };
32
32
  * const command = new GetOriginAccessControlCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetOriginAccessControlResult
35
+ * // OriginAccessControl: { // OriginAccessControl
36
+ * // Id: "STRING_VALUE", // required
37
+ * // OriginAccessControlConfig: { // OriginAccessControlConfig
38
+ * // Name: "STRING_VALUE", // required
39
+ * // Description: "STRING_VALUE",
40
+ * // SigningProtocol: "sigv4", // required
41
+ * // SigningBehavior: "never" || "always" || "no-override", // required
42
+ * // OriginAccessControlOriginType: "s3" || "mediastore", // required
43
+ * // },
44
+ * // },
45
+ * // ETag: "STRING_VALUE",
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param GetOriginAccessControlCommandInput - {@link GetOriginAccessControlCommandInput}
@@ -45,6 +59,8 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
45
59
  * @throws {@link NoSuchOriginAccessControl} (client fault)
46
60
  * <p>The origin access control does not exist.</p>
47
61
  *
62
+ * @throws {@link CloudFrontServiceException}
63
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
64
  *
49
65
  */
50
66
  export declare class GetOriginAccessControlCommand extends $Command<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
31
31
  * };
32
32
  * const command = new GetOriginAccessControlConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetOriginAccessControlConfigResult
35
+ * // OriginAccessControlConfig: { // OriginAccessControlConfig
36
+ * // Name: "STRING_VALUE", // required
37
+ * // Description: "STRING_VALUE",
38
+ * // SigningProtocol: "sigv4", // required
39
+ * // SigningBehavior: "never" || "always" || "no-override", // required
40
+ * // OriginAccessControlOriginType: "s3" || "mediastore", // required
41
+ * // },
42
+ * // ETag: "STRING_VALUE",
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param GetOriginAccessControlConfigCommandInput - {@link GetOriginAccessControlConfigCommandInput}
@@ -45,6 +56,8 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
45
56
  * @throws {@link NoSuchOriginAccessControl} (client fault)
46
57
  * <p>The origin access control does not exist.</p>
47
58
  *
59
+ * @throws {@link CloudFrontServiceException}
60
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
61
  *
49
62
  */
50
63
  export declare class GetOriginAccessControlConfigCommand extends $Command<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -45,6 +45,45 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
45
45
  * };
46
46
  * const command = new GetOriginRequestPolicyCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // GetOriginRequestPolicyResult
49
+ * // OriginRequestPolicy: { // OriginRequestPolicy
50
+ * // Id: "STRING_VALUE", // required
51
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
52
+ * // OriginRequestPolicyConfig: { // OriginRequestPolicyConfig
53
+ * // Comment: "STRING_VALUE",
54
+ * // Name: "STRING_VALUE", // required
55
+ * // HeadersConfig: { // OriginRequestPolicyHeadersConfig
56
+ * // HeaderBehavior: "none" || "whitelist" || "allViewer" || "allViewerAndWhitelistCloudFront" || "allExcept", // required
57
+ * // Headers: { // Headers
58
+ * // Quantity: Number("int"), // required
59
+ * // Items: [ // HeaderList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // },
63
+ * // },
64
+ * // CookiesConfig: { // OriginRequestPolicyCookiesConfig
65
+ * // CookieBehavior: "none" || "whitelist" || "all" || "allExcept", // required
66
+ * // Cookies: { // CookieNames
67
+ * // Quantity: Number("int"), // required
68
+ * // Items: [ // CookieNameList
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // },
72
+ * // },
73
+ * // QueryStringsConfig: { // OriginRequestPolicyQueryStringsConfig
74
+ * // QueryStringBehavior: "none" || "whitelist" || "all" || "allExcept", // required
75
+ * // QueryStrings: { // QueryStringNames
76
+ * // Quantity: Number("int"), // required
77
+ * // Items: [ // QueryStringNamesList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // },
81
+ * // },
82
+ * // },
83
+ * // },
84
+ * // ETag: "STRING_VALUE",
85
+ * // };
86
+ *
48
87
  * ```
49
88
  *
50
89
  * @param GetOriginRequestPolicyCommandInput - {@link GetOriginRequestPolicyCommandInput}
@@ -59,6 +98,8 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
59
98
  * @throws {@link NoSuchOriginRequestPolicy} (client fault)
60
99
  * <p>The origin request policy does not exist.</p>
61
100
  *
101
+ * @throws {@link CloudFrontServiceException}
102
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
62
103
  *
63
104
  */
64
105
  export declare class GetOriginRequestPolicyCommand extends $Command<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -37,6 +37,41 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
37
37
  * };
38
38
  * const command = new GetOriginRequestPolicyConfigCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetOriginRequestPolicyConfigResult
41
+ * // OriginRequestPolicyConfig: { // OriginRequestPolicyConfig
42
+ * // Comment: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE", // required
44
+ * // HeadersConfig: { // OriginRequestPolicyHeadersConfig
45
+ * // HeaderBehavior: "none" || "whitelist" || "allViewer" || "allViewerAndWhitelistCloudFront" || "allExcept", // required
46
+ * // Headers: { // Headers
47
+ * // Quantity: Number("int"), // required
48
+ * // Items: [ // HeaderList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // },
52
+ * // },
53
+ * // CookiesConfig: { // OriginRequestPolicyCookiesConfig
54
+ * // CookieBehavior: "none" || "whitelist" || "all" || "allExcept", // required
55
+ * // Cookies: { // CookieNames
56
+ * // Quantity: Number("int"), // required
57
+ * // Items: [ // CookieNameList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // },
62
+ * // QueryStringsConfig: { // OriginRequestPolicyQueryStringsConfig
63
+ * // QueryStringBehavior: "none" || "whitelist" || "all" || "allExcept", // required
64
+ * // QueryStrings: { // QueryStringNames
65
+ * // Quantity: Number("int"), // required
66
+ * // Items: [ // QueryStringNamesList
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // },
70
+ * // },
71
+ * // },
72
+ * // ETag: "STRING_VALUE",
73
+ * // };
74
+ *
40
75
  * ```
41
76
  *
42
77
  * @param GetOriginRequestPolicyConfigCommandInput - {@link GetOriginRequestPolicyConfigCommandInput}
@@ -51,6 +86,8 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
51
86
  * @throws {@link NoSuchOriginRequestPolicy} (client fault)
52
87
  * <p>The origin request policy does not exist.</p>
53
88
  *
89
+ * @throws {@link CloudFrontServiceException}
90
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
54
91
  *
55
92
  */
56
93
  export declare class GetOriginRequestPolicyConfigCommand extends $Command<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
31
31
  * };
32
32
  * const command = new GetPublicKeyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetPublicKeyResult
35
+ * // PublicKey: { // PublicKey
36
+ * // Id: "STRING_VALUE", // required
37
+ * // CreatedTime: new Date("TIMESTAMP"), // required
38
+ * // PublicKeyConfig: { // PublicKeyConfig
39
+ * // CallerReference: "STRING_VALUE", // required
40
+ * // Name: "STRING_VALUE", // required
41
+ * // EncodedKey: "STRING_VALUE", // required
42
+ * // Comment: "STRING_VALUE",
43
+ * // },
44
+ * // },
45
+ * // ETag: "STRING_VALUE",
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param GetPublicKeyCommandInput - {@link GetPublicKeyCommandInput}
@@ -45,6 +59,8 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
45
59
  * @throws {@link NoSuchPublicKey} (client fault)
46
60
  * <p>The specified public key doesn't exist.</p>
47
61
  *
62
+ * @throws {@link CloudFrontServiceException}
63
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
64
  *
49
65
  */
50
66
  export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
31
31
  * };
32
32
  * const command = new GetPublicKeyConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetPublicKeyConfigResult
35
+ * // PublicKeyConfig: { // PublicKeyConfig
36
+ * // CallerReference: "STRING_VALUE", // required
37
+ * // Name: "STRING_VALUE", // required
38
+ * // EncodedKey: "STRING_VALUE", // required
39
+ * // Comment: "STRING_VALUE",
40
+ * // },
41
+ * // ETag: "STRING_VALUE",
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param GetPublicKeyConfigCommandInput - {@link GetPublicKeyConfigCommandInput}
@@ -45,6 +55,8 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
45
55
  * @throws {@link NoSuchPublicKey} (client fault)
46
56
  * <p>The specified public key doesn't exist.</p>
47
57
  *
58
+ * @throws {@link CloudFrontServiceException}
59
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
60
  *
49
61
  */
50
62
  export declare class GetPublicKeyConfigCommand extends $Command<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -35,6 +35,26 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
35
35
  * };
36
36
  * const command = new GetRealtimeLogConfigCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetRealtimeLogConfigResult
39
+ * // RealtimeLogConfig: { // RealtimeLogConfig
40
+ * // ARN: "STRING_VALUE", // required
41
+ * // Name: "STRING_VALUE", // required
42
+ * // SamplingRate: Number("long"), // required
43
+ * // EndPoints: [ // EndPointList // required
44
+ * // { // EndPoint
45
+ * // StreamType: "STRING_VALUE", // required
46
+ * // KinesisStreamConfig: { // KinesisStreamConfig
47
+ * // RoleARN: "STRING_VALUE", // required
48
+ * // StreamARN: "STRING_VALUE", // required
49
+ * // },
50
+ * // },
51
+ * // ],
52
+ * // Fields: [ // FieldList // required
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // },
56
+ * // };
57
+ *
38
58
  * ```
39
59
  *
40
60
  * @param GetRealtimeLogConfigCommandInput - {@link GetRealtimeLogConfigCommandInput}
@@ -52,6 +72,8 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
52
72
  * @throws {@link NoSuchRealtimeLogConfig} (client fault)
53
73
  * <p>The real-time log configuration does not exist.</p>
54
74
  *
75
+ * @throws {@link CloudFrontServiceException}
76
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
55
77
  *
56
78
  */
57
79
  export declare class GetRealtimeLogConfigCommand extends $Command<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {