Skip to content

Commit f7ab835

Browse files
Update JSON target for Kubernetes workload resource type.
AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK Adding UnauthorizedException to public SDK Added support for new SES regions StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault. Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs. This release adds the following value to an InitiateAs enum: COMPLETED
1 parent 1d9cac6 commit f7ab835

File tree

89 files changed

+4196
-1302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4196
-1302
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.597
1+
1.11.598

generated/src/aws-cpp-sdk-config/include/aws/config/ConfigServiceClient.h

Lines changed: 124 additions & 56 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-config/include/aws/config/model/BaseConfigurationItem.h

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ namespace Model
195195

196196
///@{
197197
/**
198-
* <p>The description of the resource configuration.</p>
198+
* <p>A JSON-encoded string that contains the contents for the resource
199+
* configuration. This string needs to be deserialized using
200+
* <code>json.loads()</code> before you can access the contents. </p>
199201
*/
200202
inline const Aws::String& GetConfiguration() const { return m_configuration; }
201203
inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; }
@@ -207,8 +209,11 @@ namespace Model
207209

208210
///@{
209211
/**
210-
* <p>Configuration attributes that Config returns for certain resource types to
211-
* supplement the information returned for the configuration parameter.</p>
212+
* <p>A string to string map that contains additional contents for the resource
213+
* configuration.Config returns this field for certain resource types to supplement
214+
* the information returned for the <code>configuration</code> field.</p> <p>This
215+
* string needs to be deserialized using <code>json.loads()</code> before you can
216+
* access the contents.</p>
212217
*/
213218
inline const Aws::Map<Aws::String, Aws::String>& GetSupplementaryConfiguration() const { return m_supplementaryConfiguration; }
214219
inline bool SupplementaryConfigurationHasBeenSet() const { return m_supplementaryConfigurationHasBeenSet; }
@@ -225,7 +230,12 @@ namespace Model
225230
///@{
226231
/**
227232
* <p>The recording frequency that Config uses to record configuration changes for
228-
* the resource.</p>
233+
* the resource.</p> <p>This field only appears in the API response when
234+
* <code>DAILY</code> recording is enabled for a resource type. If this field is
235+
* not present, <code>CONTINUOUS</code> recording is enabled for that resource
236+
* type. For more information on daily recording and continuous recording, see <a
237+
* href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording
238+
* Frequency</a> in the <i>Config Developer Guide</i>.</p>
229239
*/
230240
inline RecordingFrequency GetRecordingFrequency() const { return m_recordingFrequency; }
231241
inline bool RecordingFrequencyHasBeenSet() const { return m_recordingFrequencyHasBeenSet; }

generated/src/aws-cpp-sdk-config/include/aws/config/model/ConfigRule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace Model
122122
* resource ID, or a combination of a tag key and value. Specify a scope to
123123
* constrain the resources that can trigger an evaluation for the rule. If you do
124124
* not specify a scope, evaluations are triggered when any resource in the
125-
* recording group changes.</p> <p>The scope can be empty. </p>
125+
* recording group changes.</p>
126126
*/
127127
inline const Scope& GetScope() const { return m_scope; }
128128
inline bool ScopeHasBeenSet() const { return m_scopeHasBeenSet; }

generated/src/aws-cpp-sdk-config/include/aws/config/model/ConfigurationItem.h

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ namespace Model
263263

264264
///@{
265265
/**
266-
* <p>The description of the resource configuration.</p>
266+
* <p>A JSON-encoded string that contains the contents for the resource
267+
* configuration. This string needs to be deserialized using
268+
* <code>json.loads()</code> before you can access the contents.</p>
267269
*/
268270
inline const Aws::String& GetConfiguration() const { return m_configuration; }
269271
inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; }
@@ -275,9 +277,11 @@ namespace Model
275277

276278
///@{
277279
/**
278-
* <p>Configuration attributes that Config returns for certain resource types to
279-
* supplement the information returned for the <code>configuration</code>
280-
* parameter.</p>
280+
* <p>A string to string map that contains additional contents for the resource
281+
* configuration.Config returns this field for certain resource types to supplement
282+
* the information returned for the <code>configuration</code> field.</p> <p>This
283+
* string to string map needs to be deserialized using <code>json.loads()</code>
284+
* before you can accessing the contents.</p>
281285
*/
282286
inline const Aws::Map<Aws::String, Aws::String>& GetSupplementaryConfiguration() const { return m_supplementaryConfiguration; }
283287
inline bool SupplementaryConfigurationHasBeenSet() const { return m_supplementaryConfigurationHasBeenSet; }
@@ -294,7 +298,12 @@ namespace Model
294298
///@{
295299
/**
296300
* <p>The recording frequency that Config uses to record configuration changes for
297-
* the resource.</p>
301+
* the resource.</p> <p>This field only appears in the API response when
302+
* <code>DAILY</code> recording is enabled for a resource type. If this field is
303+
* not present, <code>CONTINUOUS</code> recording is enabled for that resource
304+
* type. For more information on daily recording and continuous recording, see <a
305+
* href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording
306+
* Frequency</a> in the <i>Config Developer Guide</i>.</p>
298307
*/
299308
inline RecordingFrequency GetRecordingFrequency() const { return m_recordingFrequency; }
300309
inline bool RecordingFrequencyHasBeenSet() const { return m_recordingFrequencyHasBeenSet; }
@@ -309,7 +318,8 @@ namespace Model
309318
* configuration item (CI). If you are using daily recording, this field will be
310319
* populated. However, if you are using continuous recording, this field will be
311320
* omitted since the delivery time is instantaneous as the CI is available right
312-
* away. For more information on daily recording and continuous recording, see <a
321+
* away.</p> <p>For more information on daily recording and continuous recording,
322+
* see <a
313323
* href="https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency">Recording
314324
* Frequency</a> in the <i>Config Developer Guide</i>.</p>
315325
*/

generated/src/aws-cpp-sdk-config/include/aws/config/model/ConfigurationRecorder.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ namespace Model
6262
* configuration recorders, Config automatically assigns the name of "default" when
6363
* creating a configuration recorder if you do not specify a name at creation
6464
* time.</p> <p>For service-linked configuration recorders, Config automatically
65-
* assigns a name that has the prefix "<code>AWS</code>" to a new service-linked
66-
* configuration recorder.</p> <p> <b>Changing the name of a configuration
67-
* recorder</b> </p> <p>To change the name of the customer managed configuration
68-
* recorder, you must delete it and create a new customer managed configuration
69-
* recorder with a new name.</p> <p>You cannot change the name of a service-linked
70-
* configuration recorder.</p>
65+
* assigns a name that has the prefix "<code>AWSConfigurationRecorderFor</code>" to
66+
* a new service-linked configuration recorder.</p> <p> <b>Changing the name
67+
* of a configuration recorder</b> </p> <p>To change the name of the customer
68+
* managed configuration recorder, you must delete it and create a new customer
69+
* managed configuration recorder with a new name.</p> <p>You cannot change the
70+
* name of a service-linked configuration recorder.</p>
7171
*/
7272
inline const Aws::String& GetName() const { return m_name; }
7373
inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }

generated/src/aws-cpp-sdk-config/include/aws/config/model/GetResourceConfigHistoryResult.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ namespace Model
4242

4343
///@{
4444
/**
45-
* <p>A list that contains the configuration history of one or more resources.</p>
45+
* <p>An array of <code>ConfigurationItems</code> Objects. Contatins the
46+
* configuration history for one or more resources.</p>
4647
*/
4748
inline const Aws::Vector<ConfigurationItem>& GetConfigurationItems() const { return m_configurationItems; }
4849
template<typename ConfigurationItemsT = Aws::Vector<ConfigurationItem>>

generated/src/aws-cpp-sdk-config/include/aws/config/model/PutConformancePackRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace Model
7070

7171
///@{
7272
/**
73-
* <p>A string containing the full conformance pack template body. The structure
73+
* <p>A string that contains the full conformance pack template body. The structure
7474
* containing the template body has a minimum length of 1 byte and a maximum length
7575
* of 51,200 bytes.</p> <p>You can use a YAML template with two resource
7676
* types: Config rule (<code>AWS::Config::ConfigRule</code>) and remediation action

generated/src/aws-cpp-sdk-config/include/aws/config/model/PutOrganizationConformancePackRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ namespace Model
6767

6868
///@{
6969
/**
70-
* <p>A string containing full conformance pack template body. Structure containing
71-
* the template body with a minimum length of 1 byte and a maximum length of 51,200
72-
* bytes.</p>
70+
* <p>A string that contains the full conformance pack template body. Structure
71+
* containing the template body with a minimum length of 1 byte and a maximum
72+
* length of 51,200 bytes.</p>
7373
*/
7474
inline const Aws::String& GetTemplateBody() const { return m_templateBody; }
7575
inline bool TemplateBodyHasBeenSet() const { return m_templateBodyHasBeenSet; }

generated/src/aws-cpp-sdk-config/include/aws/config/model/PutServiceLinkedConfigurationRecorderResult.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ namespace Model
4747
/**
4848
* <p>The name of the specified configuration recorder.</p> <p>For service-linked
4949
* configuration recorders, Config automatically assigns a name that has the prefix
50-
* "<code>AWS</code>" to the new service-linked configuration recorder.</p>
50+
* "<code>AWSConfigurationRecorderFor</code>" to the new service-linked
51+
* configuration recorder.</p>
5152
*/
5253
inline const Aws::String& GetName() const { return m_name; }
5354
template<typename NameT = Aws::String>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy