cdk-docker-image-deployment 0.0.178 → 0.0.180

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.
Files changed (44) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +64 -7
  8. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +692 -153
  9. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +15 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1275 -1272
  11. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +249 -215
  12. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +62 -2
  13. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +282 -110
  14. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +35 -29
  15. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +142 -141
  16. package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +42 -42
  18. package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +62 -0
  19. package/node_modules/aws-sdk/apis/pricing-2017-10-15.paginators.json +12 -3
  20. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +40 -0
  21. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +20 -14
  23. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +59 -9
  24. package/node_modules/aws-sdk/clients/comprehend.d.ts +851 -52
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +82 -77
  26. package/node_modules/aws-sdk/clients/iot.d.ts +40 -4
  27. package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
  28. package/node_modules/aws-sdk/clients/lightsail.d.ts +241 -2
  29. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +21 -13
  30. package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/omics.d.ts +33 -28
  32. package/node_modules/aws-sdk/clients/organizations.d.ts +10 -10
  33. package/node_modules/aws-sdk/clients/pi.d.ts +5 -0
  34. package/node_modules/aws-sdk/clients/pipes.d.ts +4 -5
  35. package/node_modules/aws-sdk/clients/pricing.d.ts +96 -1
  36. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -0
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -14
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +2321 -1659
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +4 -4
@@ -63,7 +63,10 @@
63
63
  "members": {
64
64
  "diskName": {},
65
65
  "instanceName": {},
66
- "diskPath": {}
66
+ "diskPath": {},
67
+ "autoMounting": {
68
+ "type": "boolean"
69
+ }
67
70
  }
68
71
  },
69
72
  "output": {
@@ -526,16 +529,16 @@
526
529
  "members": {
527
530
  "distributionName": {},
528
531
  "origin": {
529
- "shape": "S3q"
532
+ "shape": "S3r"
530
533
  },
531
534
  "defaultCacheBehavior": {
532
- "shape": "S3s"
535
+ "shape": "S3t"
533
536
  },
534
537
  "cacheBehaviorSettings": {
535
- "shape": "S3u"
538
+ "shape": "S3v"
536
539
  },
537
540
  "cacheBehaviors": {
538
- "shape": "S42"
541
+ "shape": "S43"
539
542
  },
540
543
  "bundleId": {},
541
544
  "ipAddressType": {},
@@ -548,7 +551,7 @@
548
551
  "type": "structure",
549
552
  "members": {
550
553
  "distribution": {
551
- "shape": "S46"
554
+ "shape": "S47"
552
555
  },
553
556
  "operation": {
554
557
  "shape": "S5"
@@ -588,7 +591,7 @@
588
591
  "members": {
589
592
  "domainName": {},
590
593
  "domainEntry": {
591
- "shape": "S4b"
594
+ "shape": "S4c"
592
595
  }
593
596
  }
594
597
  },
@@ -601,6 +604,44 @@
601
604
  }
602
605
  }
603
606
  },
607
+ "CreateGUISessionAccessDetails": {
608
+ "input": {
609
+ "type": "structure",
610
+ "required": [
611
+ "resourceName"
612
+ ],
613
+ "members": {
614
+ "resourceName": {}
615
+ }
616
+ },
617
+ "output": {
618
+ "type": "structure",
619
+ "members": {
620
+ "resourceName": {},
621
+ "status": {},
622
+ "percentageComplete": {
623
+ "type": "integer"
624
+ },
625
+ "failureReason": {},
626
+ "sessions": {
627
+ "type": "list",
628
+ "member": {
629
+ "type": "structure",
630
+ "members": {
631
+ "name": {},
632
+ "url": {
633
+ "type": "string",
634
+ "sensitive": true
635
+ },
636
+ "isPrimary": {
637
+ "type": "boolean"
638
+ }
639
+ }
640
+ }
641
+ }
642
+ }
643
+ }
644
+ },
604
645
  "CreateInstanceSnapshot": {
605
646
  "input": {
606
647
  "type": "structure",
@@ -735,7 +776,7 @@
735
776
  "type": "structure",
736
777
  "members": {
737
778
  "keyPair": {
738
- "shape": "S4r"
779
+ "shape": "S4y"
739
780
  },
740
781
  "publicKeyBase64": {},
741
782
  "privateKeyBase64": {},
@@ -761,7 +802,7 @@
761
802
  "certificateName": {},
762
803
  "certificateDomainName": {},
763
804
  "certificateAlternativeNames": {
764
- "shape": "S4u"
805
+ "shape": "S51"
765
806
  },
766
807
  "tags": {
767
808
  "shape": "S10"
@@ -792,7 +833,7 @@
792
833
  "certificateName": {},
793
834
  "certificateDomainName": {},
794
835
  "certificateAlternativeNames": {
795
- "shape": "S4u"
836
+ "shape": "S51"
796
837
  },
797
838
  "tags": {
798
839
  "shape": "S10"
@@ -826,7 +867,7 @@
826
867
  "masterDatabaseName": {},
827
868
  "masterUsername": {},
828
869
  "masterUserPassword": {
829
- "shape": "S4z"
870
+ "shape": "S56"
830
871
  },
831
872
  "preferredBackupWindow": {},
832
873
  "preferredMaintenanceWindow": {},
@@ -1145,7 +1186,7 @@
1145
1186
  "members": {
1146
1187
  "domainName": {},
1147
1188
  "domainEntry": {
1148
- "shape": "S4b"
1189
+ "shape": "S4c"
1149
1190
  }
1150
1191
  }
1151
1192
  },
@@ -1553,10 +1594,10 @@
1553
1594
  "state": {},
1554
1595
  "unit": {},
1555
1596
  "contactProtocols": {
1556
- "shape": "S78"
1597
+ "shape": "S7f"
1557
1598
  },
1558
1599
  "notificationTriggers": {
1559
- "shape": "S79"
1600
+ "shape": "S7g"
1560
1601
  },
1561
1602
  "notificationEnabled": {
1562
1603
  "type": "boolean"
@@ -1618,7 +1659,8 @@
1618
1659
  "includeInactive": {
1619
1660
  "type": "boolean"
1620
1661
  },
1621
- "pageToken": {}
1662
+ "pageToken": {},
1663
+ "appCategory": {}
1622
1664
  }
1623
1665
  },
1624
1666
  "output": {
@@ -1644,7 +1686,8 @@
1644
1686
  "versionCode": {},
1645
1687
  "productUrl": {},
1646
1688
  "licenseUrl": {},
1647
- "platform": {}
1689
+ "platform": {},
1690
+ "appCategory": {}
1648
1691
  }
1649
1692
  }
1650
1693
  },
@@ -1736,7 +1779,7 @@
1736
1779
  "type": "integer"
1737
1780
  },
1738
1781
  "statistics": {
1739
- "shape": "S7x"
1782
+ "shape": "S85"
1740
1783
  },
1741
1784
  "unit": {}
1742
1785
  }
@@ -1746,7 +1789,7 @@
1746
1789
  "members": {
1747
1790
  "metricName": {},
1748
1791
  "metricData": {
1749
- "shape": "S7z"
1792
+ "shape": "S87"
1750
1793
  }
1751
1794
  }
1752
1795
  }
@@ -1795,7 +1838,8 @@
1795
1838
  "includeInactive": {
1796
1839
  "type": "boolean"
1797
1840
  },
1798
- "pageToken": {}
1841
+ "pageToken": {},
1842
+ "appCategory": {}
1799
1843
  }
1800
1844
  },
1801
1845
  "output": {
@@ -1833,6 +1877,10 @@
1833
1877
  "supportedPlatforms": {
1834
1878
  "type": "list",
1835
1879
  "member": {}
1880
+ },
1881
+ "supportedAppCategories": {
1882
+ "type": "list",
1883
+ "member": {}
1836
1884
  }
1837
1885
  }
1838
1886
  }
@@ -1904,7 +1952,7 @@
1904
1952
  }
1905
1953
  },
1906
1954
  "destinationInfo": {
1907
- "shape": "S8q"
1955
+ "shape": "S8z"
1908
1956
  }
1909
1957
  }
1910
1958
  }
@@ -1918,7 +1966,7 @@
1918
1966
  "type": "structure",
1919
1967
  "members": {
1920
1968
  "protocols": {
1921
- "shape": "S78"
1969
+ "shape": "S7f"
1922
1970
  }
1923
1971
  }
1924
1972
  },
@@ -1984,7 +2032,7 @@
1984
2032
  "containerImages": {
1985
2033
  "type": "list",
1986
2034
  "member": {
1987
- "shape": "S93"
2035
+ "shape": "S9c"
1988
2036
  }
1989
2037
  }
1990
2038
  }
@@ -2075,7 +2123,7 @@
2075
2123
  "type": "integer"
2076
2124
  },
2077
2125
  "statistics": {
2078
- "shape": "S7x"
2126
+ "shape": "S85"
2079
2127
  }
2080
2128
  }
2081
2129
  },
@@ -2084,7 +2132,7 @@
2084
2132
  "members": {
2085
2133
  "metricName": {},
2086
2134
  "metricData": {
2087
- "shape": "S7z"
2135
+ "shape": "S87"
2088
2136
  }
2089
2137
  }
2090
2138
  }
@@ -2141,6 +2189,82 @@
2141
2189
  }
2142
2190
  }
2143
2191
  },
2192
+ "GetCostEstimate": {
2193
+ "input": {
2194
+ "type": "structure",
2195
+ "required": [
2196
+ "resourceName",
2197
+ "startTime",
2198
+ "endTime"
2199
+ ],
2200
+ "members": {
2201
+ "resourceName": {},
2202
+ "startTime": {
2203
+ "type": "timestamp"
2204
+ },
2205
+ "endTime": {
2206
+ "type": "timestamp"
2207
+ }
2208
+ }
2209
+ },
2210
+ "output": {
2211
+ "type": "structure",
2212
+ "members": {
2213
+ "resourcesBudgetEstimate": {
2214
+ "type": "list",
2215
+ "member": {
2216
+ "type": "structure",
2217
+ "members": {
2218
+ "resourceName": {},
2219
+ "resourceType": {},
2220
+ "costEstimates": {
2221
+ "type": "list",
2222
+ "member": {
2223
+ "type": "structure",
2224
+ "members": {
2225
+ "usageType": {},
2226
+ "resultsByTime": {
2227
+ "type": "list",
2228
+ "member": {
2229
+ "type": "structure",
2230
+ "members": {
2231
+ "usageCost": {
2232
+ "type": "double"
2233
+ },
2234
+ "pricingUnit": {},
2235
+ "unit": {
2236
+ "type": "double"
2237
+ },
2238
+ "currency": {},
2239
+ "timePeriod": {
2240
+ "type": "structure",
2241
+ "members": {
2242
+ "start": {
2243
+ "type": "timestamp"
2244
+ },
2245
+ "end": {
2246
+ "type": "timestamp"
2247
+ }
2248
+ }
2249
+ }
2250
+ }
2251
+ }
2252
+ }
2253
+ }
2254
+ }
2255
+ },
2256
+ "startTime": {
2257
+ "type": "timestamp"
2258
+ },
2259
+ "endTime": {
2260
+ "type": "timestamp"
2261
+ }
2262
+ }
2263
+ }
2264
+ }
2265
+ }
2266
+ }
2267
+ },
2144
2268
  "GetDisk": {
2145
2269
  "input": {
2146
2270
  "type": "structure",
@@ -2155,7 +2279,7 @@
2155
2279
  "type": "structure",
2156
2280
  "members": {
2157
2281
  "disk": {
2158
- "shape": "S9n"
2282
+ "shape": "Sa7"
2159
2283
  }
2160
2284
  }
2161
2285
  }
@@ -2174,7 +2298,7 @@
2174
2298
  "type": "structure",
2175
2299
  "members": {
2176
2300
  "diskSnapshot": {
2177
- "shape": "S9t"
2301
+ "shape": "Sae"
2178
2302
  }
2179
2303
  }
2180
2304
  }
@@ -2192,7 +2316,7 @@
2192
2316
  "diskSnapshots": {
2193
2317
  "type": "list",
2194
2318
  "member": {
2195
- "shape": "S9t"
2319
+ "shape": "Sae"
2196
2320
  }
2197
2321
  },
2198
2322
  "nextPageToken": {}
@@ -2210,7 +2334,7 @@
2210
2334
  "type": "structure",
2211
2335
  "members": {
2212
2336
  "disks": {
2213
- "shape": "Sa0"
2337
+ "shape": "Sal"
2214
2338
  },
2215
2339
  "nextPageToken": {}
2216
2340
  }
@@ -2289,7 +2413,7 @@
2289
2413
  },
2290
2414
  "unit": {},
2291
2415
  "statistics": {
2292
- "shape": "S7x"
2416
+ "shape": "S85"
2293
2417
  }
2294
2418
  }
2295
2419
  },
@@ -2298,7 +2422,7 @@
2298
2422
  "members": {
2299
2423
  "metricName": {},
2300
2424
  "metricData": {
2301
- "shape": "S7z"
2425
+ "shape": "S87"
2302
2426
  }
2303
2427
  }
2304
2428
  }
@@ -2317,7 +2441,7 @@
2317
2441
  "distributions": {
2318
2442
  "type": "list",
2319
2443
  "member": {
2320
- "shape": "S46"
2444
+ "shape": "S47"
2321
2445
  }
2322
2446
  },
2323
2447
  "nextPageToken": {}
@@ -2338,7 +2462,7 @@
2338
2462
  "type": "structure",
2339
2463
  "members": {
2340
2464
  "domain": {
2341
- "shape": "Saf"
2465
+ "shape": "Sb0"
2342
2466
  }
2343
2467
  }
2344
2468
  }
@@ -2356,7 +2480,7 @@
2356
2480
  "domains": {
2357
2481
  "type": "list",
2358
2482
  "member": {
2359
- "shape": "Saf"
2483
+ "shape": "Sb0"
2360
2484
  }
2361
2485
  },
2362
2486
  "nextPageToken": {}
@@ -2433,7 +2557,7 @@
2433
2557
  }
2434
2558
  },
2435
2559
  "destinationInfo": {
2436
- "shape": "S8q"
2560
+ "shape": "S8z"
2437
2561
  }
2438
2562
  }
2439
2563
  }
@@ -2456,7 +2580,7 @@
2456
2580
  "type": "structure",
2457
2581
  "members": {
2458
2582
  "instance": {
2459
- "shape": "Sb1"
2583
+ "shape": "Sbm"
2460
2584
  }
2461
2585
  }
2462
2586
  }
@@ -2547,7 +2671,7 @@
2547
2671
  },
2548
2672
  "unit": {},
2549
2673
  "statistics": {
2550
- "shape": "S7x"
2674
+ "shape": "S85"
2551
2675
  }
2552
2676
  }
2553
2677
  },
@@ -2556,7 +2680,7 @@
2556
2680
  "members": {
2557
2681
  "metricName": {},
2558
2682
  "metricData": {
2559
- "shape": "S7z"
2683
+ "shape": "S87"
2560
2684
  }
2561
2685
  }
2562
2686
  }
@@ -2616,7 +2740,7 @@
2616
2740
  "type": "structure",
2617
2741
  "members": {
2618
2742
  "instanceSnapshot": {
2619
- "shape": "Sbz"
2743
+ "shape": "Sck"
2620
2744
  }
2621
2745
  }
2622
2746
  }
@@ -2634,7 +2758,7 @@
2634
2758
  "instanceSnapshots": {
2635
2759
  "type": "list",
2636
2760
  "member": {
2637
- "shape": "Sbz"
2761
+ "shape": "Sck"
2638
2762
  }
2639
2763
  },
2640
2764
  "nextPageToken": {}
@@ -2655,7 +2779,7 @@
2655
2779
  "type": "structure",
2656
2780
  "members": {
2657
2781
  "state": {
2658
- "shape": "Sbc"
2782
+ "shape": "Sbx"
2659
2783
  }
2660
2784
  }
2661
2785
  }
@@ -2673,7 +2797,7 @@
2673
2797
  "instances": {
2674
2798
  "type": "list",
2675
2799
  "member": {
2676
- "shape": "Sb1"
2800
+ "shape": "Sbm"
2677
2801
  }
2678
2802
  },
2679
2803
  "nextPageToken": {}
@@ -2694,7 +2818,7 @@
2694
2818
  "type": "structure",
2695
2819
  "members": {
2696
2820
  "keyPair": {
2697
- "shape": "S4r"
2821
+ "shape": "S4y"
2698
2822
  }
2699
2823
  }
2700
2824
  }
@@ -2715,7 +2839,7 @@
2715
2839
  "keyPairs": {
2716
2840
  "type": "list",
2717
2841
  "member": {
2718
- "shape": "S4r"
2842
+ "shape": "S4y"
2719
2843
  }
2720
2844
  },
2721
2845
  "nextPageToken": {}
@@ -2736,7 +2860,7 @@
2736
2860
  "type": "structure",
2737
2861
  "members": {
2738
2862
  "loadBalancer": {
2739
- "shape": "Scg"
2863
+ "shape": "Sd1"
2740
2864
  }
2741
2865
  }
2742
2866
  }
@@ -2767,7 +2891,7 @@
2767
2891
  },
2768
2892
  "unit": {},
2769
2893
  "statistics": {
2770
- "shape": "S7x"
2894
+ "shape": "S85"
2771
2895
  }
2772
2896
  }
2773
2897
  },
@@ -2776,7 +2900,7 @@
2776
2900
  "members": {
2777
2901
  "metricName": {},
2778
2902
  "metricData": {
2779
- "shape": "S7z"
2903
+ "shape": "S87"
2780
2904
  }
2781
2905
  }
2782
2906
  }
@@ -2928,7 +3052,7 @@
2928
3052
  "loadBalancers": {
2929
3053
  "type": "list",
2930
3054
  "member": {
2931
- "shape": "Scg"
3055
+ "shape": "Sd1"
2932
3056
  }
2933
3057
  },
2934
3058
  "nextPageToken": {}
@@ -3020,10 +3144,10 @@
3020
3144
  "displayName": {},
3021
3145
  "name": {},
3022
3146
  "availabilityZones": {
3023
- "shape": "Sds"
3147
+ "shape": "Sed"
3024
3148
  },
3025
3149
  "relationalDatabaseAvailabilityZones": {
3026
- "shape": "Sds"
3150
+ "shape": "Sed"
3027
3151
  }
3028
3152
  }
3029
3153
  }
@@ -3045,7 +3169,7 @@
3045
3169
  "type": "structure",
3046
3170
  "members": {
3047
3171
  "relationalDatabase": {
3048
- "shape": "Sdw"
3172
+ "shape": "Seh"
3049
3173
  }
3050
3174
  }
3051
3175
  }
@@ -3241,7 +3365,7 @@
3241
3365
  "type": "structure",
3242
3366
  "members": {
3243
3367
  "masterUserPassword": {
3244
- "shape": "S4z"
3368
+ "shape": "S56"
3245
3369
  },
3246
3370
  "createdAt": {
3247
3371
  "type": "timestamp"
@@ -3275,7 +3399,7 @@
3275
3399
  },
3276
3400
  "unit": {},
3277
3401
  "statistics": {
3278
- "shape": "S7x"
3402
+ "shape": "S85"
3279
3403
  }
3280
3404
  }
3281
3405
  },
@@ -3284,7 +3408,7 @@
3284
3408
  "members": {
3285
3409
  "metricName": {},
3286
3410
  "metricData": {
3287
- "shape": "S7z"
3411
+ "shape": "S87"
3288
3412
  }
3289
3413
  }
3290
3414
  }
@@ -3304,7 +3428,7 @@
3304
3428
  "type": "structure",
3305
3429
  "members": {
3306
3430
  "parameters": {
3307
- "shape": "Set"
3431
+ "shape": "Sfe"
3308
3432
  },
3309
3433
  "nextPageToken": {}
3310
3434
  }
@@ -3324,7 +3448,7 @@
3324
3448
  "type": "structure",
3325
3449
  "members": {
3326
3450
  "relationalDatabaseSnapshot": {
3327
- "shape": "Sex"
3451
+ "shape": "Sfi"
3328
3452
  }
3329
3453
  }
3330
3454
  }
@@ -3342,7 +3466,7 @@
3342
3466
  "relationalDatabaseSnapshots": {
3343
3467
  "type": "list",
3344
3468
  "member": {
3345
- "shape": "Sex"
3469
+ "shape": "Sfi"
3346
3470
  }
3347
3471
  },
3348
3472
  "nextPageToken": {}
@@ -3362,7 +3486,7 @@
3362
3486
  "relationalDatabases": {
3363
3487
  "type": "list",
3364
3488
  "member": {
3365
- "shape": "Sdw"
3489
+ "shape": "Seh"
3366
3490
  }
3367
3491
  },
3368
3492
  "nextPageToken": {}
@@ -3383,7 +3507,7 @@
3383
3507
  "type": "structure",
3384
3508
  "members": {
3385
3509
  "staticIp": {
3386
- "shape": "Sf6"
3510
+ "shape": "Sfr"
3387
3511
  }
3388
3512
  }
3389
3513
  }
@@ -3401,7 +3525,7 @@
3401
3525
  "staticIps": {
3402
3526
  "type": "list",
3403
3527
  "member": {
3404
- "shape": "Sf6"
3528
+ "shape": "Sfr"
3405
3529
  }
3406
3530
  },
3407
3531
  "nextPageToken": {}
@@ -3507,10 +3631,10 @@
3507
3631
  },
3508
3632
  "treatMissingData": {},
3509
3633
  "contactProtocols": {
3510
- "shape": "S78"
3634
+ "shape": "S7f"
3511
3635
  },
3512
3636
  "notificationTriggers": {
3513
- "shape": "S79"
3637
+ "shape": "S7g"
3514
3638
  },
3515
3639
  "notificationEnabled": {
3516
3640
  "type": "boolean"
@@ -3608,7 +3732,7 @@
3608
3732
  "type": "structure",
3609
3733
  "members": {
3610
3734
  "containerImage": {
3611
- "shape": "S93"
3735
+ "shape": "S9c"
3612
3736
  }
3613
3737
  }
3614
3738
  }
@@ -3717,6 +3841,25 @@
3717
3841
  }
3718
3842
  }
3719
3843
  },
3844
+ "StartGUISession": {
3845
+ "input": {
3846
+ "type": "structure",
3847
+ "required": [
3848
+ "resourceName"
3849
+ ],
3850
+ "members": {
3851
+ "resourceName": {}
3852
+ }
3853
+ },
3854
+ "output": {
3855
+ "type": "structure",
3856
+ "members": {
3857
+ "operations": {
3858
+ "shape": "S4"
3859
+ }
3860
+ }
3861
+ }
3862
+ },
3720
3863
  "StartInstance": {
3721
3864
  "input": {
3722
3865
  "type": "structure",
@@ -3755,6 +3898,25 @@
3755
3898
  }
3756
3899
  }
3757
3900
  },
3901
+ "StopGUISession": {
3902
+ "input": {
3903
+ "type": "structure",
3904
+ "required": [
3905
+ "resourceName"
3906
+ ],
3907
+ "members": {
3908
+ "resourceName": {}
3909
+ }
3910
+ },
3911
+ "output": {
3912
+ "type": "structure",
3913
+ "members": {
3914
+ "operations": {
3915
+ "shape": "S4"
3916
+ }
3917
+ }
3918
+ }
3919
+ },
3758
3920
  "StopInstance": {
3759
3921
  "input": {
3760
3922
  "type": "structure",
@@ -3975,16 +4137,16 @@
3975
4137
  "members": {
3976
4138
  "distributionName": {},
3977
4139
  "origin": {
3978
- "shape": "S3q"
4140
+ "shape": "S3r"
3979
4141
  },
3980
4142
  "defaultCacheBehavior": {
3981
- "shape": "S3s"
4143
+ "shape": "S3t"
3982
4144
  },
3983
4145
  "cacheBehaviorSettings": {
3984
- "shape": "S3u"
4146
+ "shape": "S3v"
3985
4147
  },
3986
4148
  "cacheBehaviors": {
3987
- "shape": "S42"
4149
+ "shape": "S43"
3988
4150
  },
3989
4151
  "isEnabled": {
3990
4152
  "type": "boolean"
@@ -4027,7 +4189,7 @@
4027
4189
  "members": {
4028
4190
  "domainName": {},
4029
4191
  "domainEntry": {
4030
- "shape": "S4b"
4192
+ "shape": "S4c"
4031
4193
  }
4032
4194
  }
4033
4195
  },
@@ -4097,7 +4259,7 @@
4097
4259
  "members": {
4098
4260
  "relationalDatabaseName": {},
4099
4261
  "masterUserPassword": {
4100
- "shape": "S4z"
4262
+ "shape": "S56"
4101
4263
  },
4102
4264
  "rotateMasterUserPassword": {
4103
4265
  "type": "boolean"
@@ -4138,7 +4300,7 @@
4138
4300
  "members": {
4139
4301
  "relationalDatabaseName": {},
4140
4302
  "parameters": {
4141
- "shape": "Set"
4303
+ "shape": "Sfe"
4142
4304
  }
4143
4305
  }
4144
4306
  },
@@ -4609,10 +4771,17 @@
4609
4771
  "members": {
4610
4772
  "snapshotTimeOfDay": {}
4611
4773
  }
4774
+ },
4775
+ "stopInstanceOnIdleRequest": {
4776
+ "type": "structure",
4777
+ "members": {
4778
+ "threshold": {},
4779
+ "duration": {}
4780
+ }
4612
4781
  }
4613
4782
  }
4614
4783
  },
4615
- "S3q": {
4784
+ "S3r": {
4616
4785
  "type": "structure",
4617
4786
  "members": {
4618
4787
  "name": {},
@@ -4620,13 +4789,13 @@
4620
4789
  "protocolPolicy": {}
4621
4790
  }
4622
4791
  },
4623
- "S3s": {
4792
+ "S3t": {
4624
4793
  "type": "structure",
4625
4794
  "members": {
4626
4795
  "behavior": {}
4627
4796
  }
4628
4797
  },
4629
- "S3u": {
4798
+ "S3v": {
4630
4799
  "type": "structure",
4631
4800
  "members": {
4632
4801
  "defaultTTL": {
@@ -4672,7 +4841,7 @@
4672
4841
  }
4673
4842
  }
4674
4843
  },
4675
- "S42": {
4844
+ "S43": {
4676
4845
  "type": "list",
4677
4846
  "member": {
4678
4847
  "type": "structure",
@@ -4682,7 +4851,7 @@
4682
4851
  }
4683
4852
  }
4684
4853
  },
4685
- "S46": {
4854
+ "S47": {
4686
4855
  "type": "structure",
4687
4856
  "members": {
4688
4857
  "name": {},
@@ -4716,13 +4885,13 @@
4716
4885
  },
4717
4886
  "originPublicDNS": {},
4718
4887
  "defaultCacheBehavior": {
4719
- "shape": "S3s"
4888
+ "shape": "S3t"
4720
4889
  },
4721
4890
  "cacheBehaviorSettings": {
4722
- "shape": "S3u"
4891
+ "shape": "S3v"
4723
4892
  },
4724
4893
  "cacheBehaviors": {
4725
- "shape": "S42"
4894
+ "shape": "S43"
4726
4895
  },
4727
4896
  "ableToUpdateBundle": {
4728
4897
  "type": "boolean"
@@ -4733,7 +4902,7 @@
4733
4902
  }
4734
4903
  }
4735
4904
  },
4736
- "S4b": {
4905
+ "S4c": {
4737
4906
  "type": "structure",
4738
4907
  "members": {
4739
4908
  "id": {},
@@ -4751,7 +4920,7 @@
4751
4920
  }
4752
4921
  }
4753
4922
  },
4754
- "S4r": {
4923
+ "S4y": {
4755
4924
  "type": "structure",
4756
4925
  "members": {
4757
4926
  "name": {},
@@ -4770,27 +4939,27 @@
4770
4939
  "fingerprint": {}
4771
4940
  }
4772
4941
  },
4773
- "S4u": {
4942
+ "S51": {
4774
4943
  "type": "list",
4775
4944
  "member": {}
4776
4945
  },
4777
- "S4z": {
4946
+ "S56": {
4778
4947
  "type": "string",
4779
4948
  "sensitive": true
4780
4949
  },
4781
- "S78": {
4950
+ "S7f": {
4782
4951
  "type": "list",
4783
4952
  "member": {}
4784
4953
  },
4785
- "S79": {
4954
+ "S7g": {
4786
4955
  "type": "list",
4787
4956
  "member": {}
4788
4957
  },
4789
- "S7x": {
4958
+ "S85": {
4790
4959
  "type": "list",
4791
4960
  "member": {}
4792
4961
  },
4793
- "S7z": {
4962
+ "S87": {
4794
4963
  "type": "list",
4795
4964
  "member": {
4796
4965
  "type": "structure",
@@ -4817,14 +4986,14 @@
4817
4986
  }
4818
4987
  }
4819
4988
  },
4820
- "S8q": {
4989
+ "S8z": {
4821
4990
  "type": "structure",
4822
4991
  "members": {
4823
4992
  "id": {},
4824
4993
  "service": {}
4825
4994
  }
4826
4995
  },
4827
- "S93": {
4996
+ "S9c": {
4828
4997
  "type": "structure",
4829
4998
  "members": {
4830
4999
  "image": {},
@@ -4834,7 +5003,7 @@
4834
5003
  }
4835
5004
  }
4836
5005
  },
4837
- "S9n": {
5006
+ "Sa7": {
4838
5007
  "type": "structure",
4839
5008
  "members": {
4840
5009
  "name": {},
@@ -4851,7 +5020,7 @@
4851
5020
  "shape": "S10"
4852
5021
  },
4853
5022
  "addOns": {
4854
- "shape": "S9o"
5023
+ "shape": "Sa8"
4855
5024
  },
4856
5025
  "sizeInGb": {
4857
5026
  "type": "integer"
@@ -4874,10 +5043,11 @@
4874
5043
  "gbInUse": {
4875
5044
  "deprecated": true,
4876
5045
  "type": "integer"
4877
- }
5046
+ },
5047
+ "autoMountStatus": {}
4878
5048
  }
4879
5049
  },
4880
- "S9o": {
5050
+ "Sa8": {
4881
5051
  "type": "list",
4882
5052
  "member": {
4883
5053
  "type": "structure",
@@ -4885,11 +5055,13 @@
4885
5055
  "name": {},
4886
5056
  "status": {},
4887
5057
  "snapshotTimeOfDay": {},
4888
- "nextSnapshotTimeOfDay": {}
5058
+ "nextSnapshotTimeOfDay": {},
5059
+ "threshold": {},
5060
+ "duration": {}
4889
5061
  }
4890
5062
  }
4891
5063
  },
4892
- "S9t": {
5064
+ "Sae": {
4893
5065
  "type": "structure",
4894
5066
  "members": {
4895
5067
  "name": {},
@@ -4919,13 +5091,13 @@
4919
5091
  }
4920
5092
  }
4921
5093
  },
4922
- "Sa0": {
5094
+ "Sal": {
4923
5095
  "type": "list",
4924
5096
  "member": {
4925
- "shape": "S9n"
5097
+ "shape": "Sa7"
4926
5098
  }
4927
5099
  },
4928
- "Saf": {
5100
+ "Sb0": {
4929
5101
  "type": "structure",
4930
5102
  "members": {
4931
5103
  "name": {},
@@ -4944,7 +5116,7 @@
4944
5116
  "domainEntries": {
4945
5117
  "type": "list",
4946
5118
  "member": {
4947
- "shape": "S4b"
5119
+ "shape": "S4c"
4948
5120
  }
4949
5121
  },
4950
5122
  "registeredDomainDelegationInfo": {
@@ -4968,7 +5140,7 @@
4968
5140
  }
4969
5141
  }
4970
5142
  },
4971
- "Sb1": {
5143
+ "Sbm": {
4972
5144
  "type": "structure",
4973
5145
  "members": {
4974
5146
  "name": {},
@@ -4988,7 +5160,7 @@
4988
5160
  "blueprintName": {},
4989
5161
  "bundleId": {},
4990
5162
  "addOns": {
4991
- "shape": "S9o"
5163
+ "shape": "Sa8"
4992
5164
  },
4993
5165
  "isStaticIp": {
4994
5166
  "type": "boolean"
@@ -5007,7 +5179,7 @@
5007
5179
  "type": "integer"
5008
5180
  },
5009
5181
  "disks": {
5010
- "shape": "Sa0"
5182
+ "shape": "Sal"
5011
5183
  },
5012
5184
  "ramSizeInGb": {
5013
5185
  "type": "float"
@@ -5056,7 +5228,7 @@
5056
5228
  }
5057
5229
  },
5058
5230
  "state": {
5059
- "shape": "Sbc"
5231
+ "shape": "Sbx"
5060
5232
  },
5061
5233
  "username": {},
5062
5234
  "sshKeyName": {},
@@ -5074,7 +5246,7 @@
5074
5246
  }
5075
5247
  }
5076
5248
  },
5077
- "Sbc": {
5249
+ "Sbx": {
5078
5250
  "type": "structure",
5079
5251
  "members": {
5080
5252
  "code": {
@@ -5083,7 +5255,7 @@
5083
5255
  "name": {}
5084
5256
  }
5085
5257
  },
5086
- "Sbz": {
5258
+ "Sck": {
5087
5259
  "type": "structure",
5088
5260
  "members": {
5089
5261
  "name": {},
@@ -5102,7 +5274,7 @@
5102
5274
  "state": {},
5103
5275
  "progress": {},
5104
5276
  "fromAttachedDisks": {
5105
- "shape": "Sa0"
5277
+ "shape": "Sal"
5106
5278
  },
5107
5279
  "fromInstanceName": {},
5108
5280
  "fromInstanceArn": {},
@@ -5116,7 +5288,7 @@
5116
5288
  }
5117
5289
  }
5118
5290
  },
5119
- "Scg": {
5291
+ "Sd1": {
5120
5292
  "type": "structure",
5121
5293
  "members": {
5122
5294
  "name": {},
@@ -5180,7 +5352,7 @@
5180
5352
  "tlsPolicyName": {}
5181
5353
  }
5182
5354
  },
5183
- "Sds": {
5355
+ "Sed": {
5184
5356
  "type": "list",
5185
5357
  "member": {
5186
5358
  "type": "structure",
@@ -5190,7 +5362,7 @@
5190
5362
  }
5191
5363
  }
5192
5364
  },
5193
- "Sdw": {
5365
+ "Seh": {
5194
5366
  "type": "structure",
5195
5367
  "members": {
5196
5368
  "name": {},
@@ -5275,7 +5447,7 @@
5275
5447
  "caCertificateIdentifier": {}
5276
5448
  }
5277
5449
  },
5278
- "Set": {
5450
+ "Sfe": {
5279
5451
  "type": "list",
5280
5452
  "member": {
5281
5453
  "type": "structure",
@@ -5293,7 +5465,7 @@
5293
5465
  }
5294
5466
  }
5295
5467
  },
5296
- "Sex": {
5468
+ "Sfi": {
5297
5469
  "type": "structure",
5298
5470
  "members": {
5299
5471
  "name": {},
@@ -5321,7 +5493,7 @@
5321
5493
  "fromRelationalDatabaseBlueprintId": {}
5322
5494
  }
5323
5495
  },
5324
- "Sf6": {
5496
+ "Sfr": {
5325
5497
  "type": "structure",
5326
5498
  "members": {
5327
5499
  "name": {},