aws-sdk-core 2.11.161 → 2.11.162

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
  SHA1:
3
- metadata.gz: 9e280e4414e26bc0c5ec0ea39e23b08a2430e682
4
- data.tar.gz: ede78ca53b3980c8ca88c89410ab31d6acc0f18b
3
+ metadata.gz: 4233a69668cf203fd44c21add7a8d3d917047ae1
4
+ data.tar.gz: d85db8068db8ffe6a1ac7d15a970abde9a6767db
5
5
  SHA512:
6
- metadata.gz: 4d5fe738abdfc24921db89e500eb83c32a6dae8a34766e7ed7b972c6e60031f18dae86d1d82d196d4cd4b41886a5bbda18fb17f4adf86cc3adcfe42fd9035730
7
- data.tar.gz: 3a12b071cc2e11d02b211a030b8f59338ef506dc939de98a9ac001f75ed3a37ba34945108dd3c9373e6314cbb72434e333cceb25f6024e047e989c171164efac
6
+ metadata.gz: 4eb091d79fcd3f9f1ce49c45bf027c23ed078f15c3542f06e2c54b13cedb728a55a67bb170e646da7f898952b0f6b1542ac0578d7f5e44572a4b2fc1fd78dc96
7
+ data.tar.gz: fd0392b89918ec922b0763f7bb0d9acfbaefdf48cb3e25400bb87448c7ddcf8a0615c0251c6314ea8a33dbbfdd5b7d286697bdc11798619ef0e29924eade7ce8
@@ -162,7 +162,8 @@
162
162
  "errors":[
163
163
  {"shape":"ResourceNotFoundException"},
164
164
  {"shape":"LimitExceededException"},
165
- {"shape":"InvalidParametersException"}
165
+ {"shape":"InvalidParametersException"},
166
+ {"shape":"OperationNotSupportedException"}
166
167
  ]
167
168
  },
168
169
  "CreateProduct":{
@@ -271,7 +272,9 @@
271
272
  "input":{"shape":"DeletePortfolioShareInput"},
272
273
  "output":{"shape":"DeletePortfolioShareOutput"},
273
274
  "errors":[
274
- {"shape":"ResourceNotFoundException"}
275
+ {"shape":"ResourceNotFoundException"},
276
+ {"shape":"InvalidParametersException"},
277
+ {"shape":"OperationNotSupportedException"}
275
278
  ]
276
279
  },
277
280
  "DeleteProduct":{
@@ -379,6 +382,20 @@
379
382
  {"shape":"ResourceNotFoundException"}
380
383
  ]
381
384
  },
385
+ "DescribePortfolioShareStatus":{
386
+ "name":"DescribePortfolioShareStatus",
387
+ "http":{
388
+ "method":"POST",
389
+ "requestUri":"/"
390
+ },
391
+ "input":{"shape":"DescribePortfolioShareStatusInput"},
392
+ "output":{"shape":"DescribePortfolioShareStatusOutput"},
393
+ "errors":[
394
+ {"shape":"ResourceNotFoundException"},
395
+ {"shape":"InvalidParametersException"},
396
+ {"shape":"OperationNotSupportedException"}
397
+ ]
398
+ },
382
399
  "DescribeProduct":{
383
400
  "name":"DescribeProduct",
384
401
  "http":{
@@ -504,6 +521,20 @@
504
521
  {"shape":"ResourceNotFoundException"}
505
522
  ]
506
523
  },
524
+ "DisableAWSOrganizationsAccess":{
525
+ "name":"DisableAWSOrganizationsAccess",
526
+ "http":{
527
+ "method":"POST",
528
+ "requestUri":"/"
529
+ },
530
+ "input":{"shape":"DisableAWSOrganizationsAccessInput"},
531
+ "output":{"shape":"DisableAWSOrganizationsAccessOutput"},
532
+ "errors":[
533
+ {"shape":"ResourceNotFoundException"},
534
+ {"shape":"InvalidStateException"},
535
+ {"shape":"OperationNotSupportedException"}
536
+ ]
537
+ },
507
538
  "DisassociatePrincipalFromPortfolio":{
508
539
  "name":"DisassociatePrincipalFromPortfolio",
509
540
  "http":{
@@ -556,6 +587,20 @@
556
587
  {"shape":"ResourceNotFoundException"}
557
588
  ]
558
589
  },
590
+ "EnableAWSOrganizationsAccess":{
591
+ "name":"EnableAWSOrganizationsAccess",
592
+ "http":{
593
+ "method":"POST",
594
+ "requestUri":"/"
595
+ },
596
+ "input":{"shape":"EnableAWSOrganizationsAccessInput"},
597
+ "output":{"shape":"EnableAWSOrganizationsAccessOutput"},
598
+ "errors":[
599
+ {"shape":"ResourceNotFoundException"},
600
+ {"shape":"InvalidStateException"},
601
+ {"shape":"OperationNotSupportedException"}
602
+ ]
603
+ },
559
604
  "ExecuteProvisionedProductPlan":{
560
605
  "name":"ExecuteProvisionedProductPlan",
561
606
  "http":{
@@ -584,6 +629,19 @@
584
629
  {"shape":"InvalidStateException"}
585
630
  ]
586
631
  },
632
+ "GetAWSOrganizationsAccessStatus":{
633
+ "name":"GetAWSOrganizationsAccessStatus",
634
+ "http":{
635
+ "method":"POST",
636
+ "requestUri":"/"
637
+ },
638
+ "input":{"shape":"GetAWSOrganizationsAccessStatusInput"},
639
+ "output":{"shape":"GetAWSOrganizationsAccessStatusOutput"},
640
+ "errors":[
641
+ {"shape":"ResourceNotFoundException"},
642
+ {"shape":"OperationNotSupportedException"}
643
+ ]
644
+ },
587
645
  "ListAcceptedPortfolioShares":{
588
646
  "name":"ListAcceptedPortfolioShares",
589
647
  "http":{
@@ -593,7 +651,8 @@
593
651
  "input":{"shape":"ListAcceptedPortfolioSharesInput"},
594
652
  "output":{"shape":"ListAcceptedPortfolioSharesOutput"},
595
653
  "errors":[
596
- {"shape":"InvalidParametersException"}
654
+ {"shape":"InvalidParametersException"},
655
+ {"shape":"OperationNotSupportedException"}
597
656
  ]
598
657
  },
599
658
  "ListConstraintsForPortfolio":{
@@ -622,6 +681,20 @@
622
681
  {"shape":"ResourceNotFoundException"}
623
682
  ]
624
683
  },
684
+ "ListOrganizationPortfolioAccess":{
685
+ "name":"ListOrganizationPortfolioAccess",
686
+ "http":{
687
+ "method":"POST",
688
+ "requestUri":"/"
689
+ },
690
+ "input":{"shape":"ListOrganizationPortfolioAccessInput"},
691
+ "output":{"shape":"ListOrganizationPortfolioAccessOutput"},
692
+ "errors":[
693
+ {"shape":"ResourceNotFoundException"},
694
+ {"shape":"InvalidParametersException"},
695
+ {"shape":"OperationNotSupportedException"}
696
+ ]
697
+ },
625
698
  "ListPortfolioAccess":{
626
699
  "name":"ListPortfolioAccess",
627
700
  "http":{
@@ -969,7 +1042,8 @@
969
1042
  "required":["PortfolioId"],
970
1043
  "members":{
971
1044
  "AcceptLanguage":{"shape":"AcceptLanguage"},
972
- "PortfolioId":{"shape":"Id"}
1045
+ "PortfolioId":{"shape":"Id"},
1046
+ "PortfolioShareType":{"shape":"PortfolioShareType"}
973
1047
  }
974
1048
  },
975
1049
  "AcceptPortfolioShareOutput":{
@@ -993,6 +1067,14 @@
993
1067
  ]
994
1068
  },
995
1069
  "AccessLevelFilterValue":{"type":"string"},
1070
+ "AccessStatus":{
1071
+ "type":"string",
1072
+ "enum":[
1073
+ "ENABLED",
1074
+ "UNDER_CHANGE",
1075
+ "DISABLED"
1076
+ ]
1077
+ },
996
1078
  "AccountId":{
997
1079
  "type":"string",
998
1080
  "pattern":"^[0-9]{12}$"
@@ -1266,19 +1348,18 @@
1266
1348
  },
1267
1349
  "CreatePortfolioShareInput":{
1268
1350
  "type":"structure",
1269
- "required":[
1270
- "PortfolioId",
1271
- "AccountId"
1272
- ],
1351
+ "required":["PortfolioId"],
1273
1352
  "members":{
1274
1353
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1275
1354
  "PortfolioId":{"shape":"Id"},
1276
- "AccountId":{"shape":"AccountId"}
1355
+ "AccountId":{"shape":"AccountId"},
1356
+ "OrganizationNode":{"shape":"OrganizationNode"}
1277
1357
  }
1278
1358
  },
1279
1359
  "CreatePortfolioShareOutput":{
1280
1360
  "type":"structure",
1281
1361
  "members":{
1362
+ "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1282
1363
  }
1283
1364
  },
1284
1365
  "CreateProductInput":{
@@ -1452,19 +1533,18 @@
1452
1533
  },
1453
1534
  "DeletePortfolioShareInput":{
1454
1535
  "type":"structure",
1455
- "required":[
1456
- "PortfolioId",
1457
- "AccountId"
1458
- ],
1536
+ "required":["PortfolioId"],
1459
1537
  "members":{
1460
1538
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1461
1539
  "PortfolioId":{"shape":"Id"},
1462
- "AccountId":{"shape":"AccountId"}
1540
+ "AccountId":{"shape":"AccountId"},
1541
+ "OrganizationNode":{"shape":"OrganizationNode"}
1463
1542
  }
1464
1543
  },
1465
1544
  "DeletePortfolioShareOutput":{
1466
1545
  "type":"structure",
1467
1546
  "members":{
1547
+ "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1468
1548
  }
1469
1549
  },
1470
1550
  "DeleteProductInput":{
@@ -1584,6 +1664,23 @@
1584
1664
  "TagOptions":{"shape":"TagOptionDetails"}
1585
1665
  }
1586
1666
  },
1667
+ "DescribePortfolioShareStatusInput":{
1668
+ "type":"structure",
1669
+ "required":["PortfolioShareToken"],
1670
+ "members":{
1671
+ "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1672
+ }
1673
+ },
1674
+ "DescribePortfolioShareStatusOutput":{
1675
+ "type":"structure",
1676
+ "members":{
1677
+ "PortfolioShareToken":{"shape":"PortfolioShareToken"},
1678
+ "PortfolioId":{"shape":"Id"},
1679
+ "OrganizationNodeValue":{"shape":"OrganizationNodeValue"},
1680
+ "Status":{"shape":"ShareStatus"},
1681
+ "ShareDetails":{"shape":"ShareDetails"}
1682
+ }
1683
+ },
1587
1684
  "DescribeProductAsAdminInput":{
1588
1685
  "type":"structure",
1589
1686
  "required":["Id"],
@@ -1753,6 +1850,16 @@
1753
1850
  }
1754
1851
  },
1755
1852
  "Description":{"type":"string"},
1853
+ "DisableAWSOrganizationsAccessInput":{
1854
+ "type":"structure",
1855
+ "members":{
1856
+ }
1857
+ },
1858
+ "DisableAWSOrganizationsAccessOutput":{
1859
+ "type":"structure",
1860
+ "members":{
1861
+ }
1862
+ },
1756
1863
  "DisassociatePrincipalFromPortfolioInput":{
1757
1864
  "type":"structure",
1758
1865
  "required":[
@@ -1828,6 +1935,17 @@
1828
1935
  },
1829
1936
  "exception":true
1830
1937
  },
1938
+ "EnableAWSOrganizationsAccessInput":{
1939
+ "type":"structure",
1940
+ "members":{
1941
+ }
1942
+ },
1943
+ "EnableAWSOrganizationsAccessOutput":{
1944
+ "type":"structure",
1945
+ "members":{
1946
+ }
1947
+ },
1948
+ "Error":{"type":"string"},
1831
1949
  "ErrorCode":{"type":"string"},
1832
1950
  "ErrorDescription":{"type":"string"},
1833
1951
  "EvaluationType":{
@@ -1896,6 +2014,17 @@
1896
2014
  "member":{"shape":"FailedServiceActionAssociation"},
1897
2015
  "max":50
1898
2016
  },
2017
+ "GetAWSOrganizationsAccessStatusInput":{
2018
+ "type":"structure",
2019
+ "members":{
2020
+ }
2021
+ },
2022
+ "GetAWSOrganizationsAccessStatusOutput":{
2023
+ "type":"structure",
2024
+ "members":{
2025
+ "AccessStatus":{"shape":"AccessStatus"}
2026
+ }
2027
+ },
1899
2028
  "HasDefaultPath":{"type":"boolean"},
1900
2029
  "Id":{
1901
2030
  "type":"string",
@@ -1995,6 +2124,27 @@
1995
2124
  "NextPageToken":{"shape":"PageToken"}
1996
2125
  }
1997
2126
  },
2127
+ "ListOrganizationPortfolioAccessInput":{
2128
+ "type":"structure",
2129
+ "required":[
2130
+ "PortfolioId",
2131
+ "OrganizationNodeType"
2132
+ ],
2133
+ "members":{
2134
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2135
+ "PortfolioId":{"shape":"Id"},
2136
+ "OrganizationNodeType":{"shape":"OrganizationNodeType"},
2137
+ "PageToken":{"shape":"PageToken"},
2138
+ "PageSize":{"shape":"PageSize"}
2139
+ }
2140
+ },
2141
+ "ListOrganizationPortfolioAccessOutput":{
2142
+ "type":"structure",
2143
+ "members":{
2144
+ "OrganizationNodes":{"shape":"OrganizationNodes"},
2145
+ "NextPageToken":{"shape":"PageToken"}
2146
+ }
2147
+ },
1998
2148
  "ListPortfolioAccessInput":{
1999
2149
  "type":"structure",
2000
2150
  "required":["PortfolioId"],
@@ -2209,6 +2359,11 @@
2209
2359
  }
2210
2360
  },
2211
2361
  "LogicalResourceId":{"type":"string"},
2362
+ "Message":{"type":"string"},
2363
+ "Namespaces":{
2364
+ "type":"list",
2365
+ "member":{"shape":"AccountId"}
2366
+ },
2212
2367
  "NoEcho":{"type":"boolean"},
2213
2368
  "NotificationArn":{
2214
2369
  "type":"string",
@@ -2221,6 +2376,35 @@
2221
2376
  "member":{"shape":"NotificationArn"},
2222
2377
  "max":5
2223
2378
  },
2379
+ "OperationNotSupportedException":{
2380
+ "type":"structure",
2381
+ "members":{
2382
+ },
2383
+ "exception":true
2384
+ },
2385
+ "OrganizationNode":{
2386
+ "type":"structure",
2387
+ "members":{
2388
+ "Type":{"shape":"OrganizationNodeType"},
2389
+ "Value":{"shape":"OrganizationNodeValue"}
2390
+ }
2391
+ },
2392
+ "OrganizationNodeType":{
2393
+ "type":"string",
2394
+ "enum":[
2395
+ "ORGANIZATION",
2396
+ "ORGANIZATIONAL_UNIT",
2397
+ "ACCOUNT"
2398
+ ]
2399
+ },
2400
+ "OrganizationNodeValue":{
2401
+ "type":"string",
2402
+ "pattern":"(^[0-9]{12}$)|(^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32})|(^o-[a-z0-9]{10,32}$)|(^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}$)|(^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)"
2403
+ },
2404
+ "OrganizationNodes":{
2405
+ "type":"list",
2406
+ "member":{"shape":"OrganizationNode"}
2407
+ },
2224
2408
  "OutputKey":{"type":"string"},
2225
2409
  "OutputValue":{"type":"string"},
2226
2410
  "PageSize":{
@@ -2281,11 +2465,13 @@
2281
2465
  "min":1
2282
2466
  },
2283
2467
  "PortfolioName":{"type":"string"},
2468
+ "PortfolioShareToken":{"type":"string"},
2284
2469
  "PortfolioShareType":{
2285
2470
  "type":"string",
2286
2471
  "enum":[
2287
2472
  "IMPORTED",
2288
- "AWS_SERVICECATALOG"
2473
+ "AWS_SERVICECATALOG",
2474
+ "AWS_ORGANIZATIONS"
2289
2475
  ]
2290
2476
  },
2291
2477
  "Principal":{
@@ -2785,7 +2971,8 @@
2785
2971
  "required":["PortfolioId"],
2786
2972
  "members":{
2787
2973
  "AcceptLanguage":{"shape":"AcceptLanguage"},
2788
- "PortfolioId":{"shape":"Id"}
2974
+ "PortfolioId":{"shape":"Id"},
2975
+ "PortfolioShareType":{"shape":"PortfolioShareType"}
2789
2976
  }
2790
2977
  },
2791
2978
  "RejectPortfolioShareOutput":{
@@ -3069,6 +3256,35 @@
3069
3256
  "DefinitionType":{"shape":"ServiceActionDefinitionType"}
3070
3257
  }
3071
3258
  },
3259
+ "ShareDetails":{
3260
+ "type":"structure",
3261
+ "members":{
3262
+ "SuccessfulShares":{"shape":"SuccessfulShares"},
3263
+ "ShareErrors":{"shape":"ShareErrors"}
3264
+ }
3265
+ },
3266
+ "ShareError":{
3267
+ "type":"structure",
3268
+ "members":{
3269
+ "Accounts":{"shape":"Namespaces"},
3270
+ "Message":{"shape":"Message"},
3271
+ "Error":{"shape":"Error"}
3272
+ }
3273
+ },
3274
+ "ShareErrors":{
3275
+ "type":"list",
3276
+ "member":{"shape":"ShareError"}
3277
+ },
3278
+ "ShareStatus":{
3279
+ "type":"string",
3280
+ "enum":[
3281
+ "NOT_STARTED",
3282
+ "IN_PROGRESS",
3283
+ "COMPLETED",
3284
+ "COMPLETED_WITH_ERRORS",
3285
+ "ERROR"
3286
+ ]
3287
+ },
3072
3288
  "SortField":{"type":"string"},
3073
3289
  "SortOrder":{
3074
3290
  "type":"string",
@@ -3099,6 +3315,10 @@
3099
3315
  "type":"string",
3100
3316
  "pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
3101
3317
  },
3318
+ "SuccessfulShares":{
3319
+ "type":"list",
3320
+ "member":{"shape":"AccountId"}
3321
+ },
3102
3322
  "SupportDescription":{
3103
3323
  "type":"string",
3104
3324
  "max":8191
@@ -15,6 +15,11 @@
15
15
  "output_token": "NextPageToken",
16
16
  "limit_key": "PageSize"
17
17
  },
18
+ "ListOrganizationPortfolioAccess": {
19
+ "input_token": "PageToken",
20
+ "output_token": "NextPageToken",
21
+ "limit_key": "PageSize"
22
+ },
18
23
  "ListPortfolios": {
19
24
  "input_token": "PageToken",
20
25
  "output_token": "NextPageToken",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.161'
2
+ VERSION = '2.11.162'
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.161
4
+ version: 2.11.162
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: 2018-10-31 00:00:00.000000000 Z
11
+ date: 2018-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath