aws-sdk-core 2.11.347 → 2.11.348
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +238 -18
- data/apis/config/2014-11-12/paginators-1.json +5 -0
- data/endpoints.json +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac2887ec3e8d2e484b8f3d1798fed1d3fd44c93c
|
4
|
+
data.tar.gz: be9f38e31bca812aaf2c57c46cdf301ee6520c4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0026e88c9f56e47e0071d34b82cb9a8cc8a6eea5931569fc34c08e94dcb89b30a7ccf6fce6c9dc138f96f4ad0cba406cd5c904c7beef6ced0d8b414a95c8582b
|
7
|
+
data.tar.gz: 12372b7b65d316862085a6233f2e62211a3c5f5243c0c95954e4c5eabc4d769a2f5e6b9ad3a546a009d04e18b40d7fa7b145b1809135bbdbd92c2e85b7c711ce
|
@@ -146,6 +146,18 @@
|
|
146
146
|
{"shape":"RemediationInProgressException"}
|
147
147
|
]
|
148
148
|
},
|
149
|
+
"DeleteRemediationExceptions":{
|
150
|
+
"name":"DeleteRemediationExceptions",
|
151
|
+
"http":{
|
152
|
+
"method":"POST",
|
153
|
+
"requestUri":"/"
|
154
|
+
},
|
155
|
+
"input":{"shape":"DeleteRemediationExceptionsRequest"},
|
156
|
+
"output":{"shape":"DeleteRemediationExceptionsResponse"},
|
157
|
+
"errors":[
|
158
|
+
{"shape":"NoSuchRemediationExceptionException"}
|
159
|
+
]
|
160
|
+
},
|
149
161
|
"DeleteRetentionConfiguration":{
|
150
162
|
"name":"DeleteRetentionConfiguration",
|
151
163
|
"http":{
|
@@ -386,6 +398,19 @@
|
|
386
398
|
"input":{"shape":"DescribeRemediationConfigurationsRequest"},
|
387
399
|
"output":{"shape":"DescribeRemediationConfigurationsResponse"}
|
388
400
|
},
|
401
|
+
"DescribeRemediationExceptions":{
|
402
|
+
"name":"DescribeRemediationExceptions",
|
403
|
+
"http":{
|
404
|
+
"method":"POST",
|
405
|
+
"requestUri":"/"
|
406
|
+
},
|
407
|
+
"input":{"shape":"DescribeRemediationExceptionsRequest"},
|
408
|
+
"output":{"shape":"DescribeRemediationExceptionsResponse"},
|
409
|
+
"errors":[
|
410
|
+
{"shape":"InvalidNextTokenException"},
|
411
|
+
{"shape":"InvalidParameterValueException"}
|
412
|
+
]
|
413
|
+
},
|
389
414
|
"DescribeRemediationExecutionStatus":{
|
390
415
|
"name":"DescribeRemediationExecutionStatus",
|
391
416
|
"http":{
|
@@ -395,7 +420,8 @@
|
|
395
420
|
"input":{"shape":"DescribeRemediationExecutionStatusRequest"},
|
396
421
|
"output":{"shape":"DescribeRemediationExecutionStatusResponse"},
|
397
422
|
"errors":[
|
398
|
-
{"shape":"NoSuchRemediationConfigurationException"}
|
423
|
+
{"shape":"NoSuchRemediationConfigurationException"},
|
424
|
+
{"shape":"InvalidNextTokenException"}
|
399
425
|
]
|
400
426
|
},
|
401
427
|
"DescribeRetentionConfigurations":{
|
@@ -730,6 +756,18 @@
|
|
730
756
|
{"shape":"InvalidParameterValueException"}
|
731
757
|
]
|
732
758
|
},
|
759
|
+
"PutRemediationExceptions":{
|
760
|
+
"name":"PutRemediationExceptions",
|
761
|
+
"http":{
|
762
|
+
"method":"POST",
|
763
|
+
"requestUri":"/"
|
764
|
+
},
|
765
|
+
"input":{"shape":"PutRemediationExceptionsRequest"},
|
766
|
+
"output":{"shape":"PutRemediationExceptionsResponse"},
|
767
|
+
"errors":[
|
768
|
+
{"shape":"InvalidParameterValueException"}
|
769
|
+
]
|
770
|
+
},
|
733
771
|
"PutRetentionConfiguration":{
|
734
772
|
"name":"PutRetentionConfiguration",
|
735
773
|
"http":{
|
@@ -793,6 +831,7 @@
|
|
793
831
|
"input":{"shape":"StartRemediationExecutionRequest"},
|
794
832
|
"output":{"shape":"StartRemediationExecutionResponse"},
|
795
833
|
"errors":[
|
834
|
+
{"shape":"InvalidParameterValueException"},
|
796
835
|
{"shape":"InsufficientPermissionsException"},
|
797
836
|
{"shape":"NoSuchRemediationConfigurationException"}
|
798
837
|
]
|
@@ -976,6 +1015,18 @@
|
|
976
1015
|
"max":256,
|
977
1016
|
"min":1
|
978
1017
|
},
|
1018
|
+
"AutoRemediationAttemptSeconds":{
|
1019
|
+
"type":"long",
|
1020
|
+
"box":true,
|
1021
|
+
"max":2678000,
|
1022
|
+
"min":1
|
1023
|
+
},
|
1024
|
+
"AutoRemediationAttempts":{
|
1025
|
+
"type":"integer",
|
1026
|
+
"box":true,
|
1027
|
+
"max":25,
|
1028
|
+
"min":1
|
1029
|
+
},
|
979
1030
|
"AvailabilityZone":{"type":"string"},
|
980
1031
|
"AwsRegion":{
|
981
1032
|
"type":"string",
|
@@ -1204,12 +1255,13 @@
|
|
1204
1255
|
},
|
1205
1256
|
"ConfigRuleName":{
|
1206
1257
|
"type":"string",
|
1207
|
-
"max":
|
1208
|
-
"min":1
|
1258
|
+
"max":128,
|
1259
|
+
"min":1,
|
1260
|
+
"pattern":".*\\S.*"
|
1209
1261
|
},
|
1210
1262
|
"ConfigRuleNames":{
|
1211
1263
|
"type":"list",
|
1212
|
-
"member":{"shape":"
|
1264
|
+
"member":{"shape":"ConfigRuleName"},
|
1213
1265
|
"max":25,
|
1214
1266
|
"min":0
|
1215
1267
|
},
|
@@ -1425,7 +1477,7 @@
|
|
1425
1477
|
"type":"structure",
|
1426
1478
|
"required":["ConfigRuleName"],
|
1427
1479
|
"members":{
|
1428
|
-
"ConfigRuleName":{"shape":"
|
1480
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
1429
1481
|
"ResourceType":{"shape":"String"}
|
1430
1482
|
}
|
1431
1483
|
},
|
@@ -1434,6 +1486,23 @@
|
|
1434
1486
|
"members":{
|
1435
1487
|
}
|
1436
1488
|
},
|
1489
|
+
"DeleteRemediationExceptionsRequest":{
|
1490
|
+
"type":"structure",
|
1491
|
+
"required":[
|
1492
|
+
"ConfigRuleName",
|
1493
|
+
"ResourceKeys"
|
1494
|
+
],
|
1495
|
+
"members":{
|
1496
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
1497
|
+
"ResourceKeys":{"shape":"RemediationExceptionResourceKeys"}
|
1498
|
+
}
|
1499
|
+
},
|
1500
|
+
"DeleteRemediationExceptionsResponse":{
|
1501
|
+
"type":"structure",
|
1502
|
+
"members":{
|
1503
|
+
"FailedBatches":{"shape":"FailedDeleteRemediationExceptionsBatches"}
|
1504
|
+
}
|
1505
|
+
},
|
1437
1506
|
"DeleteRetentionConfigurationRequest":{
|
1438
1507
|
"type":"structure",
|
1439
1508
|
"required":["RetentionConfigurationName"],
|
@@ -1727,21 +1796,38 @@
|
|
1727
1796
|
"RemediationConfigurations":{"shape":"RemediationConfigurations"}
|
1728
1797
|
}
|
1729
1798
|
},
|
1799
|
+
"DescribeRemediationExceptionsRequest":{
|
1800
|
+
"type":"structure",
|
1801
|
+
"required":["ConfigRuleName"],
|
1802
|
+
"members":{
|
1803
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
1804
|
+
"ResourceKeys":{"shape":"RemediationExceptionResourceKeys"},
|
1805
|
+
"Limit":{"shape":"Limit"},
|
1806
|
+
"NextToken":{"shape":"String"}
|
1807
|
+
}
|
1808
|
+
},
|
1809
|
+
"DescribeRemediationExceptionsResponse":{
|
1810
|
+
"type":"structure",
|
1811
|
+
"members":{
|
1812
|
+
"RemediationExceptions":{"shape":"RemediationExceptions"},
|
1813
|
+
"NextToken":{"shape":"String"}
|
1814
|
+
}
|
1815
|
+
},
|
1730
1816
|
"DescribeRemediationExecutionStatusRequest":{
|
1731
1817
|
"type":"structure",
|
1732
1818
|
"required":["ConfigRuleName"],
|
1733
1819
|
"members":{
|
1734
|
-
"ConfigRuleName":{"shape":"
|
1820
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
1735
1821
|
"ResourceKeys":{"shape":"ResourceKeys"},
|
1736
1822
|
"Limit":{"shape":"Limit"},
|
1737
|
-
"NextToken":{"shape":"
|
1823
|
+
"NextToken":{"shape":"String"}
|
1738
1824
|
}
|
1739
1825
|
},
|
1740
1826
|
"DescribeRemediationExecutionStatusResponse":{
|
1741
1827
|
"type":"structure",
|
1742
1828
|
"members":{
|
1743
1829
|
"RemediationExecutionStatuses":{"shape":"RemediationExecutionStatuses"},
|
1744
|
-
"NextToken":{"shape":"
|
1830
|
+
"NextToken":{"shape":"String"}
|
1745
1831
|
}
|
1746
1832
|
},
|
1747
1833
|
"DescribeRetentionConfigurationsRequest":{
|
@@ -1830,11 +1916,28 @@
|
|
1830
1916
|
"max":1000,
|
1831
1917
|
"min":0
|
1832
1918
|
},
|
1919
|
+
"ExecutionControls":{
|
1920
|
+
"type":"structure",
|
1921
|
+
"members":{
|
1922
|
+
"SsmControls":{"shape":"SsmControls"}
|
1923
|
+
}
|
1924
|
+
},
|
1833
1925
|
"Expression":{
|
1834
1926
|
"type":"string",
|
1835
1927
|
"max":4096,
|
1836
1928
|
"min":1
|
1837
1929
|
},
|
1930
|
+
"FailedDeleteRemediationExceptionsBatch":{
|
1931
|
+
"type":"structure",
|
1932
|
+
"members":{
|
1933
|
+
"FailureMessage":{"shape":"String"},
|
1934
|
+
"FailedItems":{"shape":"RemediationExceptionResourceKeys"}
|
1935
|
+
}
|
1936
|
+
},
|
1937
|
+
"FailedDeleteRemediationExceptionsBatches":{
|
1938
|
+
"type":"list",
|
1939
|
+
"member":{"shape":"FailedDeleteRemediationExceptionsBatch"}
|
1940
|
+
},
|
1838
1941
|
"FailedRemediationBatch":{
|
1839
1942
|
"type":"structure",
|
1840
1943
|
"members":{
|
@@ -1846,6 +1949,17 @@
|
|
1846
1949
|
"type":"list",
|
1847
1950
|
"member":{"shape":"FailedRemediationBatch"}
|
1848
1951
|
},
|
1952
|
+
"FailedRemediationExceptionBatch":{
|
1953
|
+
"type":"structure",
|
1954
|
+
"members":{
|
1955
|
+
"FailureMessage":{"shape":"String"},
|
1956
|
+
"FailedItems":{"shape":"RemediationExceptions"}
|
1957
|
+
}
|
1958
|
+
},
|
1959
|
+
"FailedRemediationExceptionBatches":{
|
1960
|
+
"type":"list",
|
1961
|
+
"member":{"shape":"FailedRemediationExceptionBatch"}
|
1962
|
+
},
|
1849
1963
|
"FieldInfo":{
|
1850
1964
|
"type":"structure",
|
1851
1965
|
"members":{
|
@@ -2378,6 +2492,12 @@
|
|
2378
2492
|
},
|
2379
2493
|
"exception":true
|
2380
2494
|
},
|
2495
|
+
"NoSuchRemediationExceptionException":{
|
2496
|
+
"type":"structure",
|
2497
|
+
"members":{
|
2498
|
+
},
|
2499
|
+
"exception":true
|
2500
|
+
},
|
2381
2501
|
"NoSuchRetentionConfigurationException":{
|
2382
2502
|
"type":"structure",
|
2383
2503
|
"members":{
|
@@ -2535,6 +2655,12 @@
|
|
2535
2655
|
"type":"list",
|
2536
2656
|
"member":{"shape":"PendingAggregationRequest"}
|
2537
2657
|
},
|
2658
|
+
"Percentage":{
|
2659
|
+
"type":"integer",
|
2660
|
+
"box":true,
|
2661
|
+
"max":100,
|
2662
|
+
"min":1
|
2663
|
+
},
|
2538
2664
|
"PutAggregationAuthorizationRequest":{
|
2539
2665
|
"type":"structure",
|
2540
2666
|
"required":[
|
@@ -2635,6 +2761,25 @@
|
|
2635
2761
|
"FailedBatches":{"shape":"FailedRemediationBatches"}
|
2636
2762
|
}
|
2637
2763
|
},
|
2764
|
+
"PutRemediationExceptionsRequest":{
|
2765
|
+
"type":"structure",
|
2766
|
+
"required":[
|
2767
|
+
"ConfigRuleName",
|
2768
|
+
"ResourceKeys"
|
2769
|
+
],
|
2770
|
+
"members":{
|
2771
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
2772
|
+
"ResourceKeys":{"shape":"RemediationExceptionResourceKeys"},
|
2773
|
+
"Message":{"shape":"StringWithCharLimit1024"},
|
2774
|
+
"ExpirationTime":{"shape":"Date"}
|
2775
|
+
}
|
2776
|
+
},
|
2777
|
+
"PutRemediationExceptionsResponse":{
|
2778
|
+
"type":"structure",
|
2779
|
+
"members":{
|
2780
|
+
"FailedBatches":{"shape":"FailedRemediationExceptionBatches"}
|
2781
|
+
}
|
2782
|
+
},
|
2638
2783
|
"PutRetentionConfigurationRequest":{
|
2639
2784
|
"type":"structure",
|
2640
2785
|
"required":["RetentionPeriodInDays"],
|
@@ -2708,12 +2853,18 @@
|
|
2708
2853
|
"TargetId"
|
2709
2854
|
],
|
2710
2855
|
"members":{
|
2711
|
-
"ConfigRuleName":{"shape":"
|
2856
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
2712
2857
|
"TargetType":{"shape":"RemediationTargetType"},
|
2713
2858
|
"TargetId":{"shape":"StringWithCharLimit256"},
|
2714
2859
|
"TargetVersion":{"shape":"String"},
|
2715
2860
|
"Parameters":{"shape":"RemediationParameters"},
|
2716
|
-
"ResourceType":{"shape":"String"}
|
2861
|
+
"ResourceType":{"shape":"String"},
|
2862
|
+
"Automatic":{"shape":"Boolean"},
|
2863
|
+
"ExecutionControls":{"shape":"ExecutionControls"},
|
2864
|
+
"MaximumAutomaticAttempts":{"shape":"AutoRemediationAttempts"},
|
2865
|
+
"RetryAttemptSeconds":{"shape":"AutoRemediationAttemptSeconds"},
|
2866
|
+
"Arn":{"shape":"StringWithCharLimit1024"},
|
2867
|
+
"CreatedByService":{"shape":"StringWithCharLimit1024"}
|
2717
2868
|
}
|
2718
2869
|
},
|
2719
2870
|
"RemediationConfigurations":{
|
@@ -2722,6 +2873,40 @@
|
|
2722
2873
|
"max":25,
|
2723
2874
|
"min":0
|
2724
2875
|
},
|
2876
|
+
"RemediationException":{
|
2877
|
+
"type":"structure",
|
2878
|
+
"required":[
|
2879
|
+
"ConfigRuleName",
|
2880
|
+
"ResourceType",
|
2881
|
+
"ResourceId"
|
2882
|
+
],
|
2883
|
+
"members":{
|
2884
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
2885
|
+
"ResourceType":{"shape":"StringWithCharLimit256"},
|
2886
|
+
"ResourceId":{"shape":"StringWithCharLimit1024"},
|
2887
|
+
"Message":{"shape":"StringWithCharLimit1024"},
|
2888
|
+
"ExpirationTime":{"shape":"Date"}
|
2889
|
+
}
|
2890
|
+
},
|
2891
|
+
"RemediationExceptionResourceKey":{
|
2892
|
+
"type":"structure",
|
2893
|
+
"members":{
|
2894
|
+
"ResourceType":{"shape":"StringWithCharLimit256"},
|
2895
|
+
"ResourceId":{"shape":"StringWithCharLimit1024"}
|
2896
|
+
}
|
2897
|
+
},
|
2898
|
+
"RemediationExceptionResourceKeys":{
|
2899
|
+
"type":"list",
|
2900
|
+
"member":{"shape":"RemediationExceptionResourceKey"},
|
2901
|
+
"max":100,
|
2902
|
+
"min":1
|
2903
|
+
},
|
2904
|
+
"RemediationExceptions":{
|
2905
|
+
"type":"list",
|
2906
|
+
"member":{"shape":"RemediationException"},
|
2907
|
+
"max":25,
|
2908
|
+
"min":0
|
2909
|
+
},
|
2725
2910
|
"RemediationExecutionState":{
|
2726
2911
|
"type":"string",
|
2727
2912
|
"enum":[
|
@@ -2911,55 +3096,81 @@
|
|
2911
3096
|
"AWS::EC2::VPC",
|
2912
3097
|
"AWS::EC2::VPNConnection",
|
2913
3098
|
"AWS::EC2::VPNGateway",
|
3099
|
+
"AWS::EC2::RegisteredHAInstance",
|
3100
|
+
"AWS::EC2::NatGateway",
|
3101
|
+
"AWS::EC2::EgressOnlyInternetGateway",
|
3102
|
+
"AWS::EC2::VPCEndpoint",
|
3103
|
+
"AWS::EC2::VPCEndpointService",
|
3104
|
+
"AWS::EC2::FlowLog",
|
3105
|
+
"AWS::EC2::VPCPeeringConnection",
|
2914
3106
|
"AWS::IAM::Group",
|
2915
3107
|
"AWS::IAM::Policy",
|
2916
3108
|
"AWS::IAM::Role",
|
2917
3109
|
"AWS::IAM::User",
|
3110
|
+
"AWS::ElasticLoadBalancingV2::LoadBalancer",
|
2918
3111
|
"AWS::ACM::Certificate",
|
2919
3112
|
"AWS::RDS::DBInstance",
|
3113
|
+
"AWS::RDS::DBParameterGroup",
|
3114
|
+
"AWS::RDS::DBOptionGroup",
|
2920
3115
|
"AWS::RDS::DBSubnetGroup",
|
2921
3116
|
"AWS::RDS::DBSecurityGroup",
|
2922
3117
|
"AWS::RDS::DBSnapshot",
|
3118
|
+
"AWS::RDS::DBCluster",
|
3119
|
+
"AWS::RDS::DBClusterParameterGroup",
|
3120
|
+
"AWS::RDS::DBClusterSnapshot",
|
2923
3121
|
"AWS::RDS::EventSubscription",
|
2924
|
-
"AWS::ElasticLoadBalancingV2::LoadBalancer",
|
2925
3122
|
"AWS::S3::Bucket",
|
2926
|
-
"AWS::
|
3123
|
+
"AWS::S3::AccountPublicAccessBlock",
|
2927
3124
|
"AWS::Redshift::Cluster",
|
2928
3125
|
"AWS::Redshift::ClusterSnapshot",
|
2929
3126
|
"AWS::Redshift::ClusterParameterGroup",
|
2930
3127
|
"AWS::Redshift::ClusterSecurityGroup",
|
2931
3128
|
"AWS::Redshift::ClusterSubnetGroup",
|
2932
3129
|
"AWS::Redshift::EventSubscription",
|
3130
|
+
"AWS::SSM::ManagedInstanceInventory",
|
2933
3131
|
"AWS::CloudWatch::Alarm",
|
2934
3132
|
"AWS::CloudFormation::Stack",
|
2935
|
-
"AWS::
|
3133
|
+
"AWS::ElasticLoadBalancing::LoadBalancer",
|
2936
3134
|
"AWS::AutoScaling::AutoScalingGroup",
|
2937
3135
|
"AWS::AutoScaling::LaunchConfiguration",
|
2938
3136
|
"AWS::AutoScaling::ScalingPolicy",
|
2939
3137
|
"AWS::AutoScaling::ScheduledAction",
|
3138
|
+
"AWS::DynamoDB::Table",
|
2940
3139
|
"AWS::CodeBuild::Project",
|
2941
3140
|
"AWS::WAF::RateBasedRule",
|
2942
3141
|
"AWS::WAF::Rule",
|
3142
|
+
"AWS::WAF::RuleGroup",
|
2943
3143
|
"AWS::WAF::WebACL",
|
2944
3144
|
"AWS::WAFRegional::RateBasedRule",
|
2945
3145
|
"AWS::WAFRegional::Rule",
|
3146
|
+
"AWS::WAFRegional::RuleGroup",
|
2946
3147
|
"AWS::WAFRegional::WebACL",
|
2947
3148
|
"AWS::CloudFront::Distribution",
|
2948
3149
|
"AWS::CloudFront::StreamingDistribution",
|
2949
|
-
"AWS::
|
2950
|
-
"AWS::WAFRegional::RuleGroup",
|
3150
|
+
"AWS::Lambda::Alias",
|
2951
3151
|
"AWS::Lambda::Function",
|
2952
3152
|
"AWS::ElasticBeanstalk::Application",
|
2953
3153
|
"AWS::ElasticBeanstalk::ApplicationVersion",
|
2954
3154
|
"AWS::ElasticBeanstalk::Environment",
|
2955
|
-
"AWS::
|
3155
|
+
"AWS::MobileHub::Project",
|
2956
3156
|
"AWS::XRay::EncryptionConfig",
|
2957
3157
|
"AWS::SSM::AssociationCompliance",
|
2958
3158
|
"AWS::SSM::PatchCompliance",
|
2959
3159
|
"AWS::Shield::Protection",
|
2960
3160
|
"AWS::ShieldRegional::Protection",
|
2961
3161
|
"AWS::Config::ResourceCompliance",
|
2962
|
-
"AWS::
|
3162
|
+
"AWS::LicenseManager::LicenseConfiguration",
|
3163
|
+
"AWS::ApiGateway::DomainName",
|
3164
|
+
"AWS::ApiGateway::Method",
|
3165
|
+
"AWS::ApiGateway::Stage",
|
3166
|
+
"AWS::ApiGateway::RestApi",
|
3167
|
+
"AWS::ApiGatewayV2::DomainName",
|
3168
|
+
"AWS::ApiGatewayV2::Stage",
|
3169
|
+
"AWS::ApiGatewayV2::Api",
|
3170
|
+
"AWS::CodePipeline::Pipeline",
|
3171
|
+
"AWS::ServiceCatalog::CloudFormationProvisionedProduct",
|
3172
|
+
"AWS::ServiceCatalog::CloudFormationProduct",
|
3173
|
+
"AWS::ServiceCatalog::Portfolio"
|
2963
3174
|
]
|
2964
3175
|
},
|
2965
3176
|
"ResourceTypeList":{
|
@@ -2980,6 +3191,7 @@
|
|
2980
3191
|
},
|
2981
3192
|
"ResourceValue":{
|
2982
3193
|
"type":"structure",
|
3194
|
+
"required":["Value"],
|
2983
3195
|
"members":{
|
2984
3196
|
"Value":{"shape":"ResourceValueType"}
|
2985
3197
|
}
|
@@ -3081,6 +3293,13 @@
|
|
3081
3293
|
"max":25,
|
3082
3294
|
"min":0
|
3083
3295
|
},
|
3296
|
+
"SsmControls":{
|
3297
|
+
"type":"structure",
|
3298
|
+
"members":{
|
3299
|
+
"ConcurrentExecutionRatePercentage":{"shape":"Percentage"},
|
3300
|
+
"ErrorPercentage":{"shape":"Percentage"}
|
3301
|
+
}
|
3302
|
+
},
|
3084
3303
|
"StartConfigRulesEvaluationRequest":{
|
3085
3304
|
"type":"structure",
|
3086
3305
|
"members":{
|
@@ -3106,7 +3325,7 @@
|
|
3106
3325
|
"ResourceKeys"
|
3107
3326
|
],
|
3108
3327
|
"members":{
|
3109
|
-
"ConfigRuleName":{"shape":"
|
3328
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
3110
3329
|
"ResourceKeys":{"shape":"ResourceKeys"}
|
3111
3330
|
}
|
3112
3331
|
},
|
@@ -3125,6 +3344,7 @@
|
|
3125
3344
|
},
|
3126
3345
|
"StaticValue":{
|
3127
3346
|
"type":"structure",
|
3347
|
+
"required":["Values"],
|
3128
3348
|
"members":{
|
3129
3349
|
"Values":{"shape":"StaticParameterValues"}
|
3130
3350
|
}
|
data/endpoints.json
CHANGED
@@ -1038,6 +1038,7 @@
|
|
1038
1038
|
},
|
1039
1039
|
"directconnect" : {
|
1040
1040
|
"endpoints" : {
|
1041
|
+
"ap-east-1" : { },
|
1041
1042
|
"ap-northeast-1" : { },
|
1042
1043
|
"ap-northeast-2" : { },
|
1043
1044
|
"ap-south-1" : { },
|
@@ -1586,6 +1587,7 @@
|
|
1586
1587
|
"eu-west-1" : { },
|
1587
1588
|
"eu-west-2" : { },
|
1588
1589
|
"eu-west-3" : { },
|
1590
|
+
"me-south-1" : { },
|
1589
1591
|
"sa-east-1" : { },
|
1590
1592
|
"us-east-1" : { },
|
1591
1593
|
"us-east-2" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.348
|
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: 2019-09-
|
11
|
+
date: 2019-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|