aws-sdk-core 2.11.264 → 2.11.265

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,9 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListJobs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
3
8
  }
4
9
  }
@@ -26,6 +26,21 @@
26
26
  {"shape":"LimitExceededException"}
27
27
  ]
28
28
  },
29
+ "AssociateBudgetWithResource":{
30
+ "name":"AssociateBudgetWithResource",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"AssociateBudgetWithResourceInput"},
36
+ "output":{"shape":"AssociateBudgetWithResourceOutput"},
37
+ "errors":[
38
+ {"shape":"InvalidParametersException"},
39
+ {"shape":"DuplicateResourceException"},
40
+ {"shape":"LimitExceededException"},
41
+ {"shape":"ResourceNotFoundException"}
42
+ ]
43
+ },
29
44
  "AssociatePrincipalWithPortfolio":{
30
45
  "name":"AssociatePrincipalWithPortfolio",
31
46
  "http":{
@@ -535,6 +550,18 @@
535
550
  {"shape":"OperationNotSupportedException"}
536
551
  ]
537
552
  },
553
+ "DisassociateBudgetFromResource":{
554
+ "name":"DisassociateBudgetFromResource",
555
+ "http":{
556
+ "method":"POST",
557
+ "requestUri":"/"
558
+ },
559
+ "input":{"shape":"DisassociateBudgetFromResourceInput"},
560
+ "output":{"shape":"DisassociateBudgetFromResourceOutput"},
561
+ "errors":[
562
+ {"shape":"ResourceNotFoundException"}
563
+ ]
564
+ },
538
565
  "DisassociatePrincipalFromPortfolio":{
539
566
  "name":"DisassociatePrincipalFromPortfolio",
540
567
  "http":{
@@ -655,6 +682,19 @@
655
682
  {"shape":"OperationNotSupportedException"}
656
683
  ]
657
684
  },
685
+ "ListBudgetsForResource":{
686
+ "name":"ListBudgetsForResource",
687
+ "http":{
688
+ "method":"POST",
689
+ "requestUri":"/"
690
+ },
691
+ "input":{"shape":"ListBudgetsForResourceInput"},
692
+ "output":{"shape":"ListBudgetsForResourceOutput"},
693
+ "errors":[
694
+ {"shape":"ResourceNotFoundException"},
695
+ {"shape":"InvalidParametersException"}
696
+ ]
697
+ },
658
698
  "ListConstraintsForPortfolio":{
659
699
  "name":"ListConstraintsForPortfolio",
660
700
  "http":{
@@ -1094,6 +1134,22 @@
1094
1134
  "member":{"shape":"AllowedValue"}
1095
1135
  },
1096
1136
  "ApproximateCount":{"type":"integer"},
1137
+ "AssociateBudgetWithResourceInput":{
1138
+ "type":"structure",
1139
+ "required":[
1140
+ "BudgetName",
1141
+ "ResourceId"
1142
+ ],
1143
+ "members":{
1144
+ "BudgetName":{"shape":"BudgetName"},
1145
+ "ResourceId":{"shape":"Id"}
1146
+ }
1147
+ },
1148
+ "AssociateBudgetWithResourceOutput":{
1149
+ "type":"structure",
1150
+ "members":{
1151
+ }
1152
+ },
1097
1153
  "AssociatePrincipalWithPortfolioInput":{
1098
1154
  "type":"structure",
1099
1155
  "required":[
@@ -1195,6 +1251,21 @@
1195
1251
  "FailedServiceActionAssociations":{"shape":"FailedServiceActionAssociations"}
1196
1252
  }
1197
1253
  },
1254
+ "BudgetDetail":{
1255
+ "type":"structure",
1256
+ "members":{
1257
+ "BudgetName":{"shape":"BudgetName"}
1258
+ }
1259
+ },
1260
+ "BudgetName":{
1261
+ "type":"string",
1262
+ "max":100,
1263
+ "min":1
1264
+ },
1265
+ "Budgets":{
1266
+ "type":"list",
1267
+ "member":{"shape":"BudgetDetail"}
1268
+ },
1198
1269
  "CausingEntity":{"type":"string"},
1199
1270
  "ChangeAction":{
1200
1271
  "type":"string",
@@ -1359,7 +1430,7 @@
1359
1430
  "CreatePortfolioShareOutput":{
1360
1431
  "type":"structure",
1361
1432
  "members":{
1362
- "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1433
+ "PortfolioShareToken":{"shape":"Id"}
1363
1434
  }
1364
1435
  },
1365
1436
  "CreateProductInput":{
@@ -1544,7 +1615,7 @@
1544
1615
  "DeletePortfolioShareOutput":{
1545
1616
  "type":"structure",
1546
1617
  "members":{
1547
- "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1618
+ "PortfolioShareToken":{"shape":"Id"}
1548
1619
  }
1549
1620
  },
1550
1621
  "DeleteProductInput":{
@@ -1661,20 +1732,21 @@
1661
1732
  "members":{
1662
1733
  "PortfolioDetail":{"shape":"PortfolioDetail"},
1663
1734
  "Tags":{"shape":"Tags"},
1664
- "TagOptions":{"shape":"TagOptionDetails"}
1735
+ "TagOptions":{"shape":"TagOptionDetails"},
1736
+ "Budgets":{"shape":"Budgets"}
1665
1737
  }
1666
1738
  },
1667
1739
  "DescribePortfolioShareStatusInput":{
1668
1740
  "type":"structure",
1669
1741
  "required":["PortfolioShareToken"],
1670
1742
  "members":{
1671
- "PortfolioShareToken":{"shape":"PortfolioShareToken"}
1743
+ "PortfolioShareToken":{"shape":"Id"}
1672
1744
  }
1673
1745
  },
1674
1746
  "DescribePortfolioShareStatusOutput":{
1675
1747
  "type":"structure",
1676
1748
  "members":{
1677
- "PortfolioShareToken":{"shape":"PortfolioShareToken"},
1749
+ "PortfolioShareToken":{"shape":"Id"},
1678
1750
  "PortfolioId":{"shape":"Id"},
1679
1751
  "OrganizationNodeValue":{"shape":"OrganizationNodeValue"},
1680
1752
  "Status":{"shape":"ShareStatus"},
@@ -1695,7 +1767,8 @@
1695
1767
  "ProductViewDetail":{"shape":"ProductViewDetail"},
1696
1768
  "ProvisioningArtifactSummaries":{"shape":"ProvisioningArtifactSummaries"},
1697
1769
  "Tags":{"shape":"Tags"},
1698
- "TagOptions":{"shape":"TagOptionDetails"}
1770
+ "TagOptions":{"shape":"TagOptionDetails"},
1771
+ "Budgets":{"shape":"Budgets"}
1699
1772
  }
1700
1773
  },
1701
1774
  "DescribeProductInput":{
@@ -1710,7 +1783,8 @@
1710
1783
  "type":"structure",
1711
1784
  "members":{
1712
1785
  "ProductViewSummary":{"shape":"ProductViewSummary"},
1713
- "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
1786
+ "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"},
1787
+ "Budgets":{"shape":"Budgets"}
1714
1788
  }
1715
1789
  },
1716
1790
  "DescribeProductViewInput":{
@@ -1861,6 +1935,23 @@
1861
1935
  "members":{
1862
1936
  }
1863
1937
  },
1938
+ "DisableTemplateValidation":{"type":"boolean"},
1939
+ "DisassociateBudgetFromResourceInput":{
1940
+ "type":"structure",
1941
+ "required":[
1942
+ "BudgetName",
1943
+ "ResourceId"
1944
+ ],
1945
+ "members":{
1946
+ "BudgetName":{"shape":"BudgetName"},
1947
+ "ResourceId":{"shape":"Id"}
1948
+ }
1949
+ },
1950
+ "DisassociateBudgetFromResourceOutput":{
1951
+ "type":"structure",
1952
+ "members":{
1953
+ }
1954
+ },
1864
1955
  "DisassociatePrincipalFromPortfolioInput":{
1865
1956
  "type":"structure",
1866
1957
  "required":[
@@ -2090,6 +2181,23 @@
2090
2181
  "NextPageToken":{"shape":"PageToken"}
2091
2182
  }
2092
2183
  },
2184
+ "ListBudgetsForResourceInput":{
2185
+ "type":"structure",
2186
+ "required":["ResourceId"],
2187
+ "members":{
2188
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2189
+ "ResourceId":{"shape":"Id"},
2190
+ "PageSize":{"shape":"PageSize"},
2191
+ "PageToken":{"shape":"PageToken"}
2192
+ }
2193
+ },
2194
+ "ListBudgetsForResourceOutput":{
2195
+ "type":"structure",
2196
+ "members":{
2197
+ "Budgets":{"shape":"Budgets"},
2198
+ "NextPageToken":{"shape":"PageToken"}
2199
+ }
2200
+ },
2093
2201
  "ListConstraintsForPortfolioInput":{
2094
2202
  "type":"structure",
2095
2203
  "required":["PortfolioId"],
@@ -2466,7 +2574,6 @@
2466
2574
  "min":1
2467
2575
  },
2468
2576
  "PortfolioName":{"type":"string"},
2469
- "PortfolioShareToken":{"type":"string"},
2470
2577
  "PortfolioShareType":{
2471
2578
  "type":"string",
2472
2579
  "enum":[
@@ -2839,7 +2946,8 @@
2839
2946
  "Name":{"shape":"ProvisioningArtifactName"},
2840
2947
  "Description":{"shape":"ProvisioningArtifactDescription"},
2841
2948
  "Info":{"shape":"ProvisioningArtifactInfo"},
2842
- "Type":{"shape":"ProvisioningArtifactType"}
2949
+ "Type":{"shape":"ProvisioningArtifactType"},
2950
+ "DisableTemplateValidation":{"shape":"DisableTemplateValidation"}
2843
2951
  }
2844
2952
  },
2845
2953
  "ProvisioningArtifactPropertyName":{
@@ -5,6 +5,11 @@
5
5
  "output_token": "NextPageToken",
6
6
  "limit_key": "PageSize"
7
7
  },
8
+ "ListBudgetsForResource": {
9
+ "input_token": "PageToken",
10
+ "output_token": "NextPageToken",
11
+ "limit_key": "PageSize"
12
+ },
8
13
  "ListConstraintsForPortfolio": {
9
14
  "input_token": "PageToken",
10
15
  "output_token": "NextPageToken",
@@ -1319,11 +1319,15 @@
1319
1319
  },
1320
1320
  "endpoints" : {
1321
1321
  "ap-northeast-1" : { },
1322
+ "ap-northeast-2" : { },
1323
+ "ap-southeast-1" : { },
1322
1324
  "ap-southeast-2" : { },
1323
1325
  "eu-central-1" : { },
1324
1326
  "eu-west-1" : { },
1327
+ "eu-west-2" : { },
1325
1328
  "us-east-1" : { },
1326
1329
  "us-east-2" : { },
1330
+ "us-west-1" : { },
1327
1331
  "us-west-2" : { }
1328
1332
  }
1329
1333
  },
@@ -128,6 +128,7 @@ module Aws
128
128
  MTurk
129
129
  MachineLearning
130
130
  Macie
131
+ ManagedBlockchain
131
132
  MarketplaceCommerceAnalytics
132
133
  MarketplaceEntitlementService
133
134
  MarketplaceMetering
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ManagedBlockchain, {
2
+ api: "#{Aws::API_DIR}/managedblockchain/2018-09-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/managedblockchain/2018-09-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/managedblockchain/2018-09-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/managedblockchain/2018-09-24/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.264'
2
+ VERSION = '2.11.265'
3
3
  end
@@ -418,6 +418,10 @@
418
418
  "models": "macie/2017-12-19",
419
419
  "endpoint": "macie"
420
420
  },
421
+ "ManagedBlockchain": {
422
+ "models": "managedblockchain/2018-09-24",
423
+ "endpoint": "managedblockchain"
424
+ },
421
425
  "MarketplaceCommerceAnalytics": {
422
426
  "models": "marketplacecommerceanalytics/2015-07-01",
423
427
  "endpoint": "marketplacecommerceanalytics"
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.264
4
+ version: 2.11.265
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-04-29 00:00:00.000000000 Z
11
+ date: 2019-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -482,6 +482,9 @@ files:
482
482
  - apis/macie/2017-12-19/api-2.json
483
483
  - apis/macie/2017-12-19/examples-1.json
484
484
  - apis/macie/2017-12-19/paginators-1.json
485
+ - apis/managedblockchain/2018-09-24/api-2.json
486
+ - apis/managedblockchain/2018-09-24/examples-1.json
487
+ - apis/managedblockchain/2018-09-24/paginators-1.json
485
488
  - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
486
489
  - apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
487
490
  - apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
@@ -521,6 +524,7 @@ files:
521
524
  - apis/neptune/2014-10-31/api-2.json
522
525
  - apis/neptune/2014-10-31/examples-1.json
523
526
  - apis/neptune/2014-10-31/paginators-1.json
527
+ - apis/neptune/2014-10-31/smoke.json
524
528
  - apis/neptune/2014-10-31/waiters-2.json
525
529
  - apis/opsworks/2013-02-18/api-2.json
526
530
  - apis/opsworks/2013-02-18/examples-1.json
@@ -892,6 +896,7 @@ files:
892
896
  - lib/aws-sdk-core/log/param_formatter.rb
893
897
  - lib/aws-sdk-core/machinelearning.rb
894
898
  - lib/aws-sdk-core/macie.rb
899
+ - lib/aws-sdk-core/managedblockchain.rb
895
900
  - lib/aws-sdk-core/marketplacecommerceanalytics.rb
896
901
  - lib/aws-sdk-core/marketplaceentitlementservice.rb
897
902
  - lib/aws-sdk-core/marketplacemetering.rb