aws-sdk-configservice 1.61.0 → 1.62.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44a7e4818e62c350b28c1331e2cccb360d91108702bcb60786a72b9d71b01d86
4
- data.tar.gz: 4d2c8bfc649c978c5a4a9fd1840fa345ab0e189974fc303879db56c968a4eec0
3
+ metadata.gz: 97af6b532e2b86e15ef1c7a5100c2d9ede7eb0568ca99a221bf9bf218a0fd925
4
+ data.tar.gz: 948f4be55dc3a17ae5ab6f78369c2395cca7e6c63e6566ce63efb0f88c509a33
5
5
  SHA512:
6
- metadata.gz: 4f04069b23fcf2033035f02e40a2511ba14457d8df9620595e8a6b53827b87f7d28eae4c74b74cb479f507851e6e39bb49f51153cea5a17b8f73286457d09d6b
7
- data.tar.gz: e6c8c6d7c62b6d779358df4e53030261f49ebf922b3f074abc3f9cb52c91e8e4dd73c26c42a1869e7bd679ee539f06ea4dbcb8577aef6978523624a4e4cf90a6
6
+ metadata.gz: 7be4f86d38db1cf4fe2406603e210ad9c8ca99c07cb0c3f703c3dd1e3c142c5d2ca1bf8017e1ff96d78c271970facacd0ed1480187088e71ce17c46b7c9e3a75
7
+ data.tar.gz: 17156f84126861fd67ae8e2746d68e7144df4a8008913e83664a72bf6f1ae08610faddea8d01a397ca3bd793139cd8d3f2bdff661beacc800702d67190ae21ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2021-05-10)
5
+ ------------------
6
+
7
+ * Feature - Adds paginator to multiple APIs: By default, the paginator allows user to iterate over the results and allows the CLI to return up to 1000 results.
8
+
4
9
  1.61.0 (2021-04-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-configservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ConfigService
50
50
 
51
- GEM_VERSION = '1.61.0'
51
+ GEM_VERSION = '1.62.0'
52
52
 
53
53
  end
@@ -977,6 +977,8 @@ module Aws::ConfigService
977
977
  # * {Types::DescribeAggregateComplianceByConfigRulesResponse#aggregate_compliance_by_config_rules #aggregate_compliance_by_config_rules} => Array<Types::AggregateComplianceByConfigRule>
978
978
  # * {Types::DescribeAggregateComplianceByConfigRulesResponse#next_token #next_token} => String
979
979
  #
980
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
981
+ #
980
982
  # @example Request syntax with placeholder values
981
983
  #
982
984
  # resp = client.describe_aggregate_compliance_by_config_rules({
@@ -1043,6 +1045,8 @@ module Aws::ConfigService
1043
1045
  # * {Types::DescribeAggregateComplianceByConformancePacksResponse#aggregate_compliance_by_conformance_packs #aggregate_compliance_by_conformance_packs} => Array<Types::AggregateComplianceByConformancePack>
1044
1046
  # * {Types::DescribeAggregateComplianceByConformancePacksResponse#next_token #next_token} => String
1045
1047
  #
1048
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1049
+ #
1046
1050
  # @example Request syntax with placeholder values
1047
1051
  #
1048
1052
  # resp = client.describe_aggregate_compliance_by_conformance_packs({
@@ -1094,6 +1098,8 @@ module Aws::ConfigService
1094
1098
  # * {Types::DescribeAggregationAuthorizationsResponse#aggregation_authorizations #aggregation_authorizations} => Array<Types::AggregationAuthorization>
1095
1099
  # * {Types::DescribeAggregationAuthorizationsResponse#next_token #next_token} => String
1096
1100
  #
1101
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1102
+ #
1097
1103
  # @example Request syntax with placeholder values
1098
1104
  #
1099
1105
  # resp = client.describe_aggregation_authorizations({
@@ -1163,6 +1169,8 @@ module Aws::ConfigService
1163
1169
  # * {Types::DescribeComplianceByConfigRuleResponse#compliance_by_config_rules #compliance_by_config_rules} => Array<Types::ComplianceByConfigRule>
1164
1170
  # * {Types::DescribeComplianceByConfigRuleResponse#next_token #next_token} => String
1165
1171
  #
1172
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1173
+ #
1166
1174
  # @example Request syntax with placeholder values
1167
1175
  #
1168
1176
  # resp = client.describe_compliance_by_config_rule({
@@ -1247,6 +1255,8 @@ module Aws::ConfigService
1247
1255
  # * {Types::DescribeComplianceByResourceResponse#compliance_by_resources #compliance_by_resources} => Array<Types::ComplianceByResource>
1248
1256
  # * {Types::DescribeComplianceByResourceResponse#next_token #next_token} => String
1249
1257
  #
1258
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1259
+ #
1250
1260
  # @example Request syntax with placeholder values
1251
1261
  #
1252
1262
  # resp = client.describe_compliance_by_resource({
@@ -1308,6 +1318,8 @@ module Aws::ConfigService
1308
1318
  # * {Types::DescribeConfigRuleEvaluationStatusResponse#config_rules_evaluation_status #config_rules_evaluation_status} => Array<Types::ConfigRuleEvaluationStatus>
1309
1319
  # * {Types::DescribeConfigRuleEvaluationStatusResponse#next_token #next_token} => String
1310
1320
  #
1321
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1322
+ #
1311
1323
  # @example Request syntax with placeholder values
1312
1324
  #
1313
1325
  # resp = client.describe_config_rule_evaluation_status({
@@ -1358,6 +1370,8 @@ module Aws::ConfigService
1358
1370
  # * {Types::DescribeConfigRulesResponse#config_rules #config_rules} => Array<Types::ConfigRule>
1359
1371
  # * {Types::DescribeConfigRulesResponse#next_token #next_token} => String
1360
1372
  #
1373
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1374
+ #
1361
1375
  # @example Request syntax with placeholder values
1362
1376
  #
1363
1377
  # resp = client.describe_config_rules({
@@ -1429,6 +1443,8 @@ module Aws::ConfigService
1429
1443
  # * {Types::DescribeConfigurationAggregatorSourcesStatusResponse#aggregated_source_status_list #aggregated_source_status_list} => Array<Types::AggregatedSourceStatus>
1430
1444
  # * {Types::DescribeConfigurationAggregatorSourcesStatusResponse#next_token #next_token} => String
1431
1445
  #
1446
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1447
+ #
1432
1448
  # @example Request syntax with placeholder values
1433
1449
  #
1434
1450
  # resp = client.describe_configuration_aggregator_sources_status({
@@ -1480,6 +1496,8 @@ module Aws::ConfigService
1480
1496
  # * {Types::DescribeConfigurationAggregatorsResponse#configuration_aggregators #configuration_aggregators} => Array<Types::ConfigurationAggregator>
1481
1497
  # * {Types::DescribeConfigurationAggregatorsResponse#next_token #next_token} => String
1482
1498
  #
1499
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1500
+ #
1483
1501
  # @example Request syntax with placeholder values
1484
1502
  #
1485
1503
  # resp = client.describe_configuration_aggregators({
@@ -1629,6 +1647,8 @@ module Aws::ConfigService
1629
1647
  # * {Types::DescribeConformancePackComplianceResponse#conformance_pack_rule_compliance_list #conformance_pack_rule_compliance_list} => Array<Types::ConformancePackRuleCompliance>
1630
1648
  # * {Types::DescribeConformancePackComplianceResponse#next_token #next_token} => String
1631
1649
  #
1650
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1651
+ #
1632
1652
  # @example Request syntax with placeholder values
1633
1653
  #
1634
1654
  # resp = client.describe_conformance_pack_compliance({
@@ -1681,6 +1701,8 @@ module Aws::ConfigService
1681
1701
  # * {Types::DescribeConformancePackStatusResponse#conformance_pack_status_details #conformance_pack_status_details} => Array<Types::ConformancePackStatusDetail>
1682
1702
  # * {Types::DescribeConformancePackStatusResponse#next_token #next_token} => String
1683
1703
  #
1704
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1705
+ #
1684
1706
  # @example Request syntax with placeholder values
1685
1707
  #
1686
1708
  # resp = client.describe_conformance_pack_status({
@@ -1730,6 +1752,8 @@ module Aws::ConfigService
1730
1752
  # * {Types::DescribeConformancePacksResponse#conformance_pack_details #conformance_pack_details} => Array<Types::ConformancePackDetail>
1731
1753
  # * {Types::DescribeConformancePacksResponse#next_token #next_token} => String
1732
1754
  #
1755
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1756
+ #
1733
1757
  # @example Request syntax with placeholder values
1734
1758
  #
1735
1759
  # resp = client.describe_conformance_packs({
@@ -1888,6 +1912,8 @@ module Aws::ConfigService
1888
1912
  # * {Types::DescribeOrganizationConfigRuleStatusesResponse#organization_config_rule_statuses #organization_config_rule_statuses} => Array<Types::OrganizationConfigRuleStatus>
1889
1913
  # * {Types::DescribeOrganizationConfigRuleStatusesResponse#next_token #next_token} => String
1890
1914
  #
1915
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1916
+ #
1891
1917
  # @example Request syntax with placeholder values
1892
1918
  #
1893
1919
  # resp = client.describe_organization_config_rule_statuses({
@@ -1943,6 +1969,8 @@ module Aws::ConfigService
1943
1969
  # * {Types::DescribeOrganizationConfigRulesResponse#organization_config_rules #organization_config_rules} => Array<Types::OrganizationConfigRule>
1944
1970
  # * {Types::DescribeOrganizationConfigRulesResponse#next_token #next_token} => String
1945
1971
  #
1972
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1973
+ #
1946
1974
  # @example Request syntax with placeholder values
1947
1975
  #
1948
1976
  # resp = client.describe_organization_config_rules({
@@ -2023,6 +2051,8 @@ module Aws::ConfigService
2023
2051
  # * {Types::DescribeOrganizationConformancePackStatusesResponse#organization_conformance_pack_statuses #organization_conformance_pack_statuses} => Array<Types::OrganizationConformancePackStatus>
2024
2052
  # * {Types::DescribeOrganizationConformancePackStatusesResponse#next_token #next_token} => String
2025
2053
  #
2054
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2055
+ #
2026
2056
  # @example Request syntax with placeholder values
2027
2057
  #
2028
2058
  # resp = client.describe_organization_conformance_pack_statuses({
@@ -2078,6 +2108,8 @@ module Aws::ConfigService
2078
2108
  # * {Types::DescribeOrganizationConformancePacksResponse#organization_conformance_packs #organization_conformance_packs} => Array<Types::OrganizationConformancePack>
2079
2109
  # * {Types::DescribeOrganizationConformancePacksResponse#next_token #next_token} => String
2080
2110
  #
2111
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2112
+ #
2081
2113
  # @example Request syntax with placeholder values
2082
2114
  #
2083
2115
  # resp = client.describe_organization_conformance_packs({
@@ -2125,6 +2157,8 @@ module Aws::ConfigService
2125
2157
  # * {Types::DescribePendingAggregationRequestsResponse#pending_aggregation_requests #pending_aggregation_requests} => Array<Types::PendingAggregationRequest>
2126
2158
  # * {Types::DescribePendingAggregationRequestsResponse#next_token #next_token} => String
2127
2159
  #
2160
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2161
+ #
2128
2162
  # @example Request syntax with placeholder values
2129
2163
  #
2130
2164
  # resp = client.describe_pending_aggregation_requests({
@@ -2364,6 +2398,8 @@ module Aws::ConfigService
2364
2398
  # * {Types::DescribeRetentionConfigurationsResponse#retention_configurations #retention_configurations} => Array<Types::RetentionConfiguration>
2365
2399
  # * {Types::DescribeRetentionConfigurationsResponse#next_token #next_token} => String
2366
2400
  #
2401
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2402
+ #
2367
2403
  # @example Request syntax with placeholder values
2368
2404
  #
2369
2405
  # resp = client.describe_retention_configurations({
@@ -2434,6 +2470,8 @@ module Aws::ConfigService
2434
2470
  # * {Types::GetAggregateComplianceDetailsByConfigRuleResponse#aggregate_evaluation_results #aggregate_evaluation_results} => Array<Types::AggregateEvaluationResult>
2435
2471
  # * {Types::GetAggregateComplianceDetailsByConfigRuleResponse#next_token #next_token} => String
2436
2472
  #
2473
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2474
+ #
2437
2475
  # @example Request syntax with placeholder values
2438
2476
  #
2439
2477
  # resp = client.get_aggregate_compliance_details_by_config_rule({
@@ -2503,6 +2541,8 @@ module Aws::ConfigService
2503
2541
  # * {Types::GetAggregateConfigRuleComplianceSummaryResponse#aggregate_compliance_counts #aggregate_compliance_counts} => Array<Types::AggregateComplianceCount>
2504
2542
  # * {Types::GetAggregateConfigRuleComplianceSummaryResponse#next_token #next_token} => String
2505
2543
  #
2544
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2545
+ #
2506
2546
  # @example Request syntax with placeholder values
2507
2547
  #
2508
2548
  # resp = client.get_aggregate_config_rule_compliance_summary({
@@ -2570,6 +2610,8 @@ module Aws::ConfigService
2570
2610
  # * {Types::GetAggregateConformancePackComplianceSummaryResponse#group_by_key #group_by_key} => String
2571
2611
  # * {Types::GetAggregateConformancePackComplianceSummaryResponse#next_token #next_token} => String
2572
2612
  #
2613
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2614
+ #
2573
2615
  # @example Request syntax with placeholder values
2574
2616
  #
2575
2617
  # resp = client.get_aggregate_conformance_pack_compliance_summary({
@@ -2636,6 +2678,8 @@ module Aws::ConfigService
2636
2678
  # * {Types::GetAggregateDiscoveredResourceCountsResponse#grouped_resource_counts #grouped_resource_counts} => Array<Types::GroupedResourceCount>
2637
2679
  # * {Types::GetAggregateDiscoveredResourceCountsResponse#next_token #next_token} => String
2638
2680
  #
2681
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2682
+ #
2639
2683
  # @example Request syntax with placeholder values
2640
2684
  #
2641
2685
  # resp = client.get_aggregate_discovered_resource_counts({
@@ -2760,6 +2804,8 @@ module Aws::ConfigService
2760
2804
  # * {Types::GetComplianceDetailsByConfigRuleResponse#evaluation_results #evaluation_results} => Array<Types::EvaluationResult>
2761
2805
  # * {Types::GetComplianceDetailsByConfigRuleResponse#next_token #next_token} => String
2762
2806
  #
2807
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2808
+ #
2763
2809
  # @example Request syntax with placeholder values
2764
2810
  #
2765
2811
  # resp = client.get_compliance_details_by_config_rule({
@@ -2819,6 +2865,8 @@ module Aws::ConfigService
2819
2865
  # * {Types::GetComplianceDetailsByResourceResponse#evaluation_results #evaluation_results} => Array<Types::EvaluationResult>
2820
2866
  # * {Types::GetComplianceDetailsByResourceResponse#next_token #next_token} => String
2821
2867
  #
2868
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2869
+ #
2822
2870
  # @example Request syntax with placeholder values
2823
2871
  #
2824
2872
  # resp = client.get_compliance_details_by_resource({
@@ -2942,6 +2990,8 @@ module Aws::ConfigService
2942
2990
  # * {Types::GetConformancePackComplianceDetailsResponse#conformance_pack_rule_evaluation_results #conformance_pack_rule_evaluation_results} => Array<Types::ConformancePackEvaluationResult>
2943
2991
  # * {Types::GetConformancePackComplianceDetailsResponse#next_token #next_token} => String
2944
2992
  #
2993
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2994
+ #
2945
2995
  # @example Request syntax with placeholder values
2946
2996
  #
2947
2997
  # resp = client.get_conformance_pack_compliance_details({
@@ -2998,6 +3048,8 @@ module Aws::ConfigService
2998
3048
  # * {Types::GetConformancePackComplianceSummaryResponse#conformance_pack_compliance_summary_list #conformance_pack_compliance_summary_list} => Array<Types::ConformancePackComplianceSummary>
2999
3049
  # * {Types::GetConformancePackComplianceSummaryResponse#next_token #next_token} => String
3000
3050
  #
3051
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3052
+ #
3001
3053
  # @example Request syntax with placeholder values
3002
3054
  #
3003
3055
  # resp = client.get_conformance_pack_compliance_summary({
@@ -3094,6 +3146,8 @@ module Aws::ConfigService
3094
3146
  # * {Types::GetDiscoveredResourceCountsResponse#resource_counts #resource_counts} => Array<Types::ResourceCount>
3095
3147
  # * {Types::GetDiscoveredResourceCountsResponse#next_token #next_token} => String
3096
3148
  #
3149
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3150
+ #
3097
3151
  # @example Request syntax with placeholder values
3098
3152
  #
3099
3153
  # resp = client.get_discovered_resource_counts({
@@ -3143,6 +3197,8 @@ module Aws::ConfigService
3143
3197
  # * {Types::GetOrganizationConfigRuleDetailedStatusResponse#organization_config_rule_detailed_status #organization_config_rule_detailed_status} => Array<Types::MemberAccountStatus>
3144
3198
  # * {Types::GetOrganizationConfigRuleDetailedStatusResponse#next_token #next_token} => String
3145
3199
  #
3200
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3201
+ #
3146
3202
  # @example Request syntax with placeholder values
3147
3203
  #
3148
3204
  # resp = client.get_organization_config_rule_detailed_status({
@@ -3199,6 +3255,8 @@ module Aws::ConfigService
3199
3255
  # * {Types::GetOrganizationConformancePackDetailedStatusResponse#organization_conformance_pack_detailed_statuses #organization_conformance_pack_detailed_statuses} => Array<Types::OrganizationConformancePackDetailedStatus>
3200
3256
  # * {Types::GetOrganizationConformancePackDetailedStatusResponse#next_token #next_token} => String
3201
3257
  #
3258
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3259
+ #
3202
3260
  # @example Request syntax with placeholder values
3203
3261
  #
3204
3262
  # resp = client.get_organization_conformance_pack_detailed_status({
@@ -3406,6 +3464,8 @@ module Aws::ConfigService
3406
3464
  # * {Types::ListAggregateDiscoveredResourcesResponse#resource_identifiers #resource_identifiers} => Array<Types::AggregateResourceIdentifier>
3407
3465
  # * {Types::ListAggregateDiscoveredResourcesResponse#next_token #next_token} => String
3408
3466
  #
3467
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3468
+ #
3409
3469
  # @example Request syntax with placeholder values
3410
3470
  #
3411
3471
  # resp = client.list_aggregate_discovered_resources({
@@ -3491,6 +3551,8 @@ module Aws::ConfigService
3491
3551
  # * {Types::ListDiscoveredResourcesResponse#resource_identifiers #resource_identifiers} => Array<Types::ResourceIdentifier>
3492
3552
  # * {Types::ListDiscoveredResourcesResponse#next_token #next_token} => String
3493
3553
  #
3554
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3555
+ #
3494
3556
  # @example Request syntax with placeholder values
3495
3557
  #
3496
3558
  # resp = client.list_discovered_resources({
@@ -3583,6 +3645,8 @@ module Aws::ConfigService
3583
3645
  # * {Types::ListTagsForResourceResponse#tags #tags} => Array<Types::Tag>
3584
3646
  # * {Types::ListTagsForResourceResponse#next_token #next_token} => String
3585
3647
  #
3648
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3649
+ #
3586
3650
  # @example Request syntax with placeholder values
3587
3651
  #
3588
3652
  # resp = client.list_tags_for_resource({
@@ -4745,6 +4809,8 @@ module Aws::ConfigService
4745
4809
  # * {Types::SelectResourceConfigResponse#query_info #query_info} => Types::QueryInfo
4746
4810
  # * {Types::SelectResourceConfigResponse#next_token #next_token} => String
4747
4811
  #
4812
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4813
+ #
4748
4814
  # @example Request syntax with placeholder values
4749
4815
  #
4750
4816
  # resp = client.select_resource_config({
@@ -5007,7 +5073,7 @@ module Aws::ConfigService
5007
5073
  params: params,
5008
5074
  config: config)
5009
5075
  context[:gem_name] = 'aws-sdk-configservice'
5010
- context[:gem_version] = '1.61.0'
5076
+ context[:gem_version] = '1.62.0'
5011
5077
  Seahorse::Client::Request.new(handlers, context)
5012
5078
  end
5013
5079
 
@@ -2195,6 +2195,12 @@ module Aws::ConfigService
2195
2195
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2196
2196
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2197
2197
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2198
+ o[:pager] = Aws::Pager.new(
2199
+ limit_key: "limit",
2200
+ tokens: {
2201
+ "next_token" => "next_token"
2202
+ }
2203
+ )
2198
2204
  end)
2199
2205
 
2200
2206
  api.add_operation(:describe_aggregate_compliance_by_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
@@ -2207,6 +2213,12 @@ module Aws::ConfigService
2207
2213
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2208
2214
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2209
2215
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2216
+ o[:pager] = Aws::Pager.new(
2217
+ limit_key: "limit",
2218
+ tokens: {
2219
+ "next_token" => "next_token"
2220
+ }
2221
+ )
2210
2222
  end)
2211
2223
 
2212
2224
  api.add_operation(:describe_aggregation_authorizations, Seahorse::Model::Operation.new.tap do |o|
@@ -2218,6 +2230,12 @@ module Aws::ConfigService
2218
2230
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2219
2231
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2220
2232
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2233
+ o[:pager] = Aws::Pager.new(
2234
+ limit_key: "limit",
2235
+ tokens: {
2236
+ "next_token" => "next_token"
2237
+ }
2238
+ )
2221
2239
  end)
2222
2240
 
2223
2241
  api.add_operation(:describe_compliance_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -2229,6 +2247,11 @@ module Aws::ConfigService
2229
2247
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2230
2248
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
2231
2249
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2250
+ o[:pager] = Aws::Pager.new(
2251
+ tokens: {
2252
+ "next_token" => "next_token"
2253
+ }
2254
+ )
2232
2255
  end)
2233
2256
 
2234
2257
  api.add_operation(:describe_compliance_by_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -2239,6 +2262,12 @@ module Aws::ConfigService
2239
2262
  o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceResponse)
2240
2263
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2241
2264
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2265
+ o[:pager] = Aws::Pager.new(
2266
+ limit_key: "limit",
2267
+ tokens: {
2268
+ "next_token" => "next_token"
2269
+ }
2270
+ )
2242
2271
  end)
2243
2272
 
2244
2273
  api.add_operation(:describe_config_rule_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2250,6 +2279,12 @@ module Aws::ConfigService
2250
2279
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
2251
2280
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2252
2281
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2282
+ o[:pager] = Aws::Pager.new(
2283
+ limit_key: "limit",
2284
+ tokens: {
2285
+ "next_token" => "next_token"
2286
+ }
2287
+ )
2253
2288
  end)
2254
2289
 
2255
2290
  api.add_operation(:describe_config_rules, Seahorse::Model::Operation.new.tap do |o|
@@ -2260,6 +2295,11 @@ module Aws::ConfigService
2260
2295
  o.output = Shapes::ShapeRef.new(shape: DescribeConfigRulesResponse)
2261
2296
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
2262
2297
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2298
+ o[:pager] = Aws::Pager.new(
2299
+ tokens: {
2300
+ "next_token" => "next_token"
2301
+ }
2302
+ )
2263
2303
  end)
2264
2304
 
2265
2305
  api.add_operation(:describe_configuration_aggregator_sources_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2272,6 +2312,12 @@ module Aws::ConfigService
2272
2312
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2273
2313
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2274
2314
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2315
+ o[:pager] = Aws::Pager.new(
2316
+ limit_key: "limit",
2317
+ tokens: {
2318
+ "next_token" => "next_token"
2319
+ }
2320
+ )
2275
2321
  end)
2276
2322
 
2277
2323
  api.add_operation(:describe_configuration_aggregators, Seahorse::Model::Operation.new.tap do |o|
@@ -2284,6 +2330,12 @@ module Aws::ConfigService
2284
2330
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2285
2331
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2286
2332
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2333
+ o[:pager] = Aws::Pager.new(
2334
+ limit_key: "limit",
2335
+ tokens: {
2336
+ "next_token" => "next_token"
2337
+ }
2338
+ )
2287
2339
  end)
2288
2340
 
2289
2341
  api.add_operation(:describe_configuration_recorder_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2315,6 +2367,12 @@ module Aws::ConfigService
2315
2367
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2316
2368
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
2317
2369
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2370
+ o[:pager] = Aws::Pager.new(
2371
+ limit_key: "limit",
2372
+ tokens: {
2373
+ "next_token" => "next_token"
2374
+ }
2375
+ )
2318
2376
  end)
2319
2377
 
2320
2378
  api.add_operation(:describe_conformance_pack_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2326,6 +2384,12 @@ module Aws::ConfigService
2326
2384
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2327
2385
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2328
2386
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2387
+ o[:pager] = Aws::Pager.new(
2388
+ limit_key: "limit",
2389
+ tokens: {
2390
+ "next_token" => "next_token"
2391
+ }
2392
+ )
2329
2393
  end)
2330
2394
 
2331
2395
  api.add_operation(:describe_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
@@ -2338,6 +2402,12 @@ module Aws::ConfigService
2338
2402
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2339
2403
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2340
2404
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2405
+ o[:pager] = Aws::Pager.new(
2406
+ limit_key: "limit",
2407
+ tokens: {
2408
+ "next_token" => "next_token"
2409
+ }
2410
+ )
2341
2411
  end)
2342
2412
 
2343
2413
  api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2368,6 +2438,12 @@ module Aws::ConfigService
2368
2438
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2369
2439
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2370
2440
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2441
+ o[:pager] = Aws::Pager.new(
2442
+ limit_key: "limit",
2443
+ tokens: {
2444
+ "next_token" => "next_token"
2445
+ }
2446
+ )
2371
2447
  end)
2372
2448
 
2373
2449
  api.add_operation(:describe_organization_config_rules, Seahorse::Model::Operation.new.tap do |o|
@@ -2380,6 +2456,12 @@ module Aws::ConfigService
2380
2456
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2381
2457
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2382
2458
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2459
+ o[:pager] = Aws::Pager.new(
2460
+ limit_key: "limit",
2461
+ tokens: {
2462
+ "next_token" => "next_token"
2463
+ }
2464
+ )
2383
2465
  end)
2384
2466
 
2385
2467
  api.add_operation(:describe_organization_conformance_pack_statuses, Seahorse::Model::Operation.new.tap do |o|
@@ -2392,6 +2474,12 @@ module Aws::ConfigService
2392
2474
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2393
2475
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2394
2476
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2477
+ o[:pager] = Aws::Pager.new(
2478
+ limit_key: "limit",
2479
+ tokens: {
2480
+ "next_token" => "next_token"
2481
+ }
2482
+ )
2395
2483
  end)
2396
2484
 
2397
2485
  api.add_operation(:describe_organization_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
@@ -2404,6 +2492,12 @@ module Aws::ConfigService
2404
2492
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2405
2493
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2406
2494
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2495
+ o[:pager] = Aws::Pager.new(
2496
+ limit_key: "limit",
2497
+ tokens: {
2498
+ "next_token" => "next_token"
2499
+ }
2500
+ )
2407
2501
  end)
2408
2502
 
2409
2503
  api.add_operation(:describe_pending_aggregation_requests, Seahorse::Model::Operation.new.tap do |o|
@@ -2415,6 +2509,12 @@ module Aws::ConfigService
2415
2509
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2416
2510
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2417
2511
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2512
+ o[:pager] = Aws::Pager.new(
2513
+ limit_key: "limit",
2514
+ tokens: {
2515
+ "next_token" => "next_token"
2516
+ }
2517
+ )
2418
2518
  end)
2419
2519
 
2420
2520
  api.add_operation(:describe_remediation_configurations, Seahorse::Model::Operation.new.tap do |o|
@@ -2467,6 +2567,11 @@ module Aws::ConfigService
2467
2567
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2468
2568
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRetentionConfigurationException)
2469
2569
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2570
+ o[:pager] = Aws::Pager.new(
2571
+ tokens: {
2572
+ "next_token" => "next_token"
2573
+ }
2574
+ )
2470
2575
  end)
2471
2576
 
2472
2577
  api.add_operation(:get_aggregate_compliance_details_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -2479,6 +2584,12 @@ module Aws::ConfigService
2479
2584
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2480
2585
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2481
2586
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2587
+ o[:pager] = Aws::Pager.new(
2588
+ limit_key: "limit",
2589
+ tokens: {
2590
+ "next_token" => "next_token"
2591
+ }
2592
+ )
2482
2593
  end)
2483
2594
 
2484
2595
  api.add_operation(:get_aggregate_config_rule_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
@@ -2491,6 +2602,12 @@ module Aws::ConfigService
2491
2602
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2492
2603
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2493
2604
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2605
+ o[:pager] = Aws::Pager.new(
2606
+ limit_key: "limit",
2607
+ tokens: {
2608
+ "next_token" => "next_token"
2609
+ }
2610
+ )
2494
2611
  end)
2495
2612
 
2496
2613
  api.add_operation(:get_aggregate_conformance_pack_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
@@ -2503,6 +2620,12 @@ module Aws::ConfigService
2503
2620
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2504
2621
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2505
2622
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2623
+ o[:pager] = Aws::Pager.new(
2624
+ limit_key: "limit",
2625
+ tokens: {
2626
+ "next_token" => "next_token"
2627
+ }
2628
+ )
2506
2629
  end)
2507
2630
 
2508
2631
  api.add_operation(:get_aggregate_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
@@ -2515,6 +2638,12 @@ module Aws::ConfigService
2515
2638
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2516
2639
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2517
2640
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2641
+ o[:pager] = Aws::Pager.new(
2642
+ limit_key: "limit",
2643
+ tokens: {
2644
+ "next_token" => "next_token"
2645
+ }
2646
+ )
2518
2647
  end)
2519
2648
 
2520
2649
  api.add_operation(:get_aggregate_resource_config, Seahorse::Model::Operation.new.tap do |o|
@@ -2538,6 +2667,12 @@ module Aws::ConfigService
2538
2667
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2539
2668
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2540
2669
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
2670
+ o[:pager] = Aws::Pager.new(
2671
+ limit_key: "limit",
2672
+ tokens: {
2673
+ "next_token" => "next_token"
2674
+ }
2675
+ )
2541
2676
  end)
2542
2677
 
2543
2678
  api.add_operation(:get_compliance_details_by_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -2547,6 +2682,11 @@ module Aws::ConfigService
2547
2682
  o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceRequest)
2548
2683
  o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceResponse)
2549
2684
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2685
+ o[:pager] = Aws::Pager.new(
2686
+ tokens: {
2687
+ "next_token" => "next_token"
2688
+ }
2689
+ )
2550
2690
  end)
2551
2691
 
2552
2692
  api.add_operation(:get_compliance_summary_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -2577,6 +2717,12 @@ module Aws::ConfigService
2577
2717
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2578
2718
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
2579
2719
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2720
+ o[:pager] = Aws::Pager.new(
2721
+ limit_key: "limit",
2722
+ tokens: {
2723
+ "next_token" => "next_token"
2724
+ }
2725
+ )
2580
2726
  end)
2581
2727
 
2582
2728
  api.add_operation(:get_conformance_pack_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
@@ -2588,6 +2734,12 @@ module Aws::ConfigService
2588
2734
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2589
2735
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2590
2736
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2737
+ o[:pager] = Aws::Pager.new(
2738
+ limit_key: "limit",
2739
+ tokens: {
2740
+ "next_token" => "next_token"
2741
+ }
2742
+ )
2591
2743
  end)
2592
2744
 
2593
2745
  api.add_operation(:get_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
@@ -2599,6 +2751,12 @@ module Aws::ConfigService
2599
2751
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2600
2752
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2601
2753
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2754
+ o[:pager] = Aws::Pager.new(
2755
+ limit_key: "limit",
2756
+ tokens: {
2757
+ "next_token" => "next_token"
2758
+ }
2759
+ )
2602
2760
  end)
2603
2761
 
2604
2762
  api.add_operation(:get_organization_config_rule_detailed_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2611,6 +2769,12 @@ module Aws::ConfigService
2611
2769
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2612
2770
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2613
2771
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2772
+ o[:pager] = Aws::Pager.new(
2773
+ limit_key: "limit",
2774
+ tokens: {
2775
+ "next_token" => "next_token"
2776
+ }
2777
+ )
2614
2778
  end)
2615
2779
 
2616
2780
  api.add_operation(:get_organization_conformance_pack_detailed_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2623,6 +2787,12 @@ module Aws::ConfigService
2623
2787
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2624
2788
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2625
2789
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2790
+ o[:pager] = Aws::Pager.new(
2791
+ limit_key: "limit",
2792
+ tokens: {
2793
+ "next_token" => "next_token"
2794
+ }
2795
+ )
2626
2796
  end)
2627
2797
 
2628
2798
  api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
@@ -2665,6 +2835,12 @@ module Aws::ConfigService
2665
2835
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2666
2836
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2667
2837
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2838
+ o[:pager] = Aws::Pager.new(
2839
+ limit_key: "limit",
2840
+ tokens: {
2841
+ "next_token" => "next_token"
2842
+ }
2843
+ )
2668
2844
  end)
2669
2845
 
2670
2846
  api.add_operation(:list_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
@@ -2677,6 +2853,12 @@ module Aws::ConfigService
2677
2853
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2678
2854
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2679
2855
  o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
2856
+ o[:pager] = Aws::Pager.new(
2857
+ limit_key: "limit",
2858
+ tokens: {
2859
+ "next_token" => "next_token"
2860
+ }
2861
+ )
2680
2862
  end)
2681
2863
 
2682
2864
  api.add_operation(:list_stored_queries, Seahorse::Model::Operation.new.tap do |o|
@@ -2705,6 +2887,12 @@ module Aws::ConfigService
2705
2887
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2706
2888
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2707
2889
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2890
+ o[:pager] = Aws::Pager.new(
2891
+ limit_key: "limit",
2892
+ tokens: {
2893
+ "next_token" => "next_token"
2894
+ }
2895
+ )
2708
2896
  end)
2709
2897
 
2710
2898
  api.add_operation(:put_aggregation_authorization, Seahorse::Model::Operation.new.tap do |o|
@@ -2901,7 +3089,7 @@ module Aws::ConfigService
2901
3089
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2902
3090
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2903
3091
  o[:pager] = Aws::Pager.new(
2904
- limit_key: "max_results",
3092
+ limit_key: "limit",
2905
3093
  tokens: {
2906
3094
  "next_token" => "next_token"
2907
3095
  }
@@ -2917,6 +3105,12 @@ module Aws::ConfigService
2917
3105
  o.errors << Shapes::ShapeRef.new(shape: InvalidExpressionException)
2918
3106
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2919
3107
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
3108
+ o[:pager] = Aws::Pager.new(
3109
+ limit_key: "limit",
3110
+ tokens: {
3111
+ "next_token" => "next_token"
3112
+ }
3113
+ )
2920
3114
  end)
2921
3115
 
2922
3116
  api.add_operation(:start_config_rules_evaluation, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-14 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.3
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Config Service