aws-sdk-core 2.9.40 → 2.9.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -631,7 +631,10 @@
631
631
  "members":{
632
632
  "name":{"shape":"String"},
633
633
  "command":{"shape":"StringList"},
634
- "environment":{"shape":"EnvironmentVariables"}
634
+ "environment":{"shape":"EnvironmentVariables"},
635
+ "cpu":{"shape":"BoxedInteger"},
636
+ "memory":{"shape":"BoxedInteger"},
637
+ "memoryReservation":{"shape":"BoxedInteger"}
635
638
  }
636
639
  },
637
640
  "ContainerOverrides":{
@@ -1564,11 +1564,6 @@
1564
1564
  "shape":"CertificateId",
1565
1565
  "location":"uri",
1566
1566
  "locationName":"certificateId"
1567
- },
1568
- "certificatePem":{
1569
- "shape":"CertificatePem",
1570
- "location":"header",
1571
- "locationName":"x-amzn-iot-certificate-pem"
1572
1567
  }
1573
1568
  }
1574
1569
  },
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"servicecatalog-2015-12-10",
5
4
  "apiVersion":"2015-12-10",
6
5
  "endpointPrefix":"servicecatalog",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceFullName":"AWS Service Catalog",
10
9
  "signatureVersion":"v4",
11
- "targetPrefix":"AWS242ServiceCatalogService"
10
+ "targetPrefix":"AWS242ServiceCatalogService",
11
+ "uid":"servicecatalog-2015-12-10"
12
12
  },
13
13
  "operations":{
14
14
  "AcceptPortfolioShare":{
@@ -251,6 +251,18 @@
251
251
  {"shape":"InvalidParametersException"}
252
252
  ]
253
253
  },
254
+ "DescribeProvisionedProduct":{
255
+ "name":"DescribeProvisionedProduct",
256
+ "http":{
257
+ "method":"POST",
258
+ "requestUri":"/"
259
+ },
260
+ "input":{"shape":"DescribeProvisionedProductInput"},
261
+ "output":{"shape":"DescribeProvisionedProductOutput"},
262
+ "errors":[
263
+ {"shape":"ResourceNotFoundException"}
264
+ ]
265
+ },
254
266
  "DescribeProvisioningArtifact":{
255
267
  "name":"DescribeProvisioningArtifact",
256
268
  "http":{
@@ -943,6 +955,7 @@
943
955
  "type":"structure",
944
956
  "members":{
945
957
  "ProductViewDetail":{"shape":"ProductViewDetail"},
958
+ "ProvisioningArtifactSummaries":{"shape":"ProvisioningArtifactSummaries"},
946
959
  "Tags":{"shape":"Tags"}
947
960
  }
948
961
  },
@@ -976,6 +989,20 @@
976
989
  "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
977
990
  }
978
991
  },
992
+ "DescribeProvisionedProductInput":{
993
+ "type":"structure",
994
+ "required":["Id"],
995
+ "members":{
996
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
997
+ "Id":{"shape":"Id"}
998
+ }
999
+ },
1000
+ "DescribeProvisionedProductOutput":{
1001
+ "type":"structure",
1002
+ "members":{
1003
+ "ProvisionedProductDetail":{"shape":"ProvisionedProductDetail"}
1004
+ }
1005
+ },
979
1006
  "DescribeProvisioningArtifactInput":{
980
1007
  "type":"structure",
981
1008
  "required":[
@@ -985,7 +1012,8 @@
985
1012
  "members":{
986
1013
  "AcceptLanguage":{"shape":"AcceptLanguage"},
987
1014
  "ProvisioningArtifactId":{"shape":"Id"},
988
- "ProductId":{"shape":"Id"}
1015
+ "ProductId":{"shape":"Id"},
1016
+ "Verbose":{"shape":"Verbose"}
989
1017
  }
990
1018
  },
991
1019
  "DescribeProvisioningArtifactOutput":{
@@ -1309,7 +1337,7 @@
1309
1337
  "ParameterType":{"type":"string"},
1310
1338
  "ParameterValue":{
1311
1339
  "type":"string",
1312
- "max":1000
1340
+ "max":4096
1313
1341
  },
1314
1342
  "PortfolioDescription":{
1315
1343
  "type":"string",
@@ -1362,7 +1390,10 @@
1362
1390
  },
1363
1391
  "ProductType":{
1364
1392
  "type":"string",
1365
- "enum":["CLOUD_FORMATION_TEMPLATE"]
1393
+ "enum":[
1394
+ "CLOUD_FORMATION_TEMPLATE",
1395
+ "MARKETPLACE"
1396
+ ]
1366
1397
  },
1367
1398
  "ProductViewAggregationType":{"type":"string"},
1368
1399
  "ProductViewAggregationValue":{
@@ -1400,7 +1431,8 @@
1400
1431
  "enum":[
1401
1432
  "FullTextSearch",
1402
1433
  "Owner",
1403
- "ProductType"
1434
+ "ProductType",
1435
+ "SourceProductId"
1404
1436
  ]
1405
1437
  },
1406
1438
  "ProductViewFilterValue":{"type":"string"},
@@ -1485,7 +1517,7 @@
1485
1517
  "Arn":{"shape":"ProvisionedProductNameOrArn"},
1486
1518
  "Type":{"shape":"ProvisionedProductType"},
1487
1519
  "Id":{"shape":"ProvisionedProductId"},
1488
- "Status":{"shape":"RecordStatus"},
1520
+ "Status":{"shape":"ProvisionedProductStatus"},
1489
1521
  "StatusMessage":{"shape":"ProvisionedProductStatusMessage"},
1490
1522
  "CreatedTime":{"shape":"CreatedTime"},
1491
1523
  "IdempotencyToken":{"shape":"IdempotencyToken"},
@@ -1497,12 +1529,26 @@
1497
1529
  "member":{"shape":"ProvisionedProductDetail"}
1498
1530
  },
1499
1531
  "ProvisionedProductId":{"type":"string"},
1500
- "ProvisionedProductName":{"type":"string"},
1532
+ "ProvisionedProductName":{
1533
+ "type":"string",
1534
+ "max":128,
1535
+ "min":1,
1536
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]*"
1537
+ },
1501
1538
  "ProvisionedProductNameOrArn":{
1502
1539
  "type":"string",
1503
1540
  "max":1224,
1504
1541
  "min":1,
1505
- "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
1542
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
1543
+ },
1544
+ "ProvisionedProductStatus":{
1545
+ "type":"string",
1546
+ "enum":[
1547
+ "AVAILABLE",
1548
+ "UNDER_CHANGE",
1549
+ "TAINTED",
1550
+ "ERROR"
1551
+ ]
1506
1552
  },
1507
1553
  "ProvisionedProductStatusMessage":{"type":"string"},
1508
1554
  "ProvisionedProductType":{"type":"string"},
@@ -1535,7 +1581,7 @@
1535
1581
  "type":"map",
1536
1582
  "key":{"shape":"ProvisioningArtifactInfoKey"},
1537
1583
  "value":{"shape":"ProvisioningArtifactInfoValue"},
1538
- "max":1,
1584
+ "max":100,
1539
1585
  "min":1
1540
1586
  },
1541
1587
  "ProvisioningArtifactInfoKey":{"type":"string"},
@@ -1566,9 +1612,27 @@
1566
1612
  "Type":{"shape":"ProvisioningArtifactType"}
1567
1613
  }
1568
1614
  },
1615
+ "ProvisioningArtifactSummaries":{
1616
+ "type":"list",
1617
+ "member":{"shape":"ProvisioningArtifactSummary"}
1618
+ },
1619
+ "ProvisioningArtifactSummary":{
1620
+ "type":"structure",
1621
+ "members":{
1622
+ "Id":{"shape":"Id"},
1623
+ "Name":{"shape":"ProvisioningArtifactName"},
1624
+ "Description":{"shape":"ProvisioningArtifactDescription"},
1625
+ "CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"},
1626
+ "ProvisioningArtifactMetadata":{"shape":"ProvisioningArtifactInfo"}
1627
+ }
1628
+ },
1569
1629
  "ProvisioningArtifactType":{
1570
1630
  "type":"string",
1571
- "enum":["CLOUD_FORMATION_TEMPLATE"]
1631
+ "enum":[
1632
+ "CLOUD_FORMATION_TEMPLATE",
1633
+ "MARKETPLACE_AMI",
1634
+ "MARKETPLACE_CAR"
1635
+ ]
1572
1636
  },
1573
1637
  "ProvisioningArtifacts":{
1574
1638
  "type":"list",
@@ -1633,9 +1697,11 @@
1633
1697
  "RecordStatus":{
1634
1698
  "type":"string",
1635
1699
  "enum":[
1700
+ "CREATED",
1636
1701
  "IN_PROGRESS",
1702
+ "IN_PROGRESS_IN_ERROR",
1637
1703
  "SUCCEEDED",
1638
- "ERROR"
1704
+ "FAILED"
1639
1705
  ]
1640
1706
  },
1641
1707
  "RecordTag":{
@@ -1950,6 +2016,7 @@
1950
2016
  "type":"list",
1951
2017
  "member":{"shape":"UsageInstruction"}
1952
2018
  },
1953
- "UsePreviousValue":{"type":"boolean"}
2019
+ "UsePreviousValue":{"type":"boolean"},
2020
+ "Verbose":{"type":"boolean"}
1954
2021
  }
1955
2022
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -1866,6 +1866,11 @@
1866
1866
  "us-gov-west-1" : { }
1867
1867
  }
1868
1868
  },
1869
+ "rekognition" : {
1870
+ "endpoints" : {
1871
+ "us-gov-west-1" : { }
1872
+ }
1873
+ },
1869
1874
  "s3" : {
1870
1875
  "defaults" : {
1871
1876
  "signatureVersions" : [ "s3", "s3v4" ]
@@ -2,4 +2,5 @@ Aws.add_service(:ServiceCatalog, {
2
2
  api: "#{Aws::API_DIR}/servicecatalog/2015-12-10/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/servicecatalog/2015-12-10/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/servicecatalog/2015-12-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/servicecatalog/2015-12-10/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.40'
2
+ VERSION = '2.9.41'
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.9.40
4
+ version: 2.9.41
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: 2017-06-14 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -368,6 +368,7 @@ files:
368
368
  - apis/sdb/2009-04-15/paginators-1.json
369
369
  - apis/servicecatalog/2015-12-10/api-2.json
370
370
  - apis/servicecatalog/2015-12-10/examples-1.json
371
+ - apis/servicecatalog/2015-12-10/paginators-1.json
371
372
  - apis/shield/2016-06-02/api-2.json
372
373
  - apis/shield/2016-06-02/examples-1.json
373
374
  - apis/sms/2016-10-24/api-2.json