aws-sdk-core 2.10.50 → 2.10.51

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: fdda9203585f0a4a1f388ae85c79f63a1aabf860
4
- data.tar.gz: c8d3250aff08c5242e0d066c5abe58971fcd263c
3
+ metadata.gz: 2100152ab3ae1524db7d968f5b28bb7aee621b4c
4
+ data.tar.gz: af344ef05d7ed95b5e1b907f842295787c575589
5
5
  SHA512:
6
- metadata.gz: 0cb1b6218572371399bd034f784516b7c86c1661fec95f41a75e8c0a5d7f6655e342e2d4068b3aa6804333211374785f47254592bbb98408790ca9cfaefa357b
7
- data.tar.gz: 5a4241fd7957c759e478f8c1e10950040985956c5515c6f8e82909c94eec66583f96df8ce5064a508e6adf0b4233927582604b306a018c7e40cee032828ddf36
6
+ metadata.gz: 01bb246116024c5a55a74bb95066c06a3ee3a13dd304a4f4c2b90dd0b56835bfd44f8f326212bcde2ecf6e0f7d8ccf7ec2882a2e998cebc4fb291907eab4e6cb
7
+ data.tar.gz: 6820380aa3b855f6c27a1baa9c8a2b0588c2b501dc5bc232f91d25cfad5ca7736184f35064b806933102e6cc5b8fb29d72ef0629054d3d37686b5f735567bfc6
@@ -188,7 +188,8 @@
188
188
  "errors":[
189
189
  {"shape":"InternalErrorException"},
190
190
  {"shape":"InvalidParameterException"},
191
- {"shape":"NotFoundException"}
191
+ {"shape":"NotFoundException"},
192
+ {"shape":"DuplicateRecordException"}
192
193
  ]
193
194
  },
194
195
  "UpdateSubscriber":{
@@ -202,7 +203,8 @@
202
203
  "errors":[
203
204
  {"shape":"InternalErrorException"},
204
205
  {"shape":"InvalidParameterException"},
205
- {"shape":"NotFoundException"}
206
+ {"shape":"NotFoundException"},
207
+ {"shape":"DuplicateRecordException"}
206
208
  ]
207
209
  }
208
210
  },
@@ -256,6 +256,15 @@
256
256
  "input":{"shape":"ConfirmProductInstanceRequest"},
257
257
  "output":{"shape":"ConfirmProductInstanceResult"}
258
258
  },
259
+ "CopyFpgaImage":{
260
+ "name":"CopyFpgaImage",
261
+ "http":{
262
+ "method":"POST",
263
+ "requestUri":"/"
264
+ },
265
+ "input":{"shape":"CopyFpgaImageRequest"},
266
+ "output":{"shape":"CopyFpgaImageResult"}
267
+ },
259
268
  "CopyImage":{
260
269
  "name":"CopyImage",
261
270
  "http":{
@@ -583,6 +592,15 @@
583
592
  "input":{"shape":"DeleteFlowLogsRequest"},
584
593
  "output":{"shape":"DeleteFlowLogsResult"}
585
594
  },
595
+ "DeleteFpgaImage":{
596
+ "name":"DeleteFpgaImage",
597
+ "http":{
598
+ "method":"POST",
599
+ "requestUri":"/"
600
+ },
601
+ "input":{"shape":"DeleteFpgaImageRequest"},
602
+ "output":{"shape":"DeleteFpgaImageResult"}
603
+ },
586
604
  "DeleteInternetGateway":{
587
605
  "name":"DeleteInternetGateway",
588
606
  "http":{
@@ -879,6 +897,15 @@
879
897
  "input":{"shape":"DescribeFlowLogsRequest"},
880
898
  "output":{"shape":"DescribeFlowLogsResult"}
881
899
  },
900
+ "DescribeFpgaImageAttribute":{
901
+ "name":"DescribeFpgaImageAttribute",
902
+ "http":{
903
+ "method":"POST",
904
+ "requestUri":"/"
905
+ },
906
+ "input":{"shape":"DescribeFpgaImageAttributeRequest"},
907
+ "output":{"shape":"DescribeFpgaImageAttributeResult"}
908
+ },
882
909
  "DescribeFpgaImages":{
883
910
  "name":"DescribeFpgaImages",
884
911
  "http":{
@@ -1636,6 +1663,15 @@
1636
1663
  "input":{"shape":"ImportVolumeRequest"},
1637
1664
  "output":{"shape":"ImportVolumeResult"}
1638
1665
  },
1666
+ "ModifyFpgaImageAttribute":{
1667
+ "name":"ModifyFpgaImageAttribute",
1668
+ "http":{
1669
+ "method":"POST",
1670
+ "requestUri":"/"
1671
+ },
1672
+ "input":{"shape":"ModifyFpgaImageAttributeRequest"},
1673
+ "output":{"shape":"ModifyFpgaImageAttributeResult"}
1674
+ },
1639
1675
  "ModifyHosts":{
1640
1676
  "name":"ModifyHosts",
1641
1677
  "http":{
@@ -1928,6 +1964,15 @@
1928
1964
  "input":{"shape":"RequestSpotInstancesRequest"},
1929
1965
  "output":{"shape":"RequestSpotInstancesResult"}
1930
1966
  },
1967
+ "ResetFpgaImageAttribute":{
1968
+ "name":"ResetFpgaImageAttribute",
1969
+ "http":{
1970
+ "method":"POST",
1971
+ "requestUri":"/"
1972
+ },
1973
+ "input":{"shape":"ResetFpgaImageAttributeRequest"},
1974
+ "output":{"shape":"ResetFpgaImageAttributeResult"}
1975
+ },
1931
1976
  "ResetImageAttribute":{
1932
1977
  "name":"ResetImageAttribute",
1933
1978
  "http":{
@@ -3458,6 +3503,30 @@
3458
3503
  "completed"
3459
3504
  ]
3460
3505
  },
3506
+ "CopyFpgaImageRequest":{
3507
+ "type":"structure",
3508
+ "required":[
3509
+ "SourceFpgaImageId",
3510
+ "SourceRegion"
3511
+ ],
3512
+ "members":{
3513
+ "DryRun":{"shape":"Boolean"},
3514
+ "SourceFpgaImageId":{"shape":"String"},
3515
+ "Description":{"shape":"String"},
3516
+ "Name":{"shape":"String"},
3517
+ "SourceRegion":{"shape":"String"},
3518
+ "ClientToken":{"shape":"String"}
3519
+ }
3520
+ },
3521
+ "CopyFpgaImageResult":{
3522
+ "type":"structure",
3523
+ "members":{
3524
+ "FpgaImageId":{
3525
+ "shape":"String",
3526
+ "locationName":"fpgaImageId"
3527
+ }
3528
+ }
3529
+ },
3461
3530
  "CopyImageRequest":{
3462
3531
  "type":"structure",
3463
3532
  "required":[
@@ -4527,6 +4596,23 @@
4527
4596
  }
4528
4597
  }
4529
4598
  },
4599
+ "DeleteFpgaImageRequest":{
4600
+ "type":"structure",
4601
+ "required":["FpgaImageId"],
4602
+ "members":{
4603
+ "DryRun":{"shape":"Boolean"},
4604
+ "FpgaImageId":{"shape":"String"}
4605
+ }
4606
+ },
4607
+ "DeleteFpgaImageResult":{
4608
+ "type":"structure",
4609
+ "members":{
4610
+ "Return":{
4611
+ "shape":"Boolean",
4612
+ "locationName":"return"
4613
+ }
4614
+ }
4615
+ },
4530
4616
  "DeleteInternetGatewayRequest":{
4531
4617
  "type":"structure",
4532
4618
  "required":["InternetGatewayId"],
@@ -5183,6 +5269,27 @@
5183
5269
  }
5184
5270
  }
5185
5271
  },
5272
+ "DescribeFpgaImageAttributeRequest":{
5273
+ "type":"structure",
5274
+ "required":[
5275
+ "FpgaImageId",
5276
+ "Attribute"
5277
+ ],
5278
+ "members":{
5279
+ "DryRun":{"shape":"Boolean"},
5280
+ "FpgaImageId":{"shape":"String"},
5281
+ "Attribute":{"shape":"FpgaImageAttributeName"}
5282
+ }
5283
+ },
5284
+ "DescribeFpgaImageAttributeResult":{
5285
+ "type":"structure",
5286
+ "members":{
5287
+ "FpgaImageAttribute":{
5288
+ "shape":"FpgaImageAttribute",
5289
+ "locationName":"fpgaImageAttribute"
5290
+ }
5291
+ }
5292
+ },
5186
5293
  "DescribeFpgaImagesRequest":{
5187
5294
  "type":"structure",
5188
5295
  "members":{
@@ -7854,9 +7961,47 @@
7854
7961
  "Tags":{
7855
7962
  "shape":"TagList",
7856
7963
  "locationName":"tags"
7964
+ },
7965
+ "Public":{
7966
+ "shape":"Boolean",
7967
+ "locationName":"public"
7968
+ }
7969
+ }
7970
+ },
7971
+ "FpgaImageAttribute":{
7972
+ "type":"structure",
7973
+ "members":{
7974
+ "FpgaImageId":{
7975
+ "shape":"String",
7976
+ "locationName":"fpgaImageId"
7977
+ },
7978
+ "Name":{
7979
+ "shape":"String",
7980
+ "locationName":"name"
7981
+ },
7982
+ "Description":{
7983
+ "shape":"String",
7984
+ "locationName":"description"
7985
+ },
7986
+ "LoadPermissions":{
7987
+ "shape":"LoadPermissionList",
7988
+ "locationName":"loadPermissions"
7989
+ },
7990
+ "ProductCodes":{
7991
+ "shape":"ProductCodeList",
7992
+ "locationName":"productCodes"
7857
7993
  }
7858
7994
  }
7859
7995
  },
7996
+ "FpgaImageAttributeName":{
7997
+ "type":"string",
7998
+ "enum":[
7999
+ "description",
8000
+ "name",
8001
+ "loadPermission",
8002
+ "productCodes"
8003
+ ]
8004
+ },
7860
8005
  "FpgaImageIdList":{
7861
8006
  "type":"list",
7862
8007
  "member":{
@@ -10281,12 +10426,87 @@
10281
10426
  "closed"
10282
10427
  ]
10283
10428
  },
10429
+ "LoadPermission":{
10430
+ "type":"structure",
10431
+ "members":{
10432
+ "UserId":{
10433
+ "shape":"String",
10434
+ "locationName":"userId"
10435
+ },
10436
+ "Group":{
10437
+ "shape":"PermissionGroup",
10438
+ "locationName":"group"
10439
+ }
10440
+ }
10441
+ },
10442
+ "LoadPermissionList":{
10443
+ "type":"list",
10444
+ "member":{
10445
+ "shape":"LoadPermission",
10446
+ "locationName":"item"
10447
+ }
10448
+ },
10449
+ "LoadPermissionListRequest":{
10450
+ "type":"list",
10451
+ "member":{
10452
+ "shape":"LoadPermissionRequest",
10453
+ "locationName":"item"
10454
+ }
10455
+ },
10456
+ "LoadPermissionModifications":{
10457
+ "type":"structure",
10458
+ "members":{
10459
+ "Add":{"shape":"LoadPermissionListRequest"},
10460
+ "Remove":{"shape":"LoadPermissionListRequest"}
10461
+ }
10462
+ },
10463
+ "LoadPermissionRequest":{
10464
+ "type":"structure",
10465
+ "members":{
10466
+ "Group":{"shape":"PermissionGroup"},
10467
+ "UserId":{"shape":"String"}
10468
+ }
10469
+ },
10284
10470
  "Long":{"type":"long"},
10285
10471
  "MaxResults":{
10286
10472
  "type":"integer",
10287
10473
  "max":255,
10288
10474
  "min":5
10289
10475
  },
10476
+ "ModifyFpgaImageAttributeRequest":{
10477
+ "type":"structure",
10478
+ "required":["FpgaImageId"],
10479
+ "members":{
10480
+ "DryRun":{"shape":"Boolean"},
10481
+ "FpgaImageId":{"shape":"String"},
10482
+ "Attribute":{"shape":"FpgaImageAttributeName"},
10483
+ "OperationType":{"shape":"OperationType"},
10484
+ "UserIds":{
10485
+ "shape":"UserIdStringList",
10486
+ "locationName":"UserId"
10487
+ },
10488
+ "UserGroups":{
10489
+ "shape":"UserGroupStringList",
10490
+ "locationName":"UserGroup"
10491
+ },
10492
+ "ProductCodes":{
10493
+ "shape":"ProductCodeStringList",
10494
+ "locationName":"ProductCode"
10495
+ },
10496
+ "LoadPermission":{"shape":"LoadPermissionModifications"},
10497
+ "Description":{"shape":"String"},
10498
+ "Name":{"shape":"String"}
10499
+ }
10500
+ },
10501
+ "ModifyFpgaImageAttributeResult":{
10502
+ "type":"structure",
10503
+ "members":{
10504
+ "FpgaImageAttribute":{
10505
+ "shape":"FpgaImageAttribute",
10506
+ "locationName":"fpgaImageAttribute"
10507
+ }
10508
+ }
10509
+ },
10290
10510
  "ModifyHostsRequest":{
10291
10511
  "type":"structure",
10292
10512
  "required":[
@@ -12943,6 +13163,28 @@
12943
13163
  "locationName":"item"
12944
13164
  }
12945
13165
  },
13166
+ "ResetFpgaImageAttributeName":{
13167
+ "type":"string",
13168
+ "enum":["loadPermission"]
13169
+ },
13170
+ "ResetFpgaImageAttributeRequest":{
13171
+ "type":"structure",
13172
+ "required":["FpgaImageId"],
13173
+ "members":{
13174
+ "DryRun":{"shape":"Boolean"},
13175
+ "FpgaImageId":{"shape":"String"},
13176
+ "Attribute":{"shape":"ResetFpgaImageAttributeName"}
13177
+ }
13178
+ },
13179
+ "ResetFpgaImageAttributeResult":{
13180
+ "type":"structure",
13181
+ "members":{
13182
+ "Return":{
13183
+ "shape":"Boolean",
13184
+ "locationName":"return"
13185
+ }
13186
+ }
13187
+ },
12946
13188
  "ResetImageAttributeName":{
12947
13189
  "type":"string",
12948
13190
  "enum":["launchPermission"]
@@ -11,6 +11,20 @@
11
11
  "uid":"logs-2014-03-28"
12
12
  },
13
13
  "operations":{
14
+ "AssociateKmsKey":{
15
+ "name":"AssociateKmsKey",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AssociateKmsKeyRequest"},
21
+ "errors":[
22
+ {"shape":"InvalidParameterException"},
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"OperationAbortedException"},
25
+ {"shape":"ServiceUnavailableException"}
26
+ ]
27
+ },
14
28
  "CancelExportTask":{
15
29
  "name":"CancelExportTask",
16
30
  "http":{
@@ -262,6 +276,20 @@
262
276
  {"shape":"ServiceUnavailableException"}
263
277
  ]
264
278
  },
279
+ "DisassociateKmsKey":{
280
+ "name":"DisassociateKmsKey",
281
+ "http":{
282
+ "method":"POST",
283
+ "requestUri":"/"
284
+ },
285
+ "input":{"shape":"DisassociateKmsKeyRequest"},
286
+ "errors":[
287
+ {"shape":"InvalidParameterException"},
288
+ {"shape":"ResourceNotFoundException"},
289
+ {"shape":"OperationAbortedException"},
290
+ {"shape":"ServiceUnavailableException"}
291
+ ]
292
+ },
265
293
  "FilterLogEvents":{
266
294
  "name":"FilterLogEvents",
267
295
  "http":{
@@ -447,6 +475,17 @@
447
475
  "min":1
448
476
  },
449
477
  "Arn":{"type":"string"},
478
+ "AssociateKmsKeyRequest":{
479
+ "type":"structure",
480
+ "required":[
481
+ "logGroupName",
482
+ "kmsKeyId"
483
+ ],
484
+ "members":{
485
+ "logGroupName":{"shape":"LogGroupName"},
486
+ "kmsKeyId":{"shape":"KmsKeyId"}
487
+ }
488
+ },
450
489
  "CancelExportTaskRequest":{
451
490
  "type":"structure",
452
491
  "required":["taskId"],
@@ -483,6 +522,7 @@
483
522
  "required":["logGroupName"],
484
523
  "members":{
485
524
  "logGroupName":{"shape":"LogGroupName"},
525
+ "kmsKeyId":{"shape":"KmsKeyId"},
486
526
  "tags":{"shape":"Tags"}
487
527
  }
488
528
  },
@@ -711,6 +751,13 @@
711
751
  "type":"list",
712
752
  "member":{"shape":"Destination"}
713
753
  },
754
+ "DisassociateKmsKeyRequest":{
755
+ "type":"structure",
756
+ "required":["logGroupName"],
757
+ "members":{
758
+ "logGroupName":{"shape":"LogGroupName"}
759
+ }
760
+ },
714
761
  "Distribution":{
715
762
  "type":"string",
716
763
  "enum":[
@@ -909,6 +956,10 @@
909
956
  },
910
957
  "exception":true
911
958
  },
959
+ "KmsKeyId":{
960
+ "type":"string",
961
+ "max":256
962
+ },
912
963
  "LimitExceededException":{
913
964
  "type":"structure",
914
965
  "members":{
@@ -937,7 +988,8 @@
937
988
  "retentionInDays":{"shape":"Days"},
938
989
  "metricFilterCount":{"shape":"FilterCount"},
939
990
  "arn":{"shape":"Arn"},
940
- "storedBytes":{"shape":"StoredBytes"}
991
+ "storedBytes":{"shape":"StoredBytes"},
992
+ "kmsKeyId":{"shape":"KmsKeyId"}
941
993
  }
942
994
  },
943
995
  "LogGroupName":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.50'
2
+ VERSION = '2.10.51'
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.50
4
+ version: 2.10.51
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-09-20 00:00:00.000000000 Z
11
+ date: 2017-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath