aws-sdk-configservice 1.130.0 → 1.131.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +81 -193
- data/lib/aws-sdk-configservice/types.rb +27 -61
- data/lib/aws-sdk-configservice.rb +1 -1
- data/sig/client.rbs +14 -14
- data/sig/types.rbs +16 -16
- metadata +1 -1
@@ -611,36 +611,18 @@ module Aws::ConfigService
|
|
611
611
|
# @return [Time]
|
612
612
|
#
|
613
613
|
# @!attribute [rw] configuration
|
614
|
-
#
|
615
|
-
# configuration. This string needs to be deserialized using
|
616
|
-
# `json.loads()` before you can access the contents.
|
614
|
+
# The description of the resource configuration.
|
617
615
|
# @return [String]
|
618
616
|
#
|
619
617
|
# @!attribute [rw] supplementary_configuration
|
620
|
-
#
|
621
|
-
#
|
622
|
-
#
|
623
|
-
# `configuration` field.
|
624
|
-
#
|
625
|
-
# This string needs to be deserialized using `json.loads()` before you
|
626
|
-
# can access the contents.
|
618
|
+
# Configuration attributes that Config returns for certain resource
|
619
|
+
# types to supplement the information returned for the configuration
|
620
|
+
# parameter.
|
627
621
|
# @return [Hash<String,String>]
|
628
622
|
#
|
629
623
|
# @!attribute [rw] recording_frequency
|
630
624
|
# The recording frequency that Config uses to record configuration
|
631
625
|
# changes for the resource.
|
632
|
-
#
|
633
|
-
# <note markdown="1"> This field only appears in the API response when `DAILY` recording
|
634
|
-
# is enabled for a resource type. If this field is not present,
|
635
|
-
# `CONTINUOUS` recording is enabled for that resource type. For more
|
636
|
-
# information on daily recording and continuous recording, see
|
637
|
-
# [Recording Frequency][1] in the *Config Developer Guide*.
|
638
|
-
#
|
639
|
-
# </note>
|
640
|
-
#
|
641
|
-
#
|
642
|
-
#
|
643
|
-
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency
|
644
626
|
# @return [String]
|
645
627
|
#
|
646
628
|
# @!attribute [rw] configuration_item_delivery_time
|
@@ -1019,6 +1001,10 @@ module Aws::ConfigService
|
|
1019
1001
|
# an evaluation for the rule. If you do not specify a scope,
|
1020
1002
|
# evaluations are triggered when any resource in the recording group
|
1021
1003
|
# changes.
|
1004
|
+
#
|
1005
|
+
# <note markdown="1"> The scope can be empty.
|
1006
|
+
#
|
1007
|
+
# </note>
|
1022
1008
|
# @return [Types::Scope]
|
1023
1009
|
#
|
1024
1010
|
# @!attribute [rw] source
|
@@ -1504,36 +1490,18 @@ module Aws::ConfigService
|
|
1504
1490
|
# @return [Array<Types::Relationship>]
|
1505
1491
|
#
|
1506
1492
|
# @!attribute [rw] configuration
|
1507
|
-
#
|
1508
|
-
# configuration. This string needs to be deserialized using
|
1509
|
-
# `json.loads()` before you can access the contents.
|
1493
|
+
# The description of the resource configuration.
|
1510
1494
|
# @return [String]
|
1511
1495
|
#
|
1512
1496
|
# @!attribute [rw] supplementary_configuration
|
1513
|
-
#
|
1514
|
-
#
|
1515
|
-
#
|
1516
|
-
# `configuration` field.
|
1517
|
-
#
|
1518
|
-
# This string to string map needs to be deserialized using
|
1519
|
-
# `json.loads()` before you can accessing the contents.
|
1497
|
+
# Configuration attributes that Config returns for certain resource
|
1498
|
+
# types to supplement the information returned for the `configuration`
|
1499
|
+
# parameter.
|
1520
1500
|
# @return [Hash<String,String>]
|
1521
1501
|
#
|
1522
1502
|
# @!attribute [rw] recording_frequency
|
1523
1503
|
# The recording frequency that Config uses to record configuration
|
1524
1504
|
# changes for the resource.
|
1525
|
-
#
|
1526
|
-
# <note markdown="1"> This field only appears in the API response when `DAILY` recording
|
1527
|
-
# is enabled for a resource type. If this field is not present,
|
1528
|
-
# `CONTINUOUS` recording is enabled for that resource type. For more
|
1529
|
-
# information on daily recording and continuous recording, see
|
1530
|
-
# [Recording Frequency][1] in the *Config Developer Guide*.
|
1531
|
-
#
|
1532
|
-
# </note>
|
1533
|
-
#
|
1534
|
-
#
|
1535
|
-
#
|
1536
|
-
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency
|
1537
1505
|
# @return [String]
|
1538
1506
|
#
|
1539
1507
|
# @!attribute [rw] configuration_item_delivery_time
|
@@ -1543,10 +1511,9 @@ module Aws::ConfigService
|
|
1543
1511
|
# configuration item (CI). If you are using daily recording, this
|
1544
1512
|
# field will be populated. However, if you are using continuous
|
1545
1513
|
# recording, this field will be omitted since the delivery time is
|
1546
|
-
# instantaneous as the CI is available right away.
|
1547
|
-
#
|
1548
|
-
#
|
1549
|
-
# see [Recording Frequency][1] in the *Config Developer Guide*.
|
1514
|
+
# instantaneous as the CI is available right away. For more
|
1515
|
+
# information on daily recording and continuous recording, see
|
1516
|
+
# [Recording Frequency][1] in the *Config Developer Guide*.
|
1550
1517
|
#
|
1551
1518
|
# </note>
|
1552
1519
|
#
|
@@ -1605,8 +1572,8 @@ module Aws::ConfigService
|
|
1605
1572
|
# recorder if you do not specify a name at creation time.
|
1606
1573
|
#
|
1607
1574
|
# For service-linked configuration recorders, Config automatically
|
1608
|
-
# assigns a name that has the prefix "`
|
1609
|
-
#
|
1575
|
+
# assigns a name that has the prefix "`AWS`" to a new service-linked
|
1576
|
+
# configuration recorder.
|
1610
1577
|
#
|
1611
1578
|
# <note markdown="1"> **Changing the name of a configuration recorder**
|
1612
1579
|
#
|
@@ -5121,8 +5088,8 @@ module Aws::ConfigService
|
|
5121
5088
|
# The output for the GetResourceConfigHistory action.
|
5122
5089
|
#
|
5123
5090
|
# @!attribute [rw] configuration_items
|
5124
|
-
#
|
5125
|
-
#
|
5091
|
+
# A list that contains the configuration history of one or more
|
5092
|
+
# resources.
|
5126
5093
|
# @return [Array<Types::ConfigurationItem>]
|
5127
5094
|
#
|
5128
5095
|
# @!attribute [rw] next_token
|
@@ -5301,9 +5268,8 @@ module Aws::ConfigService
|
|
5301
5268
|
#
|
5302
5269
|
class InsufficientPermissionsException < Aws::EmptyStructure; end
|
5303
5270
|
|
5304
|
-
#
|
5305
|
-
#
|
5306
|
-
# configuration recorders.
|
5271
|
+
# You have provided a name for the customer managed configuration
|
5272
|
+
# recorder that is not valid.
|
5307
5273
|
#
|
5308
5274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/InvalidConfigurationRecorderNameException AWS API Documentation
|
5309
5275
|
#
|
@@ -7050,7 +7016,7 @@ module Aws::ConfigService
|
|
7050
7016
|
# @return [String]
|
7051
7017
|
#
|
7052
7018
|
# @!attribute [rw] template_body
|
7053
|
-
# A string
|
7019
|
+
# A string containing the full conformance pack template body. The
|
7054
7020
|
# structure containing the template body has a minimum length of 1
|
7055
7021
|
# byte and a maximum length of 51,200 bytes.
|
7056
7022
|
#
|
@@ -7279,9 +7245,9 @@ module Aws::ConfigService
|
|
7279
7245
|
# @return [String]
|
7280
7246
|
#
|
7281
7247
|
# @!attribute [rw] template_body
|
7282
|
-
# A string
|
7283
|
-
#
|
7284
|
-
#
|
7248
|
+
# A string containing full conformance pack template body. Structure
|
7249
|
+
# containing the template body with a minimum length of 1 byte and a
|
7250
|
+
# maximum length of 51,200 bytes.
|
7285
7251
|
# @return [String]
|
7286
7252
|
#
|
7287
7253
|
# @!attribute [rw] delivery_s3_bucket
|
@@ -7518,8 +7484,8 @@ module Aws::ConfigService
|
|
7518
7484
|
# The name of the specified configuration recorder.
|
7519
7485
|
#
|
7520
7486
|
# For service-linked configuration recorders, Config automatically
|
7521
|
-
# assigns a name that has the prefix "`
|
7522
|
-
#
|
7487
|
+
# assigns a name that has the prefix "`AWS`" to the new
|
7488
|
+
# service-linked configuration recorder.
|
7523
7489
|
# @return [String]
|
7524
7490
|
#
|
7525
7491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutServiceLinkedConfigurationRecorderResponse AWS API Documentation
|