@aws-sdk/client-config-service 3.835.0 → 3.839.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 +24 -14
- package/dist-types/models/models_1.d.ts +3 -3
- package/package.json +11 -11
|
@@ -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>
|
|
@@ -1551,7 +1551,7 @@ export interface ConfigurationRecorder {
|
|
|
1551
1551
|
/**
|
|
1552
1552
|
* <p>The name of the configuration recorder.</p>
|
|
1553
1553
|
* <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>
|
|
1554
|
-
* <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>
|
|
1554
|
+
* <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>
|
|
1555
1555
|
* <note>
|
|
1556
1556
|
* <p>
|
|
1557
1557
|
* <b>Changing the name of a configuration recorder</b>
|
|
@@ -1847,19 +1847,26 @@ export interface BaseConfigurationItem {
|
|
|
1847
1847
|
*/
|
|
1848
1848
|
resourceCreationTime?: Date | undefined;
|
|
1849
1849
|
/**
|
|
1850
|
-
* <p>
|
|
1850
|
+
* <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.
|
|
1851
|
+
* </p>
|
|
1851
1852
|
* @public
|
|
1852
1853
|
*/
|
|
1853
1854
|
configuration?: string | undefined;
|
|
1854
1855
|
/**
|
|
1855
|
-
* <p>
|
|
1856
|
+
* <p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain
|
|
1856
1857
|
* resource types to supplement the information returned for the
|
|
1857
|
-
* configuration
|
|
1858
|
+
* <code>configuration</code> field.</p>
|
|
1859
|
+
* <p>This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.</p>
|
|
1858
1860
|
* @public
|
|
1859
1861
|
*/
|
|
1860
1862
|
supplementaryConfiguration?: Record<string, string> | undefined;
|
|
1861
1863
|
/**
|
|
1862
1864
|
* <p>The recording frequency that Config uses to record configuration changes for the resource.</p>
|
|
1865
|
+
* <note>
|
|
1866
|
+
* <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.
|
|
1867
|
+
* 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
|
|
1868
|
+
* Developer Guide</i>.</p>
|
|
1869
|
+
* </note>
|
|
1863
1870
|
* @public
|
|
1864
1871
|
*/
|
|
1865
1872
|
recordingFrequency?: RecordingFrequency | undefined;
|
|
@@ -2423,9 +2430,6 @@ export interface ConfigRule {
|
|
|
2423
2430
|
* trigger an evaluation for the rule. If you do not specify a scope,
|
|
2424
2431
|
* evaluations are triggered when any resource in the recording group
|
|
2425
2432
|
* changes.</p>
|
|
2426
|
-
* <note>
|
|
2427
|
-
* <p>The scope can be empty. </p>
|
|
2428
|
-
* </note>
|
|
2429
2433
|
* @public
|
|
2430
2434
|
*/
|
|
2431
2435
|
Scope?: Scope | undefined;
|
|
@@ -2988,19 +2992,25 @@ export interface ConfigurationItem {
|
|
|
2988
2992
|
*/
|
|
2989
2993
|
relationships?: Relationship[] | undefined;
|
|
2990
2994
|
/**
|
|
2991
|
-
* <p>
|
|
2995
|
+
* <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>
|
|
2992
2996
|
* @public
|
|
2993
2997
|
*/
|
|
2994
2998
|
configuration?: string | undefined;
|
|
2995
2999
|
/**
|
|
2996
|
-
* <p>
|
|
3000
|
+
* <p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain
|
|
2997
3001
|
* resource types to supplement the information returned for the
|
|
2998
|
-
*
|
|
3002
|
+
* <code>configuration</code> field.</p>
|
|
3003
|
+
* <p>This string to string map needs to be deserialized using <code>json.loads()</code> before you can accessing the contents.</p>
|
|
2999
3004
|
* @public
|
|
3000
3005
|
*/
|
|
3001
3006
|
supplementaryConfiguration?: Record<string, string> | undefined;
|
|
3002
3007
|
/**
|
|
3003
3008
|
* <p>The recording frequency that Config uses to record configuration changes for the resource.</p>
|
|
3009
|
+
* <note>
|
|
3010
|
+
* <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.
|
|
3011
|
+
* 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
|
|
3012
|
+
* Developer Guide</i>.</p>
|
|
3013
|
+
* </note>
|
|
3004
3014
|
* @public
|
|
3005
3015
|
*/
|
|
3006
3016
|
recordingFrequency?: RecordingFrequency | undefined;
|
|
@@ -3009,7 +3019,8 @@ export interface ConfigurationItem {
|
|
|
3009
3019
|
* <note>
|
|
3010
3020
|
* <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,
|
|
3011
3021
|
* this field will be populated. However, if you are using continuous recording,
|
|
3012
|
-
* this field will be omitted since the delivery time is instantaneous as the CI is available right away
|
|
3022
|
+
* this field will be omitted since the delivery time is instantaneous as the CI is available right away.</p>
|
|
3023
|
+
* <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
|
|
3013
3024
|
* Developer Guide</i>.</p>
|
|
3014
3025
|
* </note>
|
|
3015
3026
|
* @public
|
|
@@ -7406,7 +7417,7 @@ export interface GetResourceConfigHistoryRequest {
|
|
|
7406
7417
|
*/
|
|
7407
7418
|
export interface GetResourceConfigHistoryResponse {
|
|
7408
7419
|
/**
|
|
7409
|
-
* <p>
|
|
7420
|
+
* <p>An array of <code>ConfigurationItems</code> Objects. Contatins the configuration history for one or more
|
|
7410
7421
|
* resources.</p>
|
|
7411
7422
|
* @public
|
|
7412
7423
|
*/
|
|
@@ -7609,8 +7620,7 @@ export declare class InsufficientDeliveryPolicyException extends __BaseException
|
|
|
7609
7620
|
constructor(opts: __ExceptionOptionType<InsufficientDeliveryPolicyException, __BaseException>);
|
|
7610
7621
|
}
|
|
7611
7622
|
/**
|
|
7612
|
-
* <p>
|
|
7613
|
-
* valid.</p>
|
|
7623
|
+
* <p>The configuration recorder name is not valid. The prefix "<code>AWSConfigurationRecorderFor</code>" is reserved for service-linked configuration recorders.</p>
|
|
7614
7624
|
* @public
|
|
7615
7625
|
*/
|
|
7616
7626
|
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;
|
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.839.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.839.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.839.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.839.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.828.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.839.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.6.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|