aws-sdk-core 2.10.17 → 2.10.19

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: 030bd88b611ffa5bf08484d3f3f050af14d21760
4
- data.tar.gz: 9481ccef1d4af8866b9fcdc6fc7b8e24eb74cde3
3
+ metadata.gz: 7553aaa646ce745df80b1924bcfec4ecdd6a9a03
4
+ data.tar.gz: 570e9bce3b2b74a52619291fcd3c474bf700ba7a
5
5
  SHA512:
6
- metadata.gz: f7db5da64a8a03a17b12c7873b3c6b7456913c6a81f5518d479713286c2b1d141600c581a0ccc536ebaaf508d034eaa6f4922a11f284c3f448b4dcd667ac6cbf
7
- data.tar.gz: 456a28e478e6fa15b6d582f96cb58c878597c70e7202d46c8554f19a0cf2e4a649142da861309f1985ea7ef6b22bb14522528d54fe14d76d2b675510c654bd68
6
+ metadata.gz: ce0249ea7416ecf87e481ed352a57c8917326e23db325c4ad125247fc15c68182c558527eed2df455d9f56460f4a0ac32e0892b08ab73efc9daac85a84a553d6
7
+ data.tar.gz: 380f88476803cb7e3641305a944cc68c559888ff3ccdf96216986c92e4a118f3da7eba7bf4cee12331ef399aa23f67e5aee5b5302794b7dc0730e521059c6f84
@@ -548,13 +548,16 @@
548
548
  "output": {
549
549
  "Attributes": {
550
550
  "AlbumTitle": {
551
- "S": "Songs About Life"
551
+ "S": "Louder Than Ever"
552
552
  },
553
553
  "Artist": {
554
554
  "S": "Acme Band"
555
555
  },
556
556
  "SongTitle": {
557
557
  "S": "Happy Day"
558
+ },
559
+ "Year": {
560
+ "N": "2015"
558
561
  }
559
562
  }
560
563
  },
@@ -283,6 +283,15 @@
283
283
  "input":{"shape":"CreateCustomerGatewayRequest"},
284
284
  "output":{"shape":"CreateCustomerGatewayResult"}
285
285
  },
286
+ "CreateDefaultVpc":{
287
+ "name":"CreateDefaultVpc",
288
+ "http":{
289
+ "method":"POST",
290
+ "requestUri":"/"
291
+ },
292
+ "input":{"shape":"CreateDefaultVpcRequest"},
293
+ "output":{"shape":"CreateDefaultVpcResult"}
294
+ },
286
295
  "CreateDhcpOptions":{
287
296
  "name":"CreateDhcpOptions",
288
297
  "http":{
@@ -843,6 +852,15 @@
843
852
  "input":{"shape":"DescribeEgressOnlyInternetGatewaysRequest"},
844
853
  "output":{"shape":"DescribeEgressOnlyInternetGatewaysResult"}
845
854
  },
855
+ "DescribeElasticGpus":{
856
+ "name":"DescribeElasticGpus",
857
+ "http":{
858
+ "method":"POST",
859
+ "requestUri":"/"
860
+ },
861
+ "input":{"shape":"DescribeElasticGpusRequest"},
862
+ "output":{"shape":"DescribeElasticGpusResult"}
863
+ },
846
864
  "DescribeExportTasks":{
847
865
  "name":"DescribeExportTasks",
848
866
  "http":{
@@ -3506,6 +3524,21 @@
3506
3524
  }
3507
3525
  }
3508
3526
  },
3527
+ "CreateDefaultVpcRequest":{
3528
+ "type":"structure",
3529
+ "members":{
3530
+ "DryRun":{"shape":"Boolean"}
3531
+ }
3532
+ },
3533
+ "CreateDefaultVpcResult":{
3534
+ "type":"structure",
3535
+ "members":{
3536
+ "Vpc":{
3537
+ "shape":"Vpc",
3538
+ "locationName":"vpc"
3539
+ }
3540
+ }
3541
+ },
3509
3542
  "CreateDhcpOptionsRequest":{
3510
3543
  "type":"structure",
3511
3544
  "required":["DhcpConfigurations"],
@@ -5034,6 +5067,39 @@
5034
5067
  }
5035
5068
  }
5036
5069
  },
5070
+ "DescribeElasticGpusRequest":{
5071
+ "type":"structure",
5072
+ "members":{
5073
+ "ElasticGpuIds":{
5074
+ "shape":"ElasticGpuIdSet",
5075
+ "locationName":"ElasticGpuId"
5076
+ },
5077
+ "DryRun":{"shape":"Boolean"},
5078
+ "Filters":{
5079
+ "shape":"FilterList",
5080
+ "locationName":"Filter"
5081
+ },
5082
+ "MaxResults":{"shape":"Integer"},
5083
+ "NextToken":{"shape":"String"}
5084
+ }
5085
+ },
5086
+ "DescribeElasticGpusResult":{
5087
+ "type":"structure",
5088
+ "members":{
5089
+ "ElasticGpuSet":{
5090
+ "shape":"ElasticGpuSet",
5091
+ "locationName":"elasticGpuSet"
5092
+ },
5093
+ "MaxResults":{
5094
+ "shape":"Integer",
5095
+ "locationName":"maxResults"
5096
+ },
5097
+ "NextToken":{
5098
+ "shape":"String",
5099
+ "locationName":"nextToken"
5100
+ }
5101
+ }
5102
+ },
5037
5103
  "DescribeExportTasksRequest":{
5038
5104
  "type":"structure",
5039
5105
  "members":{
@@ -7290,6 +7356,108 @@
7290
7356
  "locationName":"item"
7291
7357
  }
7292
7358
  },
7359
+ "ElasticGpuAssociation":{
7360
+ "type":"structure",
7361
+ "members":{
7362
+ "ElasticGpuId":{
7363
+ "shape":"String",
7364
+ "locationName":"elasticGpuId"
7365
+ },
7366
+ "ElasticGpuAssociationId":{
7367
+ "shape":"String",
7368
+ "locationName":"elasticGpuAssociationId"
7369
+ },
7370
+ "ElasticGpuAssociationState":{
7371
+ "shape":"String",
7372
+ "locationName":"elasticGpuAssociationState"
7373
+ },
7374
+ "ElasticGpuAssociationTime":{
7375
+ "shape":"String",
7376
+ "locationName":"elasticGpuAssociationTime"
7377
+ }
7378
+ }
7379
+ },
7380
+ "ElasticGpuAssociationList":{
7381
+ "type":"list",
7382
+ "member":{
7383
+ "shape":"ElasticGpuAssociation",
7384
+ "locationName":"item"
7385
+ }
7386
+ },
7387
+ "ElasticGpuHealth":{
7388
+ "type":"structure",
7389
+ "members":{
7390
+ "Status":{
7391
+ "shape":"ElasticGpuStatus",
7392
+ "locationName":"status"
7393
+ }
7394
+ }
7395
+ },
7396
+ "ElasticGpuIdSet":{
7397
+ "type":"list",
7398
+ "member":{
7399
+ "shape":"String",
7400
+ "locationName":"item"
7401
+ }
7402
+ },
7403
+ "ElasticGpuSet":{
7404
+ "type":"list",
7405
+ "member":{"shape":"ElasticGpus"}
7406
+ },
7407
+ "ElasticGpuSpecification":{
7408
+ "type":"structure",
7409
+ "required":["Type"],
7410
+ "members":{
7411
+ "Type":{"shape":"String"}
7412
+ }
7413
+ },
7414
+ "ElasticGpuSpecifications":{
7415
+ "type":"list",
7416
+ "member":{
7417
+ "shape":"ElasticGpuSpecification",
7418
+ "locationName":"item"
7419
+ }
7420
+ },
7421
+ "ElasticGpuState":{
7422
+ "type":"string",
7423
+ "enum":["ATTACHED"]
7424
+ },
7425
+ "ElasticGpuStatus":{
7426
+ "type":"string",
7427
+ "enum":[
7428
+ "OK",
7429
+ "IMPAIRED"
7430
+ ]
7431
+ },
7432
+ "ElasticGpus":{
7433
+ "type":"structure",
7434
+ "members":{
7435
+ "ElasticGpuId":{
7436
+ "shape":"String",
7437
+ "locationName":"elasticGpuId"
7438
+ },
7439
+ "AvailabilityZone":{
7440
+ "shape":"String",
7441
+ "locationName":"availabilityZone"
7442
+ },
7443
+ "ElasticGpuType":{
7444
+ "shape":"String",
7445
+ "locationName":"elasticGpuType"
7446
+ },
7447
+ "ElasticGpuHealth":{
7448
+ "shape":"ElasticGpuHealth",
7449
+ "locationName":"elasticGpuHealth"
7450
+ },
7451
+ "ElasticGpuState":{
7452
+ "shape":"ElasticGpuState",
7453
+ "locationName":"elasticGpuState"
7454
+ },
7455
+ "InstanceId":{
7456
+ "shape":"String",
7457
+ "locationName":"instanceId"
7458
+ }
7459
+ }
7460
+ },
7293
7461
  "EnableVgwRoutePropagationRequest":{
7294
7462
  "type":"structure",
7295
7463
  "required":[
@@ -8986,6 +9154,10 @@
8986
9154
  "shape":"InstanceLifecycleType",
8987
9155
  "locationName":"instanceLifecycle"
8988
9156
  },
9157
+ "ElasticGpuAssociations":{
9158
+ "shape":"ElasticGpuAssociationList",
9159
+ "locationName":"elasticGpuAssociationSet"
9160
+ },
8989
9161
  "NetworkInterfaces":{
8990
9162
  "shape":"InstanceNetworkInterfaceList",
8991
9163
  "locationName":"networkInterfaceSet"
@@ -13125,6 +13297,7 @@
13125
13297
  "shape":"String",
13126
13298
  "locationName":"privateIpAddress"
13127
13299
  },
13300
+ "ElasticGpuSpecification":{"shape":"ElasticGpuSpecifications"},
13128
13301
  "TagSpecifications":{
13129
13302
  "shape":"TagSpecificationList",
13130
13303
  "locationName":"TagSpecification"
@@ -40,7 +40,8 @@
40
40
  {"shape":"ResourceNotFoundException"},
41
41
  {"shape":"ResourceInUseException"},
42
42
  {"shape":"InvalidArgumentException"},
43
- {"shape":"ConcurrentModificationException"}
43
+ {"shape":"ConcurrentModificationException"},
44
+ {"shape":"CodeValidationException"}
44
45
  ]
45
46
  },
46
47
  "AddApplicationOutput":{
@@ -170,7 +171,8 @@
170
171
  "errors":[
171
172
  {"shape":"InvalidArgumentException"},
172
173
  {"shape":"UnableToDetectSchemaException"},
173
- {"shape":"ResourceProvisionedThroughputExceededException"}
174
+ {"shape":"ResourceProvisionedThroughputExceededException"},
175
+ {"shape":"ServiceUnavailableException"}
174
176
  ]
175
177
  },
176
178
  "ListApplications":{
@@ -666,7 +668,7 @@
666
668
  },
667
669
  "InputParallelismCount":{
668
670
  "type":"integer",
669
- "max":10,
671
+ "max":64,
670
672
  "min":1
671
673
  },
672
674
  "InputParallelismUpdate":{
@@ -960,7 +962,7 @@
960
962
  "RecordColumnMapping":{"type":"string"},
961
963
  "RecordColumnName":{
962
964
  "type":"string",
963
- "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
965
+ "pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
964
966
  },
965
967
  "RecordColumnSqlType":{"type":"string"},
966
968
  "RecordColumns":{
@@ -1104,6 +1106,13 @@
1104
1106
  "ReferenceRoleARNUpdate":{"shape":"RoleARN"}
1105
1107
  }
1106
1108
  },
1109
+ "ServiceUnavailableException":{
1110
+ "type":"structure",
1111
+ "members":{
1112
+ "message":{"shape":"ErrorMessage"}
1113
+ },
1114
+ "exception":true
1115
+ },
1107
1116
  "SourceSchema":{
1108
1117
  "type":"structure",
1109
1118
  "required":[
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.17'
2
+ VERSION = '2.10.19'
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.10.17
4
+ version: 2.10.19
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-07-25 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath