@aws-sdk/client-cloudfront 3.296.0 → 3.297.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 (119) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +153 -857
  2. package/dist-es/protocols/Aws_restXml.js +153 -857
  3. package/dist-types/CloudFront.d.ts +107 -0
  4. package/dist-types/CloudFrontClient.d.ts +24 -4
  5. package/dist-types/commands/AssociateAliasCommand.d.ts +16 -0
  6. package/dist-types/commands/CopyDistributionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCachePolicyCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDistributionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateInvalidationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateKeyGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/CreatePublicKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteDistributionCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +16 -0
  36. package/dist-types/commands/DeletePublicKeyCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeFunctionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetCachePolicyCommand.d.ts +16 -0
  42. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +16 -0
  43. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  44. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +16 -0
  45. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +16 -0
  47. package/dist-types/commands/GetDistributionCommand.d.ts +16 -0
  48. package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -0
  49. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +16 -0
  50. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +16 -0
  51. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +16 -0
  52. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetInvalidationCommand.d.ts +16 -0
  55. package/dist-types/commands/GetKeyGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +16 -0
  58. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
  59. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +16 -0
  60. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +16 -0
  62. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  63. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +16 -0
  65. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +16 -0
  68. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +16 -0
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +16 -0
  71. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +16 -0
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +16 -0
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +16 -0
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +16 -0
  79. package/dist-types/commands/ListDistributionsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +16 -0
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListInvalidationsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListKeyGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListPublicKeysCommand.d.ts +16 -0
  88. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +16 -0
  90. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/PublishFunctionCommand.d.ts +16 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  94. package/dist-types/commands/TestFunctionCommand.d.ts +16 -0
  95. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdateDistributionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +16 -0
  111. package/dist-types/models/CloudFrontServiceException.d.ts +2 -0
  112. package/dist-types/models/models_0.d.ts +414 -0
  113. package/dist-types/models/models_1.d.ts +472 -0
  114. package/dist-types/pagination/Interfaces.d.ts +3 -0
  115. package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListDistributionsPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListInvalidationsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +3 -0
  119. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetFunctionRequest, GetFunctionResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionCommand}.
8
10
  */
9
11
  export interface GetFunctionCommandInput extends GetFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionCommand}.
13
17
  */
14
18
  export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the code of a CloudFront function. To get configuration information and metadata about
18
23
  * a function, use <code>DescribeFunction</code>.</p>
19
24
  * <p>To get a function's code, you must provide the function's name and stage. To get these
@@ -28,6 +33,8 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetFunctionCommandInput - {@link GetFunctionCommandInput}
37
+ * @returns {@link GetFunctionCommandOutput}
31
38
  * @see {@link GetFunctionCommandInput} for command's `input` shape.
32
39
  * @see {@link GetFunctionCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
43
50
  export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig> {
44
51
  readonly input: GetFunctionCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetFunctionCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetInvalidationRequest, GetInvalidationResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetInvalidationCommand}.
8
10
  */
9
11
  export interface GetInvalidationCommandInput extends GetInvalidationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetInvalidationCommand}.
13
17
  */
14
18
  export interface GetInvalidationCommandOutput extends GetInvalidationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get the information about an invalidation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetInvalidationCommandInput - {@link GetInvalidationCommandInput}
34
+ * @returns {@link GetInvalidationCommandOutput}
28
35
  * @see {@link GetInvalidationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetInvalidationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
43
50
  export declare class GetInvalidationCommand extends $Command<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
44
51
  readonly input: GetInvalidationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetInvalidationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvalidationCommandInput, GetInvalidationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetKeyGroupRequest, GetKeyGroupResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetKeyGroupCommand}.
8
10
  */
9
11
  export interface GetKeyGroupCommandInput extends GetKeyGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetKeyGroupCommand}.
13
17
  */
14
18
  export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a key group, including the date and time when the key group was last
18
23
  * modified.</p>
19
24
  * <p>To get a key group, you must provide the key group's identifier. If the key group is
@@ -31,6 +36,8 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param GetKeyGroupCommandInput - {@link GetKeyGroupCommandInput}
40
+ * @returns {@link GetKeyGroupCommandOutput}
34
41
  * @see {@link GetKeyGroupCommandInput} for command's `input` shape.
35
42
  * @see {@link GetKeyGroupCommandOutput} for command's `response` shape.
36
43
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
43
50
  export declare class GetKeyGroupCommand extends $Command<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
44
51
  readonly input: GetKeyGroupCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetKeyGroupCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyGroupCommandInput, GetKeyGroupCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetKeyGroupConfigRequest, GetKeyGroupConfigResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetKeyGroupConfigCommand}.
8
10
  */
9
11
  export interface GetKeyGroupConfigCommandInput extends GetKeyGroupConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetKeyGroupConfigCommand}.
13
17
  */
14
18
  export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a key group configuration.</p>
18
23
  * <p>To get a key group configuration, you must provide the key group's identifier. If the
19
24
  * key group is referenced in a distribution's cache behavior, you can get the key group's
@@ -30,6 +35,8 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param GetKeyGroupConfigCommandInput - {@link GetKeyGroupConfigCommandInput}
39
+ * @returns {@link GetKeyGroupConfigCommandOutput}
33
40
  * @see {@link GetKeyGroupConfigCommandInput} for command's `input` shape.
34
41
  * @see {@link GetKeyGroupConfigCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -42,11 +49,20 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
42
49
  export declare class GetKeyGroupConfigCommand extends $Command<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig> {
43
50
  readonly input: GetKeyGroupConfigCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: GetKeyGroupConfigCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetMonitoringSubscriptionRequest, GetMonitoringSubscriptionResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetMonitoringSubscriptionCommand}.
8
10
  */
9
11
  export interface GetMonitoringSubscriptionCommandInput extends GetMonitoringSubscriptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetMonitoringSubscriptionCommand}.
13
17
  */
14
18
  export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSubscriptionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about whether additional CloudWatch metrics are enabled for the
18
23
  * specified CloudFront distribution.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetMonitoringSubscriptionCommandInput - {@link GetMonitoringSubscriptionCommandInput}
35
+ * @returns {@link GetMonitoringSubscriptionCommandOutput}
29
36
  * @see {@link GetMonitoringSubscriptionCommandInput} for command's `input` shape.
30
37
  * @see {@link GetMonitoringSubscriptionCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
47
54
  export declare class GetMonitoringSubscriptionCommand extends $Command<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
48
55
  readonly input: GetMonitoringSubscriptionCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetMonitoringSubscriptionCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetOriginAccessControlRequest, GetOriginAccessControlResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOriginAccessControlCommand}.
8
10
  */
9
11
  export interface GetOriginAccessControlCommandInput extends GetOriginAccessControlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOriginAccessControlCommand}.
13
17
  */
14
18
  export interface GetOriginAccessControlCommandOutput extends GetOriginAccessControlResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a CloudFront origin access control, including its unique identifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetOriginAccessControlCommandInput - {@link GetOriginAccessControlCommandInput}
34
+ * @returns {@link GetOriginAccessControlCommandOutput}
28
35
  * @see {@link GetOriginAccessControlCommandInput} for command's `input` shape.
29
36
  * @see {@link GetOriginAccessControlCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
40
47
  export declare class GetOriginAccessControlCommand extends $Command<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
41
48
  readonly input: GetOriginAccessControlCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetOriginAccessControlCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetOriginAccessControlConfigRequest, GetOriginAccessControlConfigResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOriginAccessControlConfigCommand}.
8
10
  */
9
11
  export interface GetOriginAccessControlConfigCommandInput extends GetOriginAccessControlConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOriginAccessControlConfigCommand}.
13
17
  */
14
18
  export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAccessControlConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a CloudFront origin access control configuration.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetOriginAccessControlConfigCommandInput - {@link GetOriginAccessControlConfigCommandInput}
34
+ * @returns {@link GetOriginAccessControlConfigCommandOutput}
28
35
  * @see {@link GetOriginAccessControlConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link GetOriginAccessControlConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
40
47
  export declare class GetOriginAccessControlConfigCommand extends $Command<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig> {
41
48
  readonly input: GetOriginAccessControlConfigCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetOriginAccessControlConfigCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetOriginRequestPolicyRequest, GetOriginRequestPolicyResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOriginRequestPolicyCommand}.
8
10
  */
9
11
  export interface GetOriginRequestPolicyCommandInput extends GetOriginRequestPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOriginRequestPolicyCommand}.
13
17
  */
14
18
  export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPolicyResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets an origin request policy, including the following metadata:</p>
18
23
  * <ul>
19
24
  * <li>
@@ -39,6 +44,8 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param GetOriginRequestPolicyCommandInput - {@link GetOriginRequestPolicyCommandInput}
48
+ * @returns {@link GetOriginRequestPolicyCommandOutput}
42
49
  * @see {@link GetOriginRequestPolicyCommandInput} for command's `input` shape.
43
50
  * @see {@link GetOriginRequestPolicyCommandOutput} for command's `response` shape.
44
51
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -54,11 +61,20 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
54
61
  export declare class GetOriginRequestPolicyCommand extends $Command<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
55
62
  readonly input: GetOriginRequestPolicyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetOriginRequestPolicyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetOriginRequestPolicyConfigRequest, GetOriginRequestPolicyConfigResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOriginRequestPolicyConfigCommand}.
8
10
  */
9
11
  export interface GetOriginRequestPolicyConfigCommandInput extends GetOriginRequestPolicyConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOriginRequestPolicyConfigCommand}.
13
17
  */
14
18
  export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequestPolicyConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets an origin request policy configuration.</p>
18
23
  * <p>To get an origin request policy configuration, you must provide the policy's
19
24
  * identifier. If the origin request policy is attached to a distribution's cache behavior,
@@ -31,6 +36,8 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param GetOriginRequestPolicyConfigCommandInput - {@link GetOriginRequestPolicyConfigCommandInput}
40
+ * @returns {@link GetOriginRequestPolicyConfigCommandOutput}
34
41
  * @see {@link GetOriginRequestPolicyConfigCommandInput} for command's `input` shape.
35
42
  * @see {@link GetOriginRequestPolicyConfigCommandOutput} for command's `response` shape.
36
43
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
46
53
  export declare class GetOriginRequestPolicyConfigCommand extends $Command<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
47
54
  readonly input: GetOriginRequestPolicyConfigCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetOriginRequestPolicyConfigCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetPublicKeyRequest, GetPublicKeyResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPublicKeyCommand}.
8
10
  */
9
11
  export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPublicKeyCommand}.
13
17
  */
14
18
  export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a public key.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPublicKeyCommandInput - {@link GetPublicKeyCommandInput}
34
+ * @returns {@link GetPublicKeyCommandOutput}
28
35
  * @see {@link GetPublicKeyCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPublicKeyCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
40
47
  export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
41
48
  readonly input: GetPublicKeyCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetPublicKeyCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyCommandInput, GetPublicKeyCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetPublicKeyConfigRequest, GetPublicKeyConfigResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPublicKeyConfigCommand}.
8
10
  */
9
11
  export interface GetPublicKeyConfigCommandInput extends GetPublicKeyConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPublicKeyConfigCommand}.
13
17
  */
14
18
  export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a public key configuration.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPublicKeyConfigCommandInput - {@link GetPublicKeyConfigCommandInput}
34
+ * @returns {@link GetPublicKeyConfigCommandOutput}
28
35
  * @see {@link GetPublicKeyConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPublicKeyConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
40
47
  export declare class GetPublicKeyConfigCommand extends $Command<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput, CloudFrontClientResolvedConfig> {
41
48
  readonly input: GetPublicKeyConfigCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetPublicKeyConfigCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRealtimeLogConfigCommand}.
8
10
  */
9
11
  export interface GetRealtimeLogConfigCommandInput extends GetRealtimeLogConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRealtimeLogConfigCommand}.
13
17
  */
14
18
  export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a real-time log configuration.</p>
18
23
  * <p>To get a real-time log configuration, you can provide the configuration's name or its
19
24
  * Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
@@ -28,6 +33,8 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetRealtimeLogConfigCommandInput - {@link GetRealtimeLogConfigCommandInput}
37
+ * @returns {@link GetRealtimeLogConfigCommandOutput}
31
38
  * @see {@link GetRealtimeLogConfigCommandInput} for command's `input` shape.
32
39
  * @see {@link GetRealtimeLogConfigCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
46
53
  export declare class GetRealtimeLogConfigCommand extends $Command<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
47
54
  readonly input: GetRealtimeLogConfigCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetRealtimeLogConfigCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
5
5
  import { GetResponseHeadersPolicyRequest, GetResponseHeadersPolicyResult } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResponseHeadersPolicyCommand}.
8
10
  */
9
11
  export interface GetResponseHeadersPolicyCommandInput extends GetResponseHeadersPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResponseHeadersPolicyCommand}.
13
17
  */
14
18
  export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeadersPolicyResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a response headers policy, including metadata (the policy's identifier and the
18
23
  * date and time when the policy was last modified).</p>
19
24
  * <p>To get a response headers policy, you must provide the policy's identifier. If the
@@ -32,6 +37,8 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param GetResponseHeadersPolicyCommandInput - {@link GetResponseHeadersPolicyCommandInput}
41
+ * @returns {@link GetResponseHeadersPolicyCommandOutput}
35
42
  * @see {@link GetResponseHeadersPolicyCommandInput} for command's `input` shape.
36
43
  * @see {@link GetResponseHeadersPolicyCommandOutput} for command's `response` shape.
37
44
  * @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
47
54
  export declare class GetResponseHeadersPolicyCommand extends $Command<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
48
55
  readonly input: GetResponseHeadersPolicyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetResponseHeadersPolicyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }