@aws-sdk/client-cloudfront 3.298.0 → 3.300.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 +6 -0
  3. package/dist-types/commands/CreateCachePolicyCommand.d.ts +40 -0
  4. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +25 -0
  6. package/dist-types/commands/CreateDistributionCommand.d.ts +293 -0
  7. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +303 -0
  8. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +31 -0
  9. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +22 -0
  10. package/dist-types/commands/CreateFunctionCommand.d.ts +8 -0
  11. package/dist-types/commands/CreateInvalidationCommand.d.ts +12 -0
  12. package/dist-types/commands/CreateKeyGroupCommand.d.ts +9 -0
  13. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +8 -0
  14. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +9 -0
  15. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +33 -0
  16. package/dist-types/commands/CreatePublicKeyCommand.d.ts +8 -0
  17. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +86 -0
  19. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +30 -0
  20. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +40 -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 +3 -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 +4 -0
  37. package/dist-types/commands/GetCachePolicyCommand.d.ts +3 -0
  38. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +3 -0
  39. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +3 -0
  40. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +3 -0
  41. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +3 -0
  42. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +3 -0
  43. package/dist-types/commands/GetDistributionCommand.d.ts +3 -0
  44. package/dist-types/commands/GetDistributionConfigCommand.d.ts +3 -0
  45. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +3 -0
  46. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +3 -0
  47. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +3 -0
  48. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +3 -0
  49. package/dist-types/commands/GetFunctionCommand.d.ts +4 -0
  50. package/dist-types/commands/GetInvalidationCommand.d.ts +4 -0
  51. package/dist-types/commands/GetKeyGroupCommand.d.ts +3 -0
  52. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +3 -0
  53. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +3 -0
  54. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +3 -0
  55. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +3 -0
  56. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +3 -0
  57. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +3 -0
  58. package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -0
  59. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +3 -0
  60. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +4 -0
  61. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +3 -0
  62. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +3 -0
  63. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +3 -0
  64. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +3 -0
  65. package/dist-types/commands/ListCachePoliciesCommand.d.ts +5 -0
  66. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +4 -0
  67. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +6 -0
  68. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +4 -0
  69. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +5 -0
  70. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +5 -0
  71. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +5 -0
  72. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +6 -0
  73. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +5 -0
  74. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +5 -0
  75. package/dist-types/commands/ListDistributionsCommand.d.ts +4 -0
  76. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +4 -0
  78. package/dist-types/commands/ListFunctionsCommand.d.ts +5 -0
  79. package/dist-types/commands/ListInvalidationsCommand.d.ts +5 -0
  80. package/dist-types/commands/ListKeyGroupsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +4 -0
  82. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +5 -0
  83. package/dist-types/commands/ListPublicKeysCommand.d.ts +4 -0
  84. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +4 -0
  85. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +5 -0
  86. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +4 -0
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +4 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  90. package/dist-types/commands/TestFunctionCommand.d.ts +6 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +8 -0
  92. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +42 -0
  93. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +8 -0
  94. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +27 -0
  95. package/dist-types/commands/UpdateDistributionCommand.d.ts +295 -0
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +5 -0
  97. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +33 -0
  98. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +24 -0
  99. package/dist-types/commands/UpdateFunctionCommand.d.ts +9 -0
  100. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +11 -0
  101. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +11 -0
  102. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +35 -0
  103. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +10 -0
  104. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +17 -0
  105. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +88 -0
  106. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +32 -0
  107. package/package.json +12 -12
@@ -28,6 +28,46 @@ export interface CreateStreamingDistributionWithTagsCommandOutput extends Create
28
28
  * import { CloudFrontClient, CreateStreamingDistributionWithTagsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
29
29
  * // const { CloudFrontClient, CreateStreamingDistributionWithTagsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
30
30
  * const client = new CloudFrontClient(config);
31
+ * const input = {
32
+ * StreamingDistributionConfigWithTags: {
33
+ * StreamingDistributionConfig: {
34
+ * CallerReference: "STRING_VALUE", // required
35
+ * S3Origin: {
36
+ * DomainName: "STRING_VALUE", // required
37
+ * OriginAccessIdentity: "STRING_VALUE", // required
38
+ * },
39
+ * Aliases: {
40
+ * Quantity: Number("int"), // required
41
+ * Items: [
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * },
45
+ * Comment: "STRING_VALUE", // required
46
+ * Logging: {
47
+ * Enabled: true || false, // required
48
+ * Bucket: "STRING_VALUE", // required
49
+ * Prefix: "STRING_VALUE", // required
50
+ * },
51
+ * TrustedSigners: {
52
+ * Enabled: true || false, // required
53
+ * Quantity: Number("int"), // required
54
+ * Items: [
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * },
58
+ * PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
59
+ * Enabled: true || false, // required
60
+ * },
61
+ * Tags: {
62
+ * Items: [
63
+ * {
64
+ * Key: "STRING_VALUE", // required
65
+ * Value: "STRING_VALUE",
66
+ * },
67
+ * ],
68
+ * },
69
+ * },
70
+ * };
31
71
  * const command = new CreateStreamingDistributionWithTagsCommand(input);
32
72
  * const response = await client.send(command);
33
73
  * ```
@@ -32,6 +32,10 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
32
32
  * import { CloudFrontClient, DeleteCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * IfMatch: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteCachePolicyCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,10 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met
26
26
  * import { CloudFrontClient, DeleteCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, DeleteCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * IfMatch: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeleteCloudFrontOriginAccessIdentityCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -29,6 +29,10 @@ export interface DeleteContinuousDeploymentPolicyCommandOutput extends __Metadat
29
29
  * import { CloudFrontClient, DeleteContinuousDeploymentPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
30
30
  * // const { CloudFrontClient, DeleteContinuousDeploymentPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
31
31
  * const client = new CloudFrontClient(config);
32
+ * const input = {
33
+ * Id: "STRING_VALUE", // required
34
+ * IfMatch: "STRING_VALUE",
35
+ * };
32
36
  * const command = new DeleteContinuousDeploymentPolicyCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -26,6 +26,10 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {
26
26
  * import { CloudFrontClient, DeleteDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, DeleteDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * IfMatch: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeleteDistributionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat
26
26
  * import { CloudFrontClient, DeleteFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, DeleteFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * IfMatch: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeleteFieldLevelEncryptionConfigCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada
26
26
  * import { CloudFrontClient, DeleteFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, DeleteFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * IfMatch: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeleteFieldLevelEncryptionProfileCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,10 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
32
32
  * import { CloudFrontClient, DeleteFunctionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteFunctionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Name: "STRING_VALUE", // required
37
+ * IfMatch: "STRING_VALUE", // required
38
+ * };
35
39
  * const command = new DeleteFunctionCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -32,6 +32,10 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
32
32
  * import { CloudFrontClient, DeleteKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * IfMatch: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteKeyGroupCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -27,6 +27,9 @@ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitor
27
27
  * import { CloudFrontClient, DeleteMonitoringSubscriptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
28
28
  * // const { CloudFrontClient, DeleteMonitoringSubscriptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
29
29
  * const client = new CloudFrontClient(config);
30
+ * const input = {
31
+ * DistributionId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteMonitoringSubscriptionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,10 @@ export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer
29
29
  * import { CloudFrontClient, DeleteOriginAccessControlCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
30
30
  * // const { CloudFrontClient, DeleteOriginAccessControlCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
31
31
  * const client = new CloudFrontClient(config);
32
+ * const input = {
33
+ * Id: "STRING_VALUE", // required
34
+ * IfMatch: "STRING_VALUE",
35
+ * };
32
36
  * const command = new DeleteOriginAccessControlCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -32,6 +32,10 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer
32
32
  * import { CloudFrontClient, DeleteOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * IfMatch: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteOriginRequestPolicyCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,10 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
26
26
  * import { CloudFrontClient, DeletePublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, DeletePublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * IfMatch: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeletePublicKeyCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,10 @@ export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
32
32
  * import { CloudFrontClient, DeleteRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Name: "STRING_VALUE",
37
+ * ARN: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteRealtimeLogConfigCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -32,6 +32,10 @@ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBear
32
32
  * import { CloudFrontClient, DeleteResponseHeadersPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, DeleteResponseHeadersPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * IfMatch: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteResponseHeadersPolicyCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -74,6 +74,10 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear
74
74
  * import { CloudFrontClient, DeleteStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
75
75
  * // const { CloudFrontClient, DeleteStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
76
76
  * const client = new CloudFrontClient(config);
77
+ * const input = {
78
+ * Id: "STRING_VALUE", // required
79
+ * IfMatch: "STRING_VALUE",
80
+ * };
77
81
  * const command = new DeleteStreamingDistributionCommand(input);
78
82
  * const response = await client.send(command);
79
83
  * ```
@@ -30,6 +30,10 @@ export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, _
30
30
  * import { CloudFrontClient, DescribeFunctionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
31
31
  * // const { CloudFrontClient, DescribeFunctionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
32
32
  * const client = new CloudFrontClient(config);
33
+ * const input = {
34
+ * Name: "STRING_VALUE", // required
35
+ * Stage: "DEVELOPMENT" || "LIVE",
36
+ * };
33
37
  * const command = new DescribeFunctionCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -39,6 +39,9 @@ export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __Met
39
39
  * import { CloudFrontClient, GetCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
40
40
  * // const { CloudFrontClient, GetCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
41
41
  * const client = new CloudFrontClient(config);
42
+ * const input = {
43
+ * Id: "STRING_VALUE", // required
44
+ * };
42
45
  * const command = new GetCachePolicyCommand(input);
43
46
  * const response = await client.send(command);
44
47
  * ```
@@ -31,6 +31,9 @@ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigR
31
31
  * import { CloudFrontClient, GetCachePolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
32
32
  * // const { CloudFrontClient, GetCachePolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
33
33
  * const client = new CloudFrontClient(config);
34
+ * const input = {
35
+ * Id: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new GetCachePolicyConfigCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,9 @@ export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloud
26
26
  * import { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetCloudFrontOriginAccessIdentityCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends Ge
26
26
  * import { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetCloudFrontOriginAccessIdentityConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ export interface GetContinuousDeploymentPolicyCommandOutput extends GetContinuou
27
27
  * import { CloudFrontClient, GetContinuousDeploymentPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
28
28
  * // const { CloudFrontClient, GetContinuousDeploymentPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
29
29
  * const client = new CloudFrontClient(config);
30
+ * const input = {
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetContinuousDeploymentPolicyCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ export interface GetContinuousDeploymentPolicyConfigCommandOutput extends GetCon
26
26
  * import { CloudFrontClient, GetContinuousDeploymentPolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetContinuousDeploymentPolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetContinuousDeploymentPolicyConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M
26
26
  * import { CloudFrontClient, GetDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDistributionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi
26
26
  * import { CloudFrontClient, GetDistributionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetDistributionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDistributionConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncry
26
26
  * import { CloudFrontClient, GetFieldLevelEncryptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetFieldLevelEncryptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetFieldLevelEncryptionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLeve
26
26
  * import { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetFieldLevelEncryptionConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLev
26
26
  * import { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetFieldLevelEncryptionProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFi
26
26
  * import { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetFieldLevelEncryptionProfileConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,10 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
29
29
  * import { CloudFrontClient, GetFunctionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
30
30
  * // const { CloudFrontClient, GetFunctionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
31
31
  * const client = new CloudFrontClient(config);
32
+ * const input = {
33
+ * Name: "STRING_VALUE", // required
34
+ * Stage: "DEVELOPMENT" || "LIVE",
35
+ * };
32
36
  * const command = new GetFunctionCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -26,6 +26,10 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
26
26
  * import { CloudFrontClient, GetInvalidationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetInvalidationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * DistributionId: "STRING_VALUE", // required
31
+ * Id: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetInvalidationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,9 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
32
32
  * import { CloudFrontClient, GetKeyGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, GetKeyGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new GetKeyGroupCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -31,6 +31,9 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
31
31
  * import { CloudFrontClient, GetKeyGroupConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
32
32
  * // const { CloudFrontClient, GetKeyGroupConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
33
33
  * const client = new CloudFrontClient(config);
34
+ * const input = {
35
+ * Id: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new GetKeyGroupConfigCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -27,6 +27,9 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
27
27
  * import { CloudFrontClient, GetMonitoringSubscriptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
28
28
  * // const { CloudFrontClient, GetMonitoringSubscriptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
29
29
  * const client = new CloudFrontClient(config);
30
+ * const input = {
31
+ * DistributionId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetMonitoringSubscriptionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
26
26
  * import { CloudFrontClient, GetOriginAccessControlCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetOriginAccessControlCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetOriginAccessControlCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
26
26
  * import { CloudFrontClient, GetOriginAccessControlConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetOriginAccessControlConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetOriginAccessControlConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -40,6 +40,9 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
40
40
  * import { CloudFrontClient, GetOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
41
41
  * // const { CloudFrontClient, GetOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
42
42
  * const client = new CloudFrontClient(config);
43
+ * const input = {
44
+ * Id: "STRING_VALUE", // required
45
+ * };
43
46
  * const command = new GetOriginRequestPolicyCommand(input);
44
47
  * const response = await client.send(command);
45
48
  * ```
@@ -32,6 +32,9 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
32
32
  * import { CloudFrontClient, GetOriginRequestPolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, GetOriginRequestPolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new GetOriginRequestPolicyConfigCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -26,6 +26,9 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
26
26
  * import { CloudFrontClient, GetPublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetPublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetPublicKeyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
26
26
  * import { CloudFrontClient, GetPublicKeyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetPublicKeyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetPublicKeyConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,10 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
29
29
  * import { CloudFrontClient, GetRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
30
30
  * // const { CloudFrontClient, GetRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
31
31
  * const client = new CloudFrontClient(config);
32
+ * const input = {
33
+ * Name: "STRING_VALUE",
34
+ * ARN: "STRING_VALUE",
35
+ * };
32
36
  * const command = new GetRealtimeLogConfigCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -33,6 +33,9 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
33
33
  * import { CloudFrontClient, GetResponseHeadersPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
34
34
  * // const { CloudFrontClient, GetResponseHeadersPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
35
35
  * const client = new CloudFrontClient(config);
36
+ * const input = {
37
+ * Id: "STRING_VALUE", // required
38
+ * };
36
39
  * const command = new GetResponseHeadersPolicyCommand(input);
37
40
  * const response = await client.send(command);
38
41
  * ```
@@ -32,6 +32,9 @@ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponse
32
32
  * import { CloudFrontClient, GetResponseHeadersPolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
33
33
  * // const { CloudFrontClient, GetResponseHeadersPolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
34
34
  * const client = new CloudFrontClient(config);
35
+ * const input = {
36
+ * Id: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new GetResponseHeadersPolicyConfigCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -27,6 +27,9 @@ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistr
27
27
  * import { CloudFrontClient, GetStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
28
28
  * // const { CloudFrontClient, GetStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
29
29
  * const client = new CloudFrontClient(config);
30
+ * const input = {
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetStreamingDistributionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ export interface GetStreamingDistributionConfigCommandOutput extends GetStreamin
26
26
  * import { CloudFrontClient, GetStreamingDistributionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, GetStreamingDistributionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetStreamingDistributionConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -33,6 +33,11 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult,
33
33
  * import { CloudFrontClient, ListCachePoliciesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
34
34
  * // const { CloudFrontClient, ListCachePoliciesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
35
35
  * const client = new CloudFrontClient(config);
36
+ * const input = {
37
+ * Type: "managed" || "custom",
38
+ * Marker: "STRING_VALUE",
39
+ * MaxItems: Number("int"),
40
+ * };
36
41
  * const command = new ListCachePoliciesCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -26,6 +26,10 @@ export interface ListCloudFrontOriginAccessIdentitiesCommandOutput extends ListC
26
26
  * import { CloudFrontClient, ListCloudFrontOriginAccessIdentitiesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
27
  * // const { CloudFrontClient, ListCloudFrontOriginAccessIdentitiesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
28
  * const client = new CloudFrontClient(config);
29
+ * const input = {
30
+ * Marker: "STRING_VALUE",
31
+ * MaxItems: Number("int"),
32
+ * };
29
33
  * const command = new ListCloudFrontOriginAccessIdentitiesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -48,6 +48,12 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
48
48
  * import { CloudFrontClient, ListConflictingAliasesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
49
49
  * // const { CloudFrontClient, ListConflictingAliasesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
50
50
  * const client = new CloudFrontClient(config);
51
+ * const input = {
52
+ * DistributionId: "STRING_VALUE", // required
53
+ * Alias: "STRING_VALUE", // required
54
+ * Marker: "STRING_VALUE",
55
+ * MaxItems: Number("int"),
56
+ * };
51
57
  * const command = new ListConflictingAliasesCommand(input);
52
58
  * const response = await client.send(command);
53
59
  * ```
@@ -31,6 +31,10 @@ export interface ListContinuousDeploymentPoliciesCommandOutput extends ListConti
31
31
  * import { CloudFrontClient, ListContinuousDeploymentPoliciesCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
32
32
  * // const { CloudFrontClient, ListContinuousDeploymentPoliciesCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
33
33
  * const client = new CloudFrontClient(config);
34
+ * const input = {
35
+ * Marker: "STRING_VALUE",
36
+ * MaxItems: Number("int"),
37
+ * };
34
38
  * const command = new ListContinuousDeploymentPoliciesCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```