aws-sdk-core 2.11.365 → 2.11.366

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: b1e6e3563ec527ac7e95cc2a32bf60ddc0af5f22
4
- data.tar.gz: 18ffc0c5839e42fe3ffc437653856784ccc4206f
3
+ metadata.gz: 42c3b860963e3c29126bfc65491ee4395620b721
4
+ data.tar.gz: d9d069a9f83629af1bde026d8d3d48e7c5cc2101
5
5
  SHA512:
6
- metadata.gz: 2243c83710783a09db30abe4a3f344a6010325bbf7c8b752c3df6e7deab1dc0e46e218161ed4f2dfe9ff47e16d790b5549bd56b0e1023a1a16d6761fe1fa05f7
7
- data.tar.gz: 1026c83e15796af994e8c008ed890a881d77e7fb48a99f6223a7f04fcbf4d2d21b49f85b49a6a898dbcde009c9d0224a1d2f30e9dcfcbe03e4613e5f59bd5c56
6
+ metadata.gz: 05ff676699a7300e4de4f994992a8f4a491011434fb876c04aed6822432c40f42f782b8c131409edfef138dd6cb6e0f03e5e656ff059923e0c6ed963e69677ed
7
+ data.tar.gz: 19bd565d46f6b8eeda13cc7925293c601544299d2ec14976dc3a755f9be26738688887b3e417665e9c0f3f0971482cef0c773322999549d87931525578025f91
@@ -408,6 +408,23 @@
408
408
  {"shape":"UnauthenticatedException"}
409
409
  ]
410
410
  },
411
+ "DeleteAutoSnapshot":{
412
+ "name":"DeleteAutoSnapshot",
413
+ "http":{
414
+ "method":"POST",
415
+ "requestUri":"/"
416
+ },
417
+ "input":{"shape":"DeleteAutoSnapshotRequest"},
418
+ "output":{"shape":"DeleteAutoSnapshotResult"},
419
+ "errors":[
420
+ {"shape":"ServiceException"},
421
+ {"shape":"InvalidInputException"},
422
+ {"shape":"NotFoundException"},
423
+ {"shape":"OperationFailureException"},
424
+ {"shape":"AccessDeniedException"},
425
+ {"shape":"UnauthenticatedException"}
426
+ ]
427
+ },
411
428
  "DeleteDisk":{
412
429
  "name":"DeleteDisk",
413
430
  "http":{
@@ -678,6 +695,23 @@
678
695
  {"shape":"UnauthenticatedException"}
679
696
  ]
680
697
  },
698
+ "DisableAddOn":{
699
+ "name":"DisableAddOn",
700
+ "http":{
701
+ "method":"POST",
702
+ "requestUri":"/"
703
+ },
704
+ "input":{"shape":"DisableAddOnRequest"},
705
+ "output":{"shape":"DisableAddOnResult"},
706
+ "errors":[
707
+ {"shape":"ServiceException"},
708
+ {"shape":"InvalidInputException"},
709
+ {"shape":"NotFoundException"},
710
+ {"shape":"OperationFailureException"},
711
+ {"shape":"AccessDeniedException"},
712
+ {"shape":"UnauthenticatedException"}
713
+ ]
714
+ },
681
715
  "DownloadDefaultKeyPair":{
682
716
  "name":"DownloadDefaultKeyPair",
683
717
  "http":{
@@ -696,6 +730,23 @@
696
730
  {"shape":"UnauthenticatedException"}
697
731
  ]
698
732
  },
733
+ "EnableAddOn":{
734
+ "name":"EnableAddOn",
735
+ "http":{
736
+ "method":"POST",
737
+ "requestUri":"/"
738
+ },
739
+ "input":{"shape":"EnableAddOnRequest"},
740
+ "output":{"shape":"EnableAddOnResult"},
741
+ "errors":[
742
+ {"shape":"ServiceException"},
743
+ {"shape":"InvalidInputException"},
744
+ {"shape":"NotFoundException"},
745
+ {"shape":"OperationFailureException"},
746
+ {"shape":"AccessDeniedException"},
747
+ {"shape":"UnauthenticatedException"}
748
+ ]
749
+ },
699
750
  "ExportSnapshot":{
700
751
  "name":"ExportSnapshot",
701
752
  "http":{
@@ -732,6 +783,23 @@
732
783
  {"shape":"UnauthenticatedException"}
733
784
  ]
734
785
  },
786
+ "GetAutoSnapshots":{
787
+ "name":"GetAutoSnapshots",
788
+ "http":{
789
+ "method":"POST",
790
+ "requestUri":"/"
791
+ },
792
+ "input":{"shape":"GetAutoSnapshotsRequest"},
793
+ "output":{"shape":"GetAutoSnapshotsResult"},
794
+ "errors":[
795
+ {"shape":"ServiceException"},
796
+ {"shape":"InvalidInputException"},
797
+ {"shape":"NotFoundException"},
798
+ {"shape":"OperationFailureException"},
799
+ {"shape":"AccessDeniedException"},
800
+ {"shape":"UnauthenticatedException"}
801
+ ]
802
+ },
735
803
  "GetBlueprints":{
736
804
  "name":"GetBlueprints",
737
805
  "http":{
@@ -1859,6 +1927,35 @@
1859
1927
  },
1860
1928
  "exception":true
1861
1929
  },
1930
+ "AddOn":{
1931
+ "type":"structure",
1932
+ "members":{
1933
+ "name":{"shape":"string"},
1934
+ "status":{"shape":"string"},
1935
+ "snapshotTimeOfDay":{"shape":"TimeOfDay"},
1936
+ "nextSnapshotTimeOfDay":{"shape":"TimeOfDay"}
1937
+ }
1938
+ },
1939
+ "AddOnList":{
1940
+ "type":"list",
1941
+ "member":{"shape":"AddOn"}
1942
+ },
1943
+ "AddOnRequest":{
1944
+ "type":"structure",
1945
+ "required":["addOnType"],
1946
+ "members":{
1947
+ "addOnType":{"shape":"AddOnType"},
1948
+ "autoSnapshotAddOnRequest":{"shape":"AutoSnapshotAddOnRequest"}
1949
+ }
1950
+ },
1951
+ "AddOnRequestList":{
1952
+ "type":"list",
1953
+ "member":{"shape":"AddOnRequest"}
1954
+ },
1955
+ "AddOnType":{
1956
+ "type":"string",
1957
+ "enum":["AutoSnapshot"]
1958
+ },
1862
1959
  "AllocateStaticIpRequest":{
1863
1960
  "type":"structure",
1864
1961
  "required":["staticIpName"],
@@ -1942,11 +2039,54 @@
1942
2039
  "operations":{"shape":"OperationList"}
1943
2040
  }
1944
2041
  },
2042
+ "AttachedDisk":{
2043
+ "type":"structure",
2044
+ "members":{
2045
+ "path":{"shape":"string"},
2046
+ "sizeInGb":{"shape":"integer"}
2047
+ }
2048
+ },
2049
+ "AttachedDiskList":{
2050
+ "type":"list",
2051
+ "member":{"shape":"AttachedDisk"}
2052
+ },
1945
2053
  "AttachedDiskMap":{
1946
2054
  "type":"map",
1947
2055
  "key":{"shape":"ResourceName"},
1948
2056
  "value":{"shape":"DiskMapList"}
1949
2057
  },
2058
+ "AutoSnapshotAddOnRequest":{
2059
+ "type":"structure",
2060
+ "members":{
2061
+ "snapshotTimeOfDay":{"shape":"TimeOfDay"}
2062
+ }
2063
+ },
2064
+ "AutoSnapshotDate":{
2065
+ "type":"string",
2066
+ "pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
2067
+ },
2068
+ "AutoSnapshotDetails":{
2069
+ "type":"structure",
2070
+ "members":{
2071
+ "date":{"shape":"string"},
2072
+ "createdAt":{"shape":"IsoDate"},
2073
+ "status":{"shape":"AutoSnapshotStatus"},
2074
+ "fromAttachedDisks":{"shape":"AttachedDiskList"}
2075
+ }
2076
+ },
2077
+ "AutoSnapshotDetailsList":{
2078
+ "type":"list",
2079
+ "member":{"shape":"AutoSnapshotDetails"}
2080
+ },
2081
+ "AutoSnapshotStatus":{
2082
+ "type":"string",
2083
+ "enum":[
2084
+ "Success",
2085
+ "Failed",
2086
+ "InProgress",
2087
+ "NotFound"
2088
+ ]
2089
+ },
1950
2090
  "AvailabilityZone":{
1951
2091
  "type":"structure",
1952
2092
  "members":{
@@ -2060,12 +2200,14 @@
2060
2200
  "CopySnapshotRequest":{
2061
2201
  "type":"structure",
2062
2202
  "required":[
2063
- "sourceSnapshotName",
2064
2203
  "targetSnapshotName",
2065
2204
  "sourceRegion"
2066
2205
  ],
2067
2206
  "members":{
2068
2207
  "sourceSnapshotName":{"shape":"ResourceName"},
2208
+ "sourceResourceName":{"shape":"string"},
2209
+ "restoreDate":{"shape":"string"},
2210
+ "useLatestRestorableAutoSnapshot":{"shape":"boolean"},
2069
2211
  "targetSnapshotName":{"shape":"ResourceName"},
2070
2212
  "sourceRegion":{"shape":"RegionName"}
2071
2213
  }
@@ -2093,7 +2235,6 @@
2093
2235
  "type":"structure",
2094
2236
  "required":[
2095
2237
  "diskName",
2096
- "diskSnapshotName",
2097
2238
  "availabilityZone",
2098
2239
  "sizeInGb"
2099
2240
  ],
@@ -2102,7 +2243,11 @@
2102
2243
  "diskSnapshotName":{"shape":"ResourceName"},
2103
2244
  "availabilityZone":{"shape":"NonEmptyString"},
2104
2245
  "sizeInGb":{"shape":"integer"},
2105
- "tags":{"shape":"TagList"}
2246
+ "tags":{"shape":"TagList"},
2247
+ "addOns":{"shape":"AddOnRequestList"},
2248
+ "sourceDiskName":{"shape":"string"},
2249
+ "restoreDate":{"shape":"string"},
2250
+ "useLatestRestorableAutoSnapshot":{"shape":"boolean"}
2106
2251
  }
2107
2252
  },
2108
2253
  "CreateDiskFromSnapshotResult":{
@@ -2122,7 +2267,8 @@
2122
2267
  "diskName":{"shape":"ResourceName"},
2123
2268
  "availabilityZone":{"shape":"NonEmptyString"},
2124
2269
  "sizeInGb":{"shape":"integer"},
2125
- "tags":{"shape":"TagList"}
2270
+ "tags":{"shape":"TagList"},
2271
+ "addOns":{"shape":"AddOnRequestList"}
2126
2272
  }
2127
2273
  },
2128
2274
  "CreateDiskResult":{
@@ -2201,7 +2347,6 @@
2201
2347
  "required":[
2202
2348
  "instanceNames",
2203
2349
  "availabilityZone",
2204
- "instanceSnapshotName",
2205
2350
  "bundleId"
2206
2351
  ],
2207
2352
  "members":{
@@ -2212,7 +2357,11 @@
2212
2357
  "bundleId":{"shape":"NonEmptyString"},
2213
2358
  "userData":{"shape":"string"},
2214
2359
  "keyPairName":{"shape":"ResourceName"},
2215
- "tags":{"shape":"TagList"}
2360
+ "tags":{"shape":"TagList"},
2361
+ "addOns":{"shape":"AddOnRequestList"},
2362
+ "sourceInstanceName":{"shape":"string"},
2363
+ "restoreDate":{"shape":"string"},
2364
+ "useLatestRestorableAutoSnapshot":{"shape":"boolean"}
2216
2365
  }
2217
2366
  },
2218
2367
  "CreateInstancesFromSnapshotResult":{
@@ -2240,7 +2389,8 @@
2240
2389
  "bundleId":{"shape":"NonEmptyString"},
2241
2390
  "userData":{"shape":"string"},
2242
2391
  "keyPairName":{"shape":"ResourceName"},
2243
- "tags":{"shape":"TagList"}
2392
+ "tags":{"shape":"TagList"},
2393
+ "addOns":{"shape":"AddOnRequestList"}
2244
2394
  }
2245
2395
  },
2246
2396
  "CreateInstancesResult":{
@@ -2377,11 +2527,29 @@
2377
2527
  "operations":{"shape":"OperationList"}
2378
2528
  }
2379
2529
  },
2530
+ "DeleteAutoSnapshotRequest":{
2531
+ "type":"structure",
2532
+ "required":[
2533
+ "resourceName",
2534
+ "date"
2535
+ ],
2536
+ "members":{
2537
+ "resourceName":{"shape":"ResourceName"},
2538
+ "date":{"shape":"AutoSnapshotDate"}
2539
+ }
2540
+ },
2541
+ "DeleteAutoSnapshotResult":{
2542
+ "type":"structure",
2543
+ "members":{
2544
+ "operations":{"shape":"OperationList"}
2545
+ }
2546
+ },
2380
2547
  "DeleteDiskRequest":{
2381
2548
  "type":"structure",
2382
2549
  "required":["diskName"],
2383
2550
  "members":{
2384
- "diskName":{"shape":"ResourceName"}
2551
+ "diskName":{"shape":"ResourceName"},
2552
+ "forceDeleteAddOns":{"shape":"boolean"}
2385
2553
  }
2386
2554
  },
2387
2555
  "DeleteDiskResult":{
@@ -2437,7 +2605,8 @@
2437
2605
  "type":"structure",
2438
2606
  "required":["instanceName"],
2439
2607
  "members":{
2440
- "instanceName":{"shape":"ResourceName"}
2608
+ "instanceName":{"shape":"ResourceName"},
2609
+ "forceDeleteAddOns":{"shape":"boolean"}
2441
2610
  }
2442
2611
  },
2443
2612
  "DeleteInstanceResult":{
@@ -2594,6 +2763,23 @@
2594
2763
  "operations":{"shape":"OperationList"}
2595
2764
  }
2596
2765
  },
2766
+ "DisableAddOnRequest":{
2767
+ "type":"structure",
2768
+ "required":[
2769
+ "addOnType",
2770
+ "resourceName"
2771
+ ],
2772
+ "members":{
2773
+ "addOnType":{"shape":"AddOnType"},
2774
+ "resourceName":{"shape":"ResourceName"}
2775
+ }
2776
+ },
2777
+ "DisableAddOnResult":{
2778
+ "type":"structure",
2779
+ "members":{
2780
+ "operations":{"shape":"OperationList"}
2781
+ }
2782
+ },
2597
2783
  "Disk":{
2598
2784
  "type":"structure",
2599
2785
  "members":{
@@ -2604,6 +2790,7 @@
2604
2790
  "location":{"shape":"ResourceLocation"},
2605
2791
  "resourceType":{"shape":"ResourceType"},
2606
2792
  "tags":{"shape":"TagList"},
2793
+ "addOns":{"shape":"AddOnList"},
2607
2794
  "sizeInGb":{"shape":"integer"},
2608
2795
  "isSystemDisk":{"shape":"boolean"},
2609
2796
  "iops":{"shape":"integer"},
@@ -2665,7 +2852,8 @@
2665
2852
  "fromDiskName":{"shape":"ResourceName"},
2666
2853
  "fromDiskArn":{"shape":"NonEmptyString"},
2667
2854
  "fromInstanceName":{"shape":"ResourceName"},
2668
- "fromInstanceArn":{"shape":"NonEmptyString"}
2855
+ "fromInstanceArn":{"shape":"NonEmptyString"},
2856
+ "isFromAutoSnapshot":{"shape":"boolean"}
2669
2857
  }
2670
2858
  },
2671
2859
  "DiskSnapshotInfo":{
@@ -2756,6 +2944,23 @@
2756
2944
  "privateKeyBase64":{"shape":"Base64"}
2757
2945
  }
2758
2946
  },
2947
+ "EnableAddOnRequest":{
2948
+ "type":"structure",
2949
+ "required":[
2950
+ "resourceName",
2951
+ "addOnRequest"
2952
+ ],
2953
+ "members":{
2954
+ "resourceName":{"shape":"ResourceName"},
2955
+ "addOnRequest":{"shape":"AddOnRequest"}
2956
+ }
2957
+ },
2958
+ "EnableAddOnResult":{
2959
+ "type":"structure",
2960
+ "members":{
2961
+ "operations":{"shape":"OperationList"}
2962
+ }
2963
+ },
2759
2964
  "ExportSnapshotRecord":{
2760
2965
  "type":"structure",
2761
2966
  "members":{
@@ -2819,6 +3024,21 @@
2819
3024
  "nextPageToken":{"shape":"string"}
2820
3025
  }
2821
3026
  },
3027
+ "GetAutoSnapshotsRequest":{
3028
+ "type":"structure",
3029
+ "required":["resourceName"],
3030
+ "members":{
3031
+ "resourceName":{"shape":"ResourceName"}
3032
+ }
3033
+ },
3034
+ "GetAutoSnapshotsResult":{
3035
+ "type":"structure",
3036
+ "members":{
3037
+ "resourceName":{"shape":"ResourceName"},
3038
+ "resourceType":{"shape":"ResourceType"},
3039
+ "autoSnapshots":{"shape":"AutoSnapshotDetailsList"}
3040
+ }
3041
+ },
2822
3042
  "GetBlueprintsRequest":{
2823
3043
  "type":"structure",
2824
3044
  "members":{
@@ -3482,6 +3702,7 @@
3482
3702
  "blueprintId":{"shape":"NonEmptyString"},
3483
3703
  "blueprintName":{"shape":"NonEmptyString"},
3484
3704
  "bundleId":{"shape":"NonEmptyString"},
3705
+ "addOns":{"shape":"AddOnList"},
3485
3706
  "isStaticIp":{"shape":"boolean"},
3486
3707
  "privateIpAddress":{"shape":"IpAddress"},
3487
3708
  "publicIpAddress":{"shape":"IpAddress"},
@@ -3661,6 +3882,7 @@
3661
3882
  "fromInstanceArn":{"shape":"NonEmptyString"},
3662
3883
  "fromBlueprintId":{"shape":"string"},
3663
3884
  "fromBundleId":{"shape":"string"},
3885
+ "isFromAutoSnapshot":{"shape":"boolean"},
3664
3886
  "sizeInGb":{"shape":"integer"}
3665
3887
  }
3666
3888
  },
@@ -4153,7 +4375,9 @@
4153
4375
  "UpdateRelationalDatabaseParameters",
4154
4376
  "StartRelationalDatabase",
4155
4377
  "RebootRelationalDatabase",
4156
- "StopRelationalDatabase"
4378
+ "StopRelationalDatabase",
4379
+ "EnableAddOn",
4380
+ "DisableAddOn"
4157
4381
  ]
4158
4382
  },
4159
4383
  "PasswordData":{
@@ -4495,6 +4719,10 @@
4495
4719
  "operations":{"shape":"OperationList"}
4496
4720
  }
4497
4721
  },
4722
+ "ResourceArn":{
4723
+ "type":"string",
4724
+ "pattern":"^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$"
4725
+ },
4498
4726
  "ResourceLocation":{
4499
4727
  "type":"structure",
4500
4728
  "members":{
@@ -4649,6 +4877,7 @@
4649
4877
  ],
4650
4878
  "members":{
4651
4879
  "resourceName":{"shape":"ResourceName"},
4880
+ "resourceArn":{"shape":"ResourceArn"},
4652
4881
  "tags":{"shape":"TagList"}
4653
4882
  }
4654
4883
  },
@@ -4659,6 +4888,10 @@
4659
4888
  }
4660
4889
  },
4661
4890
  "TagValue":{"type":"string"},
4891
+ "TimeOfDay":{
4892
+ "type":"string",
4893
+ "pattern":"^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$"
4894
+ },
4662
4895
  "UnauthenticatedException":{
4663
4896
  "type":"structure",
4664
4897
  "members":{
@@ -4688,6 +4921,7 @@
4688
4921
  ],
4689
4922
  "members":{
4690
4923
  "resourceName":{"shape":"ResourceName"},
4924
+ "resourceArn":{"shape":"ResourceArn"},
4691
4925
  "tagKeys":{"shape":"TagKeyList"}
4692
4926
  }
4693
4927
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.365'
2
+ VERSION = '2.11.366'
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.365
4
+ version: 2.11.366
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-10-01 00:00:00.000000000 Z
11
+ date: 2019-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath