aws-sdk-core 2.11.474 → 2.11.475

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81fbd740bfdbc3a1743d9e9fd486a1e55c2e0d4b
4
- data.tar.gz: 4f5b679d273fa2826dfc802972961ac650d511cf
3
+ metadata.gz: cffbbd687138dc283057ea780ab42a5670c7d230
4
+ data.tar.gz: a9094a022cbe44f2eac621ef1ebe83f2c4ceae2b
5
5
  SHA512:
6
- metadata.gz: 067fb628c5cab4bb48a8736dc56ea21f50c1dfa202342548c6a1ffc93b8ed4aef6965e366403e6afcf8d01b39b2c2f8f67ed6f8a0e7fc78df045ea51a75d8d9d
7
- data.tar.gz: ca44a4a7399d57671407af521d7c63cbe9572a57bf03b0c0a48e205da4222d7a6fd5dbd9c728bacc2f576e90cb9fdf1f28e29538f8fcb22ebda848c8b586cdcc
6
+ metadata.gz: 9ec1a0e3e3a7b86e5a53ea5d522d9dfe5496157d6d203f83912e4faf3f97924cf3d4b36147bc88d9dccf0cbba61432256c76fbd22518d430d553118926a922d1
7
+ data.tar.gz: 5e45d3db8e5615f2b21ff3d6be5741644661a4d81cf5883fd046fdac78b17ba09fb07c86374c53f89d80789cadab631bf5617ebdb0659a45a439aee71fadfd54
@@ -1037,9 +1037,11 @@
1037
1037
  "Ec2LaunchTemplateNotFound",
1038
1038
  "Ec2LaunchTemplateVersionMismatch",
1039
1039
  "Ec2SubnetNotFound",
1040
+ "Ec2SubnetInvalidConfiguration",
1040
1041
  "IamInstanceProfileNotFound",
1041
1042
  "IamLimitExceeded",
1042
1043
  "IamNodeRoleNotFound",
1044
+ "NodeCreationFailure",
1043
1045
  "AsgInstanceLaunchFailures",
1044
1046
  "InstanceLimitExceeded",
1045
1047
  "InsufficientFreeAddresses",
@@ -250,6 +250,26 @@
250
250
  {"shape":"UnsupportedAPIEndpointException"}
251
251
  ]
252
252
  },
253
+ "DeregisterDelegatedAdministrator":{
254
+ "name":"DeregisterDelegatedAdministrator",
255
+ "http":{
256
+ "method":"POST",
257
+ "requestUri":"/"
258
+ },
259
+ "input":{"shape":"DeregisterDelegatedAdministratorRequest"},
260
+ "errors":[
261
+ {"shape":"AccessDeniedException"},
262
+ {"shape":"AccountNotFoundException"},
263
+ {"shape":"AccountNotRegisteredException"},
264
+ {"shape":"AWSOrganizationsNotInUseException"},
265
+ {"shape":"ConcurrentModificationException"},
266
+ {"shape":"ConstraintViolationException"},
267
+ {"shape":"InvalidInputException"},
268
+ {"shape":"TooManyRequestsException"},
269
+ {"shape":"ServiceException"},
270
+ {"shape":"UnsupportedAPIEndpointException"}
271
+ ]
272
+ },
253
273
  "DescribeAccount":{
254
274
  "name":"DescribeAccount",
255
275
  "http":{
@@ -614,6 +634,44 @@
614
634
  {"shape":"UnsupportedAPIEndpointException"}
615
635
  ]
616
636
  },
637
+ "ListDelegatedAdministrators":{
638
+ "name":"ListDelegatedAdministrators",
639
+ "http":{
640
+ "method":"POST",
641
+ "requestUri":"/"
642
+ },
643
+ "input":{"shape":"ListDelegatedAdministratorsRequest"},
644
+ "output":{"shape":"ListDelegatedAdministratorsResponse"},
645
+ "errors":[
646
+ {"shape":"AccessDeniedException"},
647
+ {"shape":"AWSOrganizationsNotInUseException"},
648
+ {"shape":"ConstraintViolationException"},
649
+ {"shape":"InvalidInputException"},
650
+ {"shape":"TooManyRequestsException"},
651
+ {"shape":"ServiceException"},
652
+ {"shape":"UnsupportedAPIEndpointException"}
653
+ ]
654
+ },
655
+ "ListDelegatedServicesForAccount":{
656
+ "name":"ListDelegatedServicesForAccount",
657
+ "http":{
658
+ "method":"POST",
659
+ "requestUri":"/"
660
+ },
661
+ "input":{"shape":"ListDelegatedServicesForAccountRequest"},
662
+ "output":{"shape":"ListDelegatedServicesForAccountResponse"},
663
+ "errors":[
664
+ {"shape":"AccessDeniedException"},
665
+ {"shape":"AccountNotFoundException"},
666
+ {"shape":"AccountNotRegisteredException"},
667
+ {"shape":"AWSOrganizationsNotInUseException"},
668
+ {"shape":"ConstraintViolationException"},
669
+ {"shape":"InvalidInputException"},
670
+ {"shape":"TooManyRequestsException"},
671
+ {"shape":"ServiceException"},
672
+ {"shape":"UnsupportedAPIEndpointException"}
673
+ ]
674
+ },
617
675
  "ListHandshakesForAccount":{
618
676
  "name":"ListHandshakesForAccount",
619
677
  "http":{
@@ -787,6 +845,26 @@
787
845
  {"shape":"ServiceException"}
788
846
  ]
789
847
  },
848
+ "RegisterDelegatedAdministrator":{
849
+ "name":"RegisterDelegatedAdministrator",
850
+ "http":{
851
+ "method":"POST",
852
+ "requestUri":"/"
853
+ },
854
+ "input":{"shape":"RegisterDelegatedAdministratorRequest"},
855
+ "errors":[
856
+ {"shape":"AccessDeniedException"},
857
+ {"shape":"AccountAlreadyRegisteredException"},
858
+ {"shape":"AccountNotFoundException"},
859
+ {"shape":"AWSOrganizationsNotInUseException"},
860
+ {"shape":"ConcurrentModificationException"},
861
+ {"shape":"ConstraintViolationException"},
862
+ {"shape":"InvalidInputException"},
863
+ {"shape":"TooManyRequestsException"},
864
+ {"shape":"ServiceException"},
865
+ {"shape":"UnsupportedAPIEndpointException"}
866
+ ]
867
+ },
790
868
  "RemoveAccountFromOrganization":{
791
869
  "name":"RemoveAccountFromOrganization",
792
870
  "http":{
@@ -937,6 +1015,13 @@
937
1015
  "JoinedTimestamp":{"shape":"Timestamp"}
938
1016
  }
939
1017
  },
1018
+ "AccountAlreadyRegisteredException":{
1019
+ "type":"structure",
1020
+ "members":{
1021
+ "Message":{"shape":"ExceptionMessage"}
1022
+ },
1023
+ "exception":true
1024
+ },
940
1025
  "AccountArn":{
941
1026
  "type":"string",
942
1027
  "pattern":"^arn:aws:organizations::\\d{12}:account\\/o-[a-z0-9]{10,32}\\/\\d{12}"
@@ -966,6 +1051,13 @@
966
1051
  },
967
1052
  "exception":true
968
1053
  },
1054
+ "AccountNotRegisteredException":{
1055
+ "type":"structure",
1056
+ "members":{
1057
+ "Message":{"shape":"ExceptionMessage"}
1058
+ },
1059
+ "exception":true
1060
+ },
969
1061
  "AccountOwnerNotVerifiedException":{
970
1062
  "type":"structure",
971
1063
  "members":{
@@ -1094,7 +1186,11 @@
1094
1186
  "EMAIL_VERIFICATION_CODE_EXPIRED",
1095
1187
  "WAIT_PERIOD_ACTIVE",
1096
1188
  "MAX_TAG_LIMIT_EXCEEDED",
1097
- "TAG_POLICY_VIOLATION"
1189
+ "TAG_POLICY_VIOLATION",
1190
+ "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
1191
+ "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
1192
+ "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
1193
+ "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"
1098
1194
  ]
1099
1195
  },
1100
1196
  "CreateAccountFailureReason":{
@@ -1250,6 +1346,34 @@
1250
1346
  "Handshake":{"shape":"Handshake"}
1251
1347
  }
1252
1348
  },
1349
+ "DelegatedAdministrator":{
1350
+ "type":"structure",
1351
+ "members":{
1352
+ "Id":{"shape":"AccountId"},
1353
+ "Arn":{"shape":"AccountArn"},
1354
+ "Email":{"shape":"Email"},
1355
+ "Name":{"shape":"AccountName"},
1356
+ "Status":{"shape":"AccountStatus"},
1357
+ "JoinedMethod":{"shape":"AccountJoinedMethod"},
1358
+ "JoinedTimestamp":{"shape":"Timestamp"},
1359
+ "DelegationEnabledDate":{"shape":"Timestamp"}
1360
+ }
1361
+ },
1362
+ "DelegatedAdministrators":{
1363
+ "type":"list",
1364
+ "member":{"shape":"DelegatedAdministrator"}
1365
+ },
1366
+ "DelegatedService":{
1367
+ "type":"structure",
1368
+ "members":{
1369
+ "ServicePrincipal":{"shape":"ServicePrincipal"},
1370
+ "DelegationEnabledDate":{"shape":"Timestamp"}
1371
+ }
1372
+ },
1373
+ "DelegatedServices":{
1374
+ "type":"list",
1375
+ "member":{"shape":"DelegatedService"}
1376
+ },
1253
1377
  "DeleteOrganizationalUnitRequest":{
1254
1378
  "type":"structure",
1255
1379
  "required":["OrganizationalUnitId"],
@@ -1264,6 +1388,17 @@
1264
1388
  "PolicyId":{"shape":"PolicyId"}
1265
1389
  }
1266
1390
  },
1391
+ "DeregisterDelegatedAdministratorRequest":{
1392
+ "type":"structure",
1393
+ "required":[
1394
+ "AccountId",
1395
+ "ServicePrincipal"
1396
+ ],
1397
+ "members":{
1398
+ "AccountId":{"shape":"AccountId"},
1399
+ "ServicePrincipal":{"shape":"ServicePrincipal"}
1400
+ }
1401
+ },
1267
1402
  "DescribeAccountRequest":{
1268
1403
  "type":"structure",
1269
1404
  "required":["AccountId"],
@@ -1795,6 +1930,37 @@
1795
1930
  "NextToken":{"shape":"NextToken"}
1796
1931
  }
1797
1932
  },
1933
+ "ListDelegatedAdministratorsRequest":{
1934
+ "type":"structure",
1935
+ "members":{
1936
+ "ServicePrincipal":{"shape":"ServicePrincipal"},
1937
+ "NextToken":{"shape":"NextToken"},
1938
+ "MaxResults":{"shape":"MaxResults"}
1939
+ }
1940
+ },
1941
+ "ListDelegatedAdministratorsResponse":{
1942
+ "type":"structure",
1943
+ "members":{
1944
+ "DelegatedAdministrators":{"shape":"DelegatedAdministrators"},
1945
+ "NextToken":{"shape":"NextToken"}
1946
+ }
1947
+ },
1948
+ "ListDelegatedServicesForAccountRequest":{
1949
+ "type":"structure",
1950
+ "required":["AccountId"],
1951
+ "members":{
1952
+ "AccountId":{"shape":"AccountId"},
1953
+ "NextToken":{"shape":"NextToken"},
1954
+ "MaxResults":{"shape":"MaxResults"}
1955
+ }
1956
+ },
1957
+ "ListDelegatedServicesForAccountResponse":{
1958
+ "type":"structure",
1959
+ "members":{
1960
+ "DelegatedServices":{"shape":"DelegatedServices"},
1961
+ "NextToken":{"shape":"NextToken"}
1962
+ }
1963
+ },
1798
1964
  "ListHandshakesForAccountRequest":{
1799
1965
  "type":"structure",
1800
1966
  "members":{
@@ -2210,6 +2376,17 @@
2210
2376
  "type":"list",
2211
2377
  "member":{"shape":"PolicyTypeSummary"}
2212
2378
  },
2379
+ "RegisterDelegatedAdministratorRequest":{
2380
+ "type":"structure",
2381
+ "required":[
2382
+ "AccountId",
2383
+ "ServicePrincipal"
2384
+ ],
2385
+ "members":{
2386
+ "AccountId":{"shape":"AccountId"},
2387
+ "ServicePrincipal":{"shape":"ServicePrincipal"}
2388
+ }
2389
+ },
2213
2390
  "RemoveAccountFromOrganizationRequest":{
2214
2391
  "type":"structure",
2215
2392
  "required":["AccountId"],
@@ -25,6 +25,18 @@
25
25
  "limit_key": "MaxResults",
26
26
  "output_token": "NextToken"
27
27
  },
28
+ "ListDelegatedAdministrators": {
29
+ "input_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "output_token": "NextToken",
32
+ "result_key": "DelegatedAdministrators"
33
+ },
34
+ "ListDelegatedServicesForAccount": {
35
+ "input_token": "NextToken",
36
+ "limit_key": "MaxResults",
37
+ "output_token": "NextToken",
38
+ "result_key": "DelegatedServices"
39
+ },
28
40
  "ListHandshakesForAccount": {
29
41
  "input_token": "NextToken",
30
42
  "limit_key": "MaxResults",
@@ -1633,6 +1633,36 @@
1633
1633
  "eu-west-1" : { },
1634
1634
  "eu-west-2" : { },
1635
1635
  "eu-west-3" : { },
1636
+ "fips-ca-central-1" : {
1637
+ "credentialScope" : {
1638
+ "region" : "ca-central-1"
1639
+ },
1640
+ "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
1641
+ },
1642
+ "fips-us-east-1" : {
1643
+ "credentialScope" : {
1644
+ "region" : "us-east-1"
1645
+ },
1646
+ "hostname" : "elasticmapreduce-fips.us-east-1.amazonaws.com"
1647
+ },
1648
+ "fips-us-east-2" : {
1649
+ "credentialScope" : {
1650
+ "region" : "us-east-2"
1651
+ },
1652
+ "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com"
1653
+ },
1654
+ "fips-us-west-1" : {
1655
+ "credentialScope" : {
1656
+ "region" : "us-west-1"
1657
+ },
1658
+ "hostname" : "elasticmapreduce-fips.us-west-1.amazonaws.com"
1659
+ },
1660
+ "fips-us-west-2" : {
1661
+ "credentialScope" : {
1662
+ "region" : "us-west-2"
1663
+ },
1664
+ "hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com"
1665
+ },
1636
1666
  "me-south-1" : { },
1637
1667
  "sa-east-1" : { },
1638
1668
  "us-east-1" : {
@@ -3844,6 +3874,96 @@
3844
3874
  "eu-west-1" : { },
3845
3875
  "eu-west-2" : { },
3846
3876
  "eu-west-3" : { },
3877
+ "fips-ap-northeast-1" : {
3878
+ "credentialScope" : {
3879
+ "region" : "ap-northeast-1"
3880
+ },
3881
+ "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com"
3882
+ },
3883
+ "fips-ap-northeast-2" : {
3884
+ "credentialScope" : {
3885
+ "region" : "ap-northeast-2"
3886
+ },
3887
+ "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
3888
+ },
3889
+ "fips-ap-south-1" : {
3890
+ "credentialScope" : {
3891
+ "region" : "ap-south-1"
3892
+ },
3893
+ "hostname" : "snowball-fips.ap-south-1.amazonaws.com"
3894
+ },
3895
+ "fips-ap-southeast-1" : {
3896
+ "credentialScope" : {
3897
+ "region" : "ap-southeast-1"
3898
+ },
3899
+ "hostname" : "snowball-fips.ap-southeast-1.amazonaws.com"
3900
+ },
3901
+ "fips-ap-southeast-2" : {
3902
+ "credentialScope" : {
3903
+ "region" : "ap-southeast-2"
3904
+ },
3905
+ "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com"
3906
+ },
3907
+ "fips-ca-central-1" : {
3908
+ "credentialScope" : {
3909
+ "region" : "ca-central-1"
3910
+ },
3911
+ "hostname" : "snowball-fips.ca-central-1.amazonaws.com"
3912
+ },
3913
+ "fips-eu-central-1" : {
3914
+ "credentialScope" : {
3915
+ "region" : "eu-central-1"
3916
+ },
3917
+ "hostname" : "snowball-fips.eu-central-1.amazonaws.com"
3918
+ },
3919
+ "fips-eu-west-1" : {
3920
+ "credentialScope" : {
3921
+ "region" : "eu-west-1"
3922
+ },
3923
+ "hostname" : "snowball-fips.eu-west-1.amazonaws.com"
3924
+ },
3925
+ "fips-eu-west-2" : {
3926
+ "credentialScope" : {
3927
+ "region" : "eu-west-2"
3928
+ },
3929
+ "hostname" : "snowball-fips.eu-west-2.amazonaws.com"
3930
+ },
3931
+ "fips-eu-west-3" : {
3932
+ "credentialScope" : {
3933
+ "region" : "eu-west-3"
3934
+ },
3935
+ "hostname" : "snowball-fips.eu-west-3.amazonaws.com"
3936
+ },
3937
+ "fips-sa-east-1" : {
3938
+ "credentialScope" : {
3939
+ "region" : "sa-east-1"
3940
+ },
3941
+ "hostname" : "snowball-fips.sa-east-1.amazonaws.com"
3942
+ },
3943
+ "fips-us-east-1" : {
3944
+ "credentialScope" : {
3945
+ "region" : "us-east-1"
3946
+ },
3947
+ "hostname" : "snowball-fips.us-east-1.amazonaws.com"
3948
+ },
3949
+ "fips-us-east-2" : {
3950
+ "credentialScope" : {
3951
+ "region" : "us-east-2"
3952
+ },
3953
+ "hostname" : "snowball-fips.us-east-2.amazonaws.com"
3954
+ },
3955
+ "fips-us-west-1" : {
3956
+ "credentialScope" : {
3957
+ "region" : "us-west-1"
3958
+ },
3959
+ "hostname" : "snowball-fips.us-west-1.amazonaws.com"
3960
+ },
3961
+ "fips-us-west-2" : {
3962
+ "credentialScope" : {
3963
+ "region" : "us-west-2"
3964
+ },
3965
+ "hostname" : "snowball-fips.us-west-2.amazonaws.com"
3966
+ },
3847
3967
  "sa-east-1" : { },
3848
3968
  "us-east-1" : { },
3849
3969
  "us-east-2" : { },
@@ -4797,7 +4917,13 @@
4797
4917
  },
4798
4918
  "snowball" : {
4799
4919
  "endpoints" : {
4800
- "cn-north-1" : { }
4920
+ "cn-north-1" : { },
4921
+ "fips-cn-north-1" : {
4922
+ "credentialScope" : {
4923
+ "region" : "cn-north-1"
4924
+ },
4925
+ "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn"
4926
+ }
4801
4927
  }
4802
4928
  },
4803
4929
  "sns" : {
@@ -5625,6 +5751,18 @@
5625
5751
  },
5626
5752
  "snowball" : {
5627
5753
  "endpoints" : {
5754
+ "fips-us-gov-east-1" : {
5755
+ "credentialScope" : {
5756
+ "region" : "us-gov-east-1"
5757
+ },
5758
+ "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com"
5759
+ },
5760
+ "fips-us-gov-west-1" : {
5761
+ "credentialScope" : {
5762
+ "region" : "us-gov-west-1"
5763
+ },
5764
+ "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com"
5765
+ },
5628
5766
  "us-gov-east-1" : { },
5629
5767
  "us-gov-west-1" : { }
5630
5768
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.474'
2
+ VERSION = '2.11.475'
3
3
  end
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.474
4
+ version: 2.11.475
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: 2020-03-23 00:00:00.000000000 Z
11
+ date: 2020-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath