@aws-sdk/client-config-service 3.848.0 → 3.854.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.
- package/dist-types/commands/DeleteConfigRuleCommand.d.ts +7 -19
- package/dist-types/commands/DeleteConformancePackCommand.d.ts +12 -0
- package/dist-types/commands/DeleteOrganizationConfigRuleCommand.d.ts +12 -0
- package/dist-types/commands/DeleteOrganizationConformancePackCommand.d.ts +12 -0
- package/dist-types/commands/GetResourceConfigHistoryCommand.d.ts +12 -6
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +48 -10
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -2
- package/dist-types/commands/PutConformancePackCommand.d.ts +11 -0
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +12 -0
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +28 -15
- package/dist-types/models/models_1.d.ts +7 -4
- package/package.json +1 -1
|
@@ -38,27 +38,15 @@ declare const DeleteConfigRuleCommand_base: {
|
|
|
38
38
|
* <code>DescribeConfigRules</code> request.</p>
|
|
39
39
|
* <note>
|
|
40
40
|
* <p>
|
|
41
|
-
* <b>Recommendation:
|
|
41
|
+
* <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>
|
|
42
42
|
* </p>
|
|
43
|
-
* <p>
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
* If you are deleting rules which evaluate a large number of resource types,
|
|
43
|
+
* <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>
|
|
44
|
+
* that can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,
|
|
47
45
|
* this can lead to a spike in the number of CIs recorded.</p>
|
|
48
|
-
* <p>
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* </p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>Delete rule(s)</p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>Turn on recording for <code>AWS::Config::ResourceCompliance</code>
|
|
59
|
-
* </p>
|
|
60
|
-
* </li>
|
|
61
|
-
* </ol>
|
|
46
|
+
* <p>To avoid the associated costs, you can opt to disable recording
|
|
47
|
+
* for the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>
|
|
48
|
+
* <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time
|
|
49
|
+
* when recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource’s history.</p>
|
|
62
50
|
* </note>
|
|
63
51
|
* @example
|
|
64
52
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -31,6 +31,18 @@ declare const DeleteConformancePackCommand_base: {
|
|
|
31
31
|
* conformance pack.</p>
|
|
32
32
|
* <p>Config sets the conformance pack to <code>DELETE_IN_PROGRESS</code> until the deletion is complete.
|
|
33
33
|
* You cannot update a conformance pack while it is in this state.</p>
|
|
34
|
+
* <note>
|
|
35
|
+
* <p>
|
|
36
|
+
* <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>
|
|
37
|
+
* </p>
|
|
38
|
+
* <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>
|
|
39
|
+
* that can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,
|
|
40
|
+
* this can lead to a spike in the number of CIs recorded.</p>
|
|
41
|
+
* <p>To avoid the associated costs, you can opt to disable recording
|
|
42
|
+
* for the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>
|
|
43
|
+
* <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time
|
|
44
|
+
* when recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource’s history.</p>
|
|
45
|
+
* </note>
|
|
34
46
|
* @example
|
|
35
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
48
|
* ```javascript
|
|
@@ -33,6 +33,18 @@ declare const DeleteOrganizationConfigRuleCommand_base: {
|
|
|
33
33
|
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
|
|
34
34
|
* <p>Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete.
|
|
35
35
|
* You cannot update a rule while it is in this state.</p>
|
|
36
|
+
* <note>
|
|
37
|
+
* <p>
|
|
38
|
+
* <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>
|
|
39
|
+
* </p>
|
|
40
|
+
* <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>
|
|
41
|
+
* that can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,
|
|
42
|
+
* this can lead to a spike in the number of CIs recorded.</p>
|
|
43
|
+
* <p>To avoid the associated costs, you can opt to disable recording
|
|
44
|
+
* for the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>
|
|
45
|
+
* <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time
|
|
46
|
+
* when recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource’s history.</p>
|
|
47
|
+
* </note>
|
|
36
48
|
* @example
|
|
37
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
50
|
* ```javascript
|
|
@@ -34,6 +34,18 @@ declare const DeleteOrganizationConformancePackCommand_base: {
|
|
|
34
34
|
* <code>ListDelegatedAdministrator</code> permissions are added.</p>
|
|
35
35
|
* <p>Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete.
|
|
36
36
|
* You cannot update a conformance pack while it is in this state. </p>
|
|
37
|
+
* <note>
|
|
38
|
+
* <p>
|
|
39
|
+
* <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>
|
|
40
|
+
* </p>
|
|
41
|
+
* <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>
|
|
42
|
+
* that can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,
|
|
43
|
+
* this can lead to a spike in the number of CIs recorded.</p>
|
|
44
|
+
* <p>To avoid the associated costs, you can opt to disable recording
|
|
45
|
+
* for the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>
|
|
46
|
+
* <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time
|
|
47
|
+
* when recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource’s history.</p>
|
|
48
|
+
* </note>
|
|
37
49
|
* @example
|
|
38
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
51
|
* ```javascript
|
|
@@ -28,16 +28,22 @@ declare const GetResourceConfigHistoryCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>For accurate reporting on the compliance status, you must record the <code>AWS::Config::ResourceCompliance</code> resource type
|
|
32
|
-
*
|
|
31
|
+
* <p>For accurate reporting on the compliance status, you must record the <code>AWS::Config::ResourceCompliance</code> resource type.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html">Recording Amazon Web Services Resources</a> in the <i>Config Resources Developer Guide</i>.</p>
|
|
33
33
|
* </important>
|
|
34
|
-
* <p>Returns a list of
|
|
35
|
-
*
|
|
34
|
+
* <p>Returns a list of configurations items (CIs) for the specified resource.</p>
|
|
35
|
+
* <p>
|
|
36
|
+
* <b>Contents</b>
|
|
37
|
+
* </p>
|
|
38
|
+
* <p>The list contains details about each state of the resource
|
|
36
39
|
* during the specified time interval. If you specified a retention
|
|
37
|
-
* period to retain your
|
|
40
|
+
* period to retain your CIs between a
|
|
38
41
|
* minimum of 30 days and a maximum of 7 years (2557 days), Config
|
|
39
|
-
* returns the
|
|
42
|
+
* returns the CIs for the specified
|
|
40
43
|
* retention period. </p>
|
|
44
|
+
* <p>
|
|
45
|
+
* <b>Pagination</b>
|
|
46
|
+
* </p>
|
|
41
47
|
* <p>The response is paginated. By default, Config returns a
|
|
42
48
|
* limit of 10 configuration items per page. You can customize this
|
|
43
49
|
* number with the <code>limit</code> parameter. The response includes
|
|
@@ -27,23 +27,61 @@ declare const ListDiscoveredResourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* identifiers for the resources of that type. A resource identifier
|
|
30
|
+
* <p>Returns a list of resource
|
|
31
|
+
* resource identifiers for the specified resource types for the resources of that type. A <i>resource identifier</i>
|
|
32
32
|
* includes the resource type, ID, and (if available) the custom
|
|
33
|
-
* resource name
|
|
34
|
-
*
|
|
33
|
+
* resource name.</p>
|
|
34
|
+
* <p>The results consist of resources that Config has
|
|
35
|
+
* <i>discovered</i>, including those that Config is not currently
|
|
35
36
|
* recording. You can narrow the results to include only resources that
|
|
36
37
|
* have specific resource IDs or a resource name.</p>
|
|
37
38
|
* <note>
|
|
38
39
|
* <p>You can specify either resource IDs or a resource name, but
|
|
39
40
|
* not both, in the same request.</p>
|
|
40
41
|
* </note>
|
|
41
|
-
* <
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
42
|
+
* <important>
|
|
43
|
+
* <p>
|
|
44
|
+
* <i>CloudFormation stack recording behavior in Config</i>
|
|
45
|
+
* </p>
|
|
46
|
+
* <p>When a CloudFormation stack fails to create (for example, it enters the <code>ROLLBACK_FAILED</code> state),
|
|
47
|
+
* Config does not record a configuration item (CI) for that stack. Configuration items are only recorded for stacks that reach
|
|
48
|
+
* the following states:</p>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>CREATE_COMPLETE</code>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>UPDATE_COMPLETE</code>
|
|
58
|
+
* </p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>
|
|
62
|
+
* <code>UPDATE_ROLLBACK_COMPLETE</code>
|
|
63
|
+
* </p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>UPDATE_ROLLBACK_FAILED</code>
|
|
68
|
+
* </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>DELETE_FAILED</code>
|
|
73
|
+
* </p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>DELETE_COMPLETE</code>
|
|
78
|
+
* </p>
|
|
79
|
+
* </li>
|
|
80
|
+
* </ul>
|
|
81
|
+
* <p>Because no CI is created for a failed stack creation, you won't see configuration history
|
|
82
|
+
* for that stack in Config, even after the stack is deleted. This helps make sure that Config only
|
|
83
|
+
* tracks resources that were successfully provisioned.</p>
|
|
84
|
+
* </important>
|
|
47
85
|
* @example
|
|
48
86
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
87
|
* ```javascript
|
|
@@ -113,8 +113,7 @@ declare const PutConfigurationRecorderCommand_base: {
|
|
|
113
113
|
* @see {@link ConfigServiceClientResolvedConfig | config} for ConfigServiceClient's `config` shape.
|
|
114
114
|
*
|
|
115
115
|
* @throws {@link InvalidConfigurationRecorderNameException} (client fault)
|
|
116
|
-
* <p>
|
|
117
|
-
* valid.</p>
|
|
116
|
+
* <p>The configuration recorder name is not valid. The prefix "<code>AWSConfigurationRecorderFor</code>" is reserved for service-linked configuration recorders.</p>
|
|
118
117
|
*
|
|
119
118
|
* @throws {@link InvalidRecordingGroupException} (client fault)
|
|
120
119
|
* <p>One of the following errors:</p>
|
|
@@ -32,6 +32,17 @@ declare const PutConformancePackCommand_base: {
|
|
|
32
32
|
* see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
|
|
33
33
|
* <b>Service Limits</b>
|
|
34
34
|
* </a> in the <i>Config Developer Guide</i>.</p>
|
|
35
|
+
* <important>
|
|
36
|
+
* <p>When you use <code>PutConformancePack</code> to deploy conformance packs in your account,
|
|
37
|
+
* the operation can create Config rules and remediation actions without
|
|
38
|
+
* requiring <code>config:PutConfigRule</code> or
|
|
39
|
+
* <code>config:PutRemediationConfigurations</code> permissions in your account IAM
|
|
40
|
+
* policies.</p>
|
|
41
|
+
* <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in your
|
|
42
|
+
* account to create conformance pack resources. This service-linked role includes the
|
|
43
|
+
* permissions to create Config rules and remediation configurations, even
|
|
44
|
+
* if your account IAM policies explicitly deny these actions.</p>
|
|
45
|
+
* </important>
|
|
35
46
|
* <p>This API creates a service-linked role <code>AWSServiceRoleForConfigConforms</code> in your account.
|
|
36
47
|
* The service-linked role is created only when the role does not exist in your account. </p>
|
|
37
48
|
* <note>
|
|
@@ -34,6 +34,18 @@ declare const PutOrganizationConformancePackCommand_base: {
|
|
|
34
34
|
* <p>Only a management account and a delegated administrator can call this API.
|
|
35
35
|
* When calling this API with a delegated administrator, you must ensure Organizations
|
|
36
36
|
* <code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>
|
|
37
|
+
* <important>
|
|
38
|
+
* <p>When you use <code>PutOrganizationConformancePack</code> to deploy conformance packs across
|
|
39
|
+
* member accounts, the operation can create Config rules and remediation
|
|
40
|
+
* actions without requiring <code>config:PutConfigRule</code> or
|
|
41
|
+
* <code>config:PutRemediationConfigurations</code> permissions in member account
|
|
42
|
+
* IAM policies.</p>
|
|
43
|
+
* <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in each
|
|
44
|
+
* member account to create conformance pack resources. This service-linked role
|
|
45
|
+
* includes the permissions to create Config rules and remediation
|
|
46
|
+
* configurations, even if member account IAM policies explicitly deny these
|
|
47
|
+
* actions.</p>
|
|
48
|
+
* </important>
|
|
37
49
|
* <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code>
|
|
38
50
|
* through the <code>EnableAWSServiceAccess</code> action and creates a
|
|
39
51
|
* service-linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the management or delegated administrator account of your organization.
|
|
@@ -29,7 +29,7 @@ declare const PutServiceLinkedConfigurationRecorderCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on the <code>ServicePrincipal</code> you specify.</p>
|
|
31
31
|
* <p>The configuration recorder's <code>name</code>, <code>recordingGroup</code>, <code>recordingMode</code>, and <code>recordingScope</code> is set by the service that is linked to the configuration recorder.</p>
|
|
32
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html">
|
|
32
|
+
* <p>For more information and a list of supported services/service principals, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html">
|
|
33
33
|
* <b>Working with the Configuration Recorder</b>
|
|
34
34
|
* </a> in the <i>Config Developer Guide</i>.</p>
|
|
35
35
|
* <p>This API creates a service-linked role <code>AWSServiceRoleForConfig</code> in your account. The service-linked role is created only when the role does not exist in your account.</p>
|
|
@@ -1586,7 +1586,7 @@ export interface ConfigurationRecorder {
|
|
|
1586
1586
|
/**
|
|
1587
1587
|
* <p>The name of the configuration recorder.</p>
|
|
1588
1588
|
* <p>For customer managed configuration recorders, Config automatically assigns the name of "default" when creating a configuration recorder if you do not specify a name at creation time.</p>
|
|
1589
|
-
* <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>
|
|
1589
|
+
* <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>AWSConfigurationRecorderFor</code>" to a new service-linked configuration recorder.</p>
|
|
1590
1590
|
* <note>
|
|
1591
1591
|
* <p>
|
|
1592
1592
|
* <b>Changing the name of a configuration recorder</b>
|
|
@@ -1882,19 +1882,26 @@ export interface BaseConfigurationItem {
|
|
|
1882
1882
|
*/
|
|
1883
1883
|
resourceCreationTime?: Date | undefined;
|
|
1884
1884
|
/**
|
|
1885
|
-
* <p>
|
|
1885
|
+
* <p>A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.
|
|
1886
|
+
* </p>
|
|
1886
1887
|
* @public
|
|
1887
1888
|
*/
|
|
1888
1889
|
configuration?: string | undefined;
|
|
1889
1890
|
/**
|
|
1890
|
-
* <p>
|
|
1891
|
+
* <p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain
|
|
1891
1892
|
* resource types to supplement the information returned for the
|
|
1892
|
-
* configuration
|
|
1893
|
+
* <code>configuration</code> field.</p>
|
|
1894
|
+
* <p>This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.</p>
|
|
1893
1895
|
* @public
|
|
1894
1896
|
*/
|
|
1895
1897
|
supplementaryConfiguration?: Record<string, string> | undefined;
|
|
1896
1898
|
/**
|
|
1897
1899
|
* <p>The recording frequency that Config uses to record configuration changes for the resource.</p>
|
|
1900
|
+
* <note>
|
|
1901
|
+
* <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.
|
|
1902
|
+
* If this field is not present, <code>CONTINUOUS</code> recording is enabled for that resource type. For more information on daily recording and continuous recording, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording Frequency</a> in the <i>Config
|
|
1903
|
+
* Developer Guide</i>.</p>
|
|
1904
|
+
* </note>
|
|
1898
1905
|
* @public
|
|
1899
1906
|
*/
|
|
1900
1907
|
recordingFrequency?: RecordingFrequency | undefined;
|
|
@@ -2458,9 +2465,6 @@ export interface ConfigRule {
|
|
|
2458
2465
|
* trigger an evaluation for the rule. If you do not specify a scope,
|
|
2459
2466
|
* evaluations are triggered when any resource in the recording group
|
|
2460
2467
|
* changes.</p>
|
|
2461
|
-
* <note>
|
|
2462
|
-
* <p>The scope can be empty. </p>
|
|
2463
|
-
* </note>
|
|
2464
2468
|
* @public
|
|
2465
2469
|
*/
|
|
2466
2470
|
Scope?: Scope | undefined;
|
|
@@ -3023,19 +3027,25 @@ export interface ConfigurationItem {
|
|
|
3023
3027
|
*/
|
|
3024
3028
|
relationships?: Relationship[] | undefined;
|
|
3025
3029
|
/**
|
|
3026
|
-
* <p>
|
|
3030
|
+
* <p>A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.</p>
|
|
3027
3031
|
* @public
|
|
3028
3032
|
*/
|
|
3029
3033
|
configuration?: string | undefined;
|
|
3030
3034
|
/**
|
|
3031
|
-
* <p>
|
|
3035
|
+
* <p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain
|
|
3032
3036
|
* resource types to supplement the information returned for the
|
|
3033
|
-
*
|
|
3037
|
+
* <code>configuration</code> field.</p>
|
|
3038
|
+
* <p>This string to string map needs to be deserialized using <code>json.loads()</code> before you can accessing the contents.</p>
|
|
3034
3039
|
* @public
|
|
3035
3040
|
*/
|
|
3036
3041
|
supplementaryConfiguration?: Record<string, string> | undefined;
|
|
3037
3042
|
/**
|
|
3038
3043
|
* <p>The recording frequency that Config uses to record configuration changes for the resource.</p>
|
|
3044
|
+
* <note>
|
|
3045
|
+
* <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.
|
|
3046
|
+
* If this field is not present, <code>CONTINUOUS</code> recording is enabled for that resource type. For more information on daily recording and continuous recording, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording Frequency</a> in the <i>Config
|
|
3047
|
+
* Developer Guide</i>.</p>
|
|
3048
|
+
* </note>
|
|
3039
3049
|
* @public
|
|
3040
3050
|
*/
|
|
3041
3051
|
recordingFrequency?: RecordingFrequency | undefined;
|
|
@@ -3044,7 +3054,8 @@ export interface ConfigurationItem {
|
|
|
3044
3054
|
* <note>
|
|
3045
3055
|
* <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,
|
|
3046
3056
|
* this field will be populated. However, if you are using continuous recording,
|
|
3047
|
-
* this field will be omitted since the delivery time is instantaneous as the CI is available right away
|
|
3057
|
+
* this field will be omitted since the delivery time is instantaneous as the CI is available right away.</p>
|
|
3058
|
+
* <p>For more information on daily recording and continuous recording, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording Frequency</a> in the <i>Config
|
|
3048
3059
|
* Developer Guide</i>.</p>
|
|
3049
3060
|
* </note>
|
|
3050
3061
|
* @public
|
|
@@ -4642,6 +4653,9 @@ export interface DescribeConfigurationAggregatorSourcesStatusResponse {
|
|
|
4642
4653
|
export interface DescribeConfigurationRecordersRequest {
|
|
4643
4654
|
/**
|
|
4644
4655
|
* <p>A list of names of the configuration recorders that you want to specify.</p>
|
|
4656
|
+
* <note>
|
|
4657
|
+
* <p>When making a request to this operation, you can only specify one configuration recorder.</p>
|
|
4658
|
+
* </note>
|
|
4645
4659
|
* @public
|
|
4646
4660
|
*/
|
|
4647
4661
|
ConfigurationRecorderNames?: string[] | undefined;
|
|
@@ -4676,7 +4690,7 @@ export interface DescribeConfigurationRecordersResponse {
|
|
|
4676
4690
|
export interface DescribeConfigurationRecorderStatusRequest {
|
|
4677
4691
|
/**
|
|
4678
4692
|
* <p>The name of the configuration recorder. If the name is not
|
|
4679
|
-
* specified, the
|
|
4693
|
+
* specified, the operation returns the status for the customer managed configuration recorder configured for the
|
|
4680
4694
|
* account, if applicable.</p>
|
|
4681
4695
|
* <note>
|
|
4682
4696
|
* <p>When making a request to this operation, you can only specify one configuration recorder.</p>
|
|
@@ -7441,7 +7455,7 @@ export interface GetResourceConfigHistoryRequest {
|
|
|
7441
7455
|
*/
|
|
7442
7456
|
export interface GetResourceConfigHistoryResponse {
|
|
7443
7457
|
/**
|
|
7444
|
-
* <p>
|
|
7458
|
+
* <p>An array of <code>ConfigurationItems</code> Objects. Contatins the configuration history for one or more
|
|
7445
7459
|
* resources.</p>
|
|
7446
7460
|
* @public
|
|
7447
7461
|
*/
|
|
@@ -7644,8 +7658,7 @@ export declare class InsufficientDeliveryPolicyException extends __BaseException
|
|
|
7644
7658
|
constructor(opts: __ExceptionOptionType<InsufficientDeliveryPolicyException, __BaseException>);
|
|
7645
7659
|
}
|
|
7646
7660
|
/**
|
|
7647
|
-
* <p>
|
|
7648
|
-
* valid.</p>
|
|
7661
|
+
* <p>The configuration recorder name is not valid. The prefix "<code>AWSConfigurationRecorderFor</code>" is reserved for service-linked configuration recorders.</p>
|
|
7649
7662
|
* @public
|
|
7650
7663
|
*/
|
|
7651
7664
|
export declare class InvalidConfigurationRecorderNameException extends __BaseException {
|
|
@@ -825,7 +825,7 @@ export interface PutConformancePackRequest {
|
|
|
825
825
|
*/
|
|
826
826
|
TemplateS3Uri?: string | undefined;
|
|
827
827
|
/**
|
|
828
|
-
* <p>A string
|
|
828
|
+
* <p>A string that contains the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>
|
|
829
829
|
* <note>
|
|
830
830
|
* <p>You can use a YAML template with two resource types: Config rule (<code>AWS::Config::ConfigRule</code>) and remediation action (<code>AWS::Config::RemediationConfiguration</code>).</p>
|
|
831
831
|
* </note>
|
|
@@ -1014,7 +1014,7 @@ export interface PutOrganizationConformancePackRequest {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
TemplateS3Uri?: string | undefined;
|
|
1016
1016
|
/**
|
|
1017
|
-
* <p>A string
|
|
1017
|
+
* <p>A string that contains the full conformance pack template body. Structure containing the template body
|
|
1018
1018
|
* with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>
|
|
1019
1019
|
* @public
|
|
1020
1020
|
*/
|
|
@@ -1207,7 +1207,7 @@ export interface PutServiceLinkedConfigurationRecorderResponse {
|
|
|
1207
1207
|
Arn?: string | undefined;
|
|
1208
1208
|
/**
|
|
1209
1209
|
* <p>The name of the specified configuration recorder.</p>
|
|
1210
|
-
* <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>
|
|
1210
|
+
* <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>AWSConfigurationRecorderFor</code>" to the new service-linked configuration recorder.</p>
|
|
1211
1211
|
* @public
|
|
1212
1212
|
*/
|
|
1213
1213
|
Name?: string | undefined;
|
|
@@ -1446,7 +1446,10 @@ export interface StartResourceEvaluationRequest {
|
|
|
1446
1446
|
*/
|
|
1447
1447
|
EvaluationContext?: EvaluationContext | undefined;
|
|
1448
1448
|
/**
|
|
1449
|
-
* <p>The mode of an evaluation
|
|
1449
|
+
* <p>The mode of an evaluation.</p>
|
|
1450
|
+
* <note>
|
|
1451
|
+
* <p>The only valid value for this API is <code>PROACTIVE</code>.</p>
|
|
1452
|
+
* </note>
|
|
1450
1453
|
* @public
|
|
1451
1454
|
*/
|
|
1452
1455
|
EvaluationMode: EvaluationMode | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-config-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.854.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
|