aws-sdk-core 2.11.398 → 2.11.399
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 +4 -4
- data/apis/chime/2018-05-01/api-2.json +542 -0
- data/apis/chime/2018-05-01/paginators-1.json +10 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +9 -1
- data/apis/ec2/2016-11-15/api-2.json +9 -1
- data/apis/eks/2017-11-01/api-2.json +465 -4
- data/apis/eks/2017-11-01/examples-1.json +21 -0
- data/apis/eks/2017-11-01/paginators-1.json +6 -0
- data/apis/eks/2017-11-01/waiters-2.json +37 -0
- data/apis/elasticmapreduce/2009-03-31/api-2.json +12 -6
- data/apis/guardduty/2017-11-28/api-2.json +302 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +214 -5
- data/apis/workspaces/2015-04-08/api-2.json +233 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -36,6 +36,11 @@
|
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "Members"
|
38
38
|
},
|
39
|
+
"ListPublishingDestinations": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults"
|
43
|
+
},
|
39
44
|
"ListThreatIntelSets": {
|
40
45
|
"input_token": "NextToken",
|
41
46
|
"output_token": "NextToken",
|
@@ -1230,7 +1230,7 @@
|
|
1230
1230
|
"locationName": "codecSettings"
|
1231
1231
|
},
|
1232
1232
|
"CustomLanguageCode": {
|
1233
|
-
"shape": "
|
1233
|
+
"shape": "__stringPatternAZaZ23AZaZ",
|
1234
1234
|
"locationName": "customLanguageCode"
|
1235
1235
|
},
|
1236
1236
|
"LanguageCode": {
|
@@ -1568,7 +1568,7 @@
|
|
1568
1568
|
"locationName": "captionSelectorName"
|
1569
1569
|
},
|
1570
1570
|
"CustomLanguageCode": {
|
1571
|
-
"shape": "
|
1571
|
+
"shape": "__stringPatternAZaZ23AZaZ",
|
1572
1572
|
"locationName": "customLanguageCode"
|
1573
1573
|
},
|
1574
1574
|
"DestinationSettings": {
|
@@ -1589,7 +1589,7 @@
|
|
1589
1589
|
"type": "structure",
|
1590
1590
|
"members": {
|
1591
1591
|
"CustomLanguageCode": {
|
1592
|
-
"shape": "
|
1592
|
+
"shape": "__stringPatternAZaZ23AZaZ",
|
1593
1593
|
"locationName": "customLanguageCode"
|
1594
1594
|
},
|
1595
1595
|
"DestinationSettings": {
|
@@ -1736,6 +1736,19 @@
|
|
1736
1736
|
}
|
1737
1737
|
}
|
1738
1738
|
},
|
1739
|
+
"CmafAdditionalManifest": {
|
1740
|
+
"type": "structure",
|
1741
|
+
"members": {
|
1742
|
+
"ManifestNameModifier": {
|
1743
|
+
"shape": "__stringMin1",
|
1744
|
+
"locationName": "manifestNameModifier"
|
1745
|
+
},
|
1746
|
+
"SelectedOutputs": {
|
1747
|
+
"shape": "__listOf__stringMin1",
|
1748
|
+
"locationName": "selectedOutputs"
|
1749
|
+
}
|
1750
|
+
}
|
1751
|
+
},
|
1739
1752
|
"CmafClientCache": {
|
1740
1753
|
"type": "string",
|
1741
1754
|
"enum": [
|
@@ -1789,6 +1802,10 @@
|
|
1789
1802
|
"CmafGroupSettings": {
|
1790
1803
|
"type": "structure",
|
1791
1804
|
"members": {
|
1805
|
+
"AdditionalManifests": {
|
1806
|
+
"shape": "__listOfCmafAdditionalManifest",
|
1807
|
+
"locationName": "additionalManifests"
|
1808
|
+
},
|
1792
1809
|
"BaseUrl": {
|
1793
1810
|
"shape": "__string",
|
1794
1811
|
"locationName": "baseUrl"
|
@@ -2030,6 +2047,10 @@
|
|
2030
2047
|
"Mp4Settings": {
|
2031
2048
|
"shape": "Mp4Settings",
|
2032
2049
|
"locationName": "mp4Settings"
|
2050
|
+
},
|
2051
|
+
"MpdSettings": {
|
2052
|
+
"shape": "MpdSettings",
|
2053
|
+
"locationName": "mpdSettings"
|
2033
2054
|
}
|
2034
2055
|
}
|
2035
2056
|
},
|
@@ -2248,6 +2269,19 @@
|
|
2248
2269
|
}
|
2249
2270
|
}
|
2250
2271
|
},
|
2272
|
+
"DashAdditionalManifest": {
|
2273
|
+
"type": "structure",
|
2274
|
+
"members": {
|
2275
|
+
"ManifestNameModifier": {
|
2276
|
+
"shape": "__stringMin1",
|
2277
|
+
"locationName": "manifestNameModifier"
|
2278
|
+
},
|
2279
|
+
"SelectedOutputs": {
|
2280
|
+
"shape": "__listOf__stringMin1",
|
2281
|
+
"locationName": "selectedOutputs"
|
2282
|
+
}
|
2283
|
+
}
|
2284
|
+
},
|
2251
2285
|
"DashIsoEncryptionSettings": {
|
2252
2286
|
"type": "structure",
|
2253
2287
|
"members": {
|
@@ -2264,6 +2298,10 @@
|
|
2264
2298
|
"DashIsoGroupSettings": {
|
2265
2299
|
"type": "structure",
|
2266
2300
|
"members": {
|
2301
|
+
"AdditionalManifests": {
|
2302
|
+
"shape": "__listOfDashAdditionalManifest",
|
2303
|
+
"locationName": "additionalManifests"
|
2304
|
+
},
|
2267
2305
|
"BaseUrl": {
|
2268
2306
|
"shape": "__string",
|
2269
2307
|
"locationName": "baseUrl"
|
@@ -2512,6 +2550,50 @@
|
|
2512
2550
|
"members": {
|
2513
2551
|
}
|
2514
2552
|
},
|
2553
|
+
"DolbyVision": {
|
2554
|
+
"type": "structure",
|
2555
|
+
"members": {
|
2556
|
+
"L6Metadata": {
|
2557
|
+
"shape": "DolbyVisionLevel6Metadata",
|
2558
|
+
"locationName": "l6Metadata"
|
2559
|
+
},
|
2560
|
+
"L6Mode": {
|
2561
|
+
"shape": "DolbyVisionLevel6Mode",
|
2562
|
+
"locationName": "l6Mode"
|
2563
|
+
},
|
2564
|
+
"Profile": {
|
2565
|
+
"shape": "DolbyVisionProfile",
|
2566
|
+
"locationName": "profile"
|
2567
|
+
}
|
2568
|
+
}
|
2569
|
+
},
|
2570
|
+
"DolbyVisionLevel6Metadata": {
|
2571
|
+
"type": "structure",
|
2572
|
+
"members": {
|
2573
|
+
"MaxCll": {
|
2574
|
+
"shape": "__integerMin0Max65535",
|
2575
|
+
"locationName": "maxCll"
|
2576
|
+
},
|
2577
|
+
"MaxFall": {
|
2578
|
+
"shape": "__integerMin0Max65535",
|
2579
|
+
"locationName": "maxFall"
|
2580
|
+
}
|
2581
|
+
}
|
2582
|
+
},
|
2583
|
+
"DolbyVisionLevel6Mode": {
|
2584
|
+
"type": "string",
|
2585
|
+
"enum": [
|
2586
|
+
"PASSTHROUGH",
|
2587
|
+
"RECALCULATE",
|
2588
|
+
"SPECIFY"
|
2589
|
+
]
|
2590
|
+
},
|
2591
|
+
"DolbyVisionProfile": {
|
2592
|
+
"type": "string",
|
2593
|
+
"enum": [
|
2594
|
+
"PROFILE_5"
|
2595
|
+
]
|
2596
|
+
},
|
2515
2597
|
"DropFrameTimecode": {
|
2516
2598
|
"type": "string",
|
2517
2599
|
"enum": [
|
@@ -4117,6 +4199,19 @@
|
|
4117
4199
|
"ELEMENTAL_SCTE35"
|
4118
4200
|
]
|
4119
4201
|
},
|
4202
|
+
"HlsAdditionalManifest": {
|
4203
|
+
"type": "structure",
|
4204
|
+
"members": {
|
4205
|
+
"ManifestNameModifier": {
|
4206
|
+
"shape": "__stringMin1",
|
4207
|
+
"locationName": "manifestNameModifier"
|
4208
|
+
},
|
4209
|
+
"SelectedOutputs": {
|
4210
|
+
"shape": "__listOf__stringMin1",
|
4211
|
+
"locationName": "selectedOutputs"
|
4212
|
+
}
|
4213
|
+
}
|
4214
|
+
},
|
4120
4215
|
"HlsAudioOnlyContainer": {
|
4121
4216
|
"type": "string",
|
4122
4217
|
"enum": [
|
@@ -4230,6 +4325,10 @@
|
|
4230
4325
|
"shape": "__listOfHlsAdMarkers",
|
4231
4326
|
"locationName": "adMarkers"
|
4232
4327
|
},
|
4328
|
+
"AdditionalManifests": {
|
4329
|
+
"shape": "__listOfHlsAdditionalManifest",
|
4330
|
+
"locationName": "additionalManifests"
|
4331
|
+
},
|
4233
4332
|
"BaseUrl": {
|
4234
4333
|
"shape": "__string",
|
4235
4334
|
"locationName": "baseUrl"
|
@@ -5950,6 +6049,44 @@
|
|
5950
6049
|
}
|
5951
6050
|
}
|
5952
6051
|
},
|
6052
|
+
"MpdCaptionContainerType": {
|
6053
|
+
"type": "string",
|
6054
|
+
"enum": [
|
6055
|
+
"RAW",
|
6056
|
+
"FRAGMENTED_MP4"
|
6057
|
+
]
|
6058
|
+
},
|
6059
|
+
"MpdScte35Esam": {
|
6060
|
+
"type": "string",
|
6061
|
+
"enum": [
|
6062
|
+
"INSERT",
|
6063
|
+
"NONE"
|
6064
|
+
]
|
6065
|
+
},
|
6066
|
+
"MpdScte35Source": {
|
6067
|
+
"type": "string",
|
6068
|
+
"enum": [
|
6069
|
+
"PASSTHROUGH",
|
6070
|
+
"NONE"
|
6071
|
+
]
|
6072
|
+
},
|
6073
|
+
"MpdSettings": {
|
6074
|
+
"type": "structure",
|
6075
|
+
"members": {
|
6076
|
+
"CaptionContainerType": {
|
6077
|
+
"shape": "MpdCaptionContainerType",
|
6078
|
+
"locationName": "captionContainerType"
|
6079
|
+
},
|
6080
|
+
"Scte35Esam": {
|
6081
|
+
"shape": "MpdScte35Esam",
|
6082
|
+
"locationName": "scte35Esam"
|
6083
|
+
},
|
6084
|
+
"Scte35Source": {
|
6085
|
+
"shape": "MpdScte35Source",
|
6086
|
+
"locationName": "scte35Source"
|
6087
|
+
}
|
6088
|
+
}
|
6089
|
+
},
|
5953
6090
|
"Mpeg2AdaptiveQuantization": {
|
5954
6091
|
"type": "string",
|
5955
6092
|
"enum": [
|
@@ -6217,6 +6354,19 @@
|
|
6217
6354
|
"ENABLED"
|
6218
6355
|
]
|
6219
6356
|
},
|
6357
|
+
"MsSmoothAdditionalManifest": {
|
6358
|
+
"type": "structure",
|
6359
|
+
"members": {
|
6360
|
+
"ManifestNameModifier": {
|
6361
|
+
"shape": "__stringMin1",
|
6362
|
+
"locationName": "manifestNameModifier"
|
6363
|
+
},
|
6364
|
+
"SelectedOutputs": {
|
6365
|
+
"shape": "__listOf__stringMin1",
|
6366
|
+
"locationName": "selectedOutputs"
|
6367
|
+
}
|
6368
|
+
}
|
6369
|
+
},
|
6220
6370
|
"MsSmoothAudioDeduplication": {
|
6221
6371
|
"type": "string",
|
6222
6372
|
"enum": [
|
@@ -6236,6 +6386,10 @@
|
|
6236
6386
|
"MsSmoothGroupSettings": {
|
6237
6387
|
"type": "structure",
|
6238
6388
|
"members": {
|
6389
|
+
"AdditionalManifests": {
|
6390
|
+
"shape": "__listOfMsSmoothAdditionalManifest",
|
6391
|
+
"locationName": "additionalManifests"
|
6392
|
+
},
|
6239
6393
|
"AudioDeduplication": {
|
6240
6394
|
"shape": "MsSmoothAudioDeduplication",
|
6241
6395
|
"locationName": "audioDeduplication"
|
@@ -6895,9 +7049,22 @@
|
|
6895
7049
|
"PASSTHROUGH"
|
6896
7050
|
]
|
6897
7051
|
},
|
7052
|
+
"S3DestinationAccessControl": {
|
7053
|
+
"type": "structure",
|
7054
|
+
"members": {
|
7055
|
+
"CannedAcl": {
|
7056
|
+
"shape": "S3ObjectCannedAcl",
|
7057
|
+
"locationName": "cannedAcl"
|
7058
|
+
}
|
7059
|
+
}
|
7060
|
+
},
|
6898
7061
|
"S3DestinationSettings": {
|
6899
7062
|
"type": "structure",
|
6900
7063
|
"members": {
|
7064
|
+
"AccessControl": {
|
7065
|
+
"shape": "S3DestinationAccessControl",
|
7066
|
+
"locationName": "accessControl"
|
7067
|
+
},
|
6901
7068
|
"Encryption": {
|
6902
7069
|
"shape": "S3EncryptionSettings",
|
6903
7070
|
"locationName": "encryption"
|
@@ -6917,6 +7084,15 @@
|
|
6917
7084
|
}
|
6918
7085
|
}
|
6919
7086
|
},
|
7087
|
+
"S3ObjectCannedAcl": {
|
7088
|
+
"type": "string",
|
7089
|
+
"enum": [
|
7090
|
+
"PUBLIC_READ",
|
7091
|
+
"AUTHENTICATED_READ",
|
7092
|
+
"BUCKET_OWNER_READ",
|
7093
|
+
"BUCKET_OWNER_FULL_CONTROL"
|
7094
|
+
]
|
7095
|
+
},
|
6920
7096
|
"S3ServerSideEncryptionType": {
|
6921
7097
|
"type": "string",
|
6922
7098
|
"enum": [
|
@@ -6936,6 +7112,7 @@
|
|
6936
7112
|
"enum": [
|
6937
7113
|
"FRAMERATE_23_97",
|
6938
7114
|
"FRAMERATE_24",
|
7115
|
+
"FRAMERATE_25",
|
6939
7116
|
"FRAMERATE_29_97_DROPFRAME",
|
6940
7117
|
"FRAMERATE_29_97_NON_DROPFRAME"
|
6941
7118
|
]
|
@@ -7503,6 +7680,10 @@
|
|
7503
7680
|
"shape": "Deinterlacer",
|
7504
7681
|
"locationName": "deinterlacer"
|
7505
7682
|
},
|
7683
|
+
"DolbyVision": {
|
7684
|
+
"shape": "DolbyVision",
|
7685
|
+
"locationName": "dolbyVision"
|
7686
|
+
},
|
7506
7687
|
"ImageInserter": {
|
7507
7688
|
"shape": "ImageInserter",
|
7508
7689
|
"locationName": "imageInserter"
|
@@ -7981,6 +8162,18 @@
|
|
7981
8162
|
"shape": "CaptionDescriptionPreset"
|
7982
8163
|
}
|
7983
8164
|
},
|
8165
|
+
"__listOfCmafAdditionalManifest": {
|
8166
|
+
"type": "list",
|
8167
|
+
"member": {
|
8168
|
+
"shape": "CmafAdditionalManifest"
|
8169
|
+
}
|
8170
|
+
},
|
8171
|
+
"__listOfDashAdditionalManifest": {
|
8172
|
+
"type": "list",
|
8173
|
+
"member": {
|
8174
|
+
"shape": "DashAdditionalManifest"
|
8175
|
+
}
|
8176
|
+
},
|
7984
8177
|
"__listOfEndpoint": {
|
7985
8178
|
"type": "list",
|
7986
8179
|
"member": {
|
@@ -7993,6 +8186,12 @@
|
|
7993
8186
|
"shape": "HlsAdMarkers"
|
7994
8187
|
}
|
7995
8188
|
},
|
8189
|
+
"__listOfHlsAdditionalManifest": {
|
8190
|
+
"type": "list",
|
8191
|
+
"member": {
|
8192
|
+
"shape": "HlsAdditionalManifest"
|
8193
|
+
}
|
8194
|
+
},
|
7996
8195
|
"__listOfHlsCaptionLanguageMapping": {
|
7997
8196
|
"type": "list",
|
7998
8197
|
"member": {
|
@@ -8041,6 +8240,12 @@
|
|
8041
8240
|
"shape": "JobTemplate"
|
8042
8241
|
}
|
8043
8242
|
},
|
8243
|
+
"__listOfMsSmoothAdditionalManifest": {
|
8244
|
+
"type": "list",
|
8245
|
+
"member": {
|
8246
|
+
"shape": "MsSmoothAdditionalManifest"
|
8247
|
+
}
|
8248
|
+
},
|
8044
8249
|
"__listOfOutput": {
|
8045
8250
|
"type": "list",
|
8046
8251
|
"member": {
|
@@ -8286,6 +8491,10 @@
|
|
8286
8491
|
"type": "string",
|
8287
8492
|
"pattern": "^[A-Za-z0-9]{32}$"
|
8288
8493
|
},
|
8494
|
+
"__stringPatternAZaZ23AZaZ": {
|
8495
|
+
"type": "string",
|
8496
|
+
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z-]+)?$"
|
8497
|
+
},
|
8289
8498
|
"__stringPatternArnAwsUsGovAcm": {
|
8290
8499
|
"type": "string",
|
8291
8500
|
"pattern": "^arn:aws(-us-gov)?:acm:"
|
@@ -8300,11 +8509,11 @@
|
|
8300
8509
|
},
|
8301
8510
|
"__stringPatternHttpHttpsS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
|
8302
8511
|
"type": "string",
|
8303
|
-
"pattern": "^(http|https|s3)://([^\\/]
|
8512
|
+
"pattern": "^(http|https|s3)://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))$"
|
8304
8513
|
},
|
8305
8514
|
"__stringPatternHttpHttpsS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
|
8306
8515
|
"type": "string",
|
8307
|
-
"pattern": "^(http|https|s3)://([^\\/]
|
8516
|
+
"pattern": "^(http|https|s3)://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
|
8308
8517
|
},
|
8309
8518
|
"__stringPatternHttps": {
|
8310
8519
|
"type": "string",
|
@@ -148,6 +148,22 @@
|
|
148
148
|
{"shape":"AccessDeniedException"}
|
149
149
|
]
|
150
150
|
},
|
151
|
+
"DeregisterWorkspaceDirectory":{
|
152
|
+
"name":"DeregisterWorkspaceDirectory",
|
153
|
+
"http":{
|
154
|
+
"method":"POST",
|
155
|
+
"requestUri":"/"
|
156
|
+
},
|
157
|
+
"input":{"shape":"DeregisterWorkspaceDirectoryRequest"},
|
158
|
+
"output":{"shape":"DeregisterWorkspaceDirectoryResult"},
|
159
|
+
"errors":[
|
160
|
+
{"shape":"AccessDeniedException"},
|
161
|
+
{"shape":"InvalidParameterValuesException"},
|
162
|
+
{"shape":"OperationNotSupportedException"},
|
163
|
+
{"shape":"ResourceNotFoundException"},
|
164
|
+
{"shape":"InvalidResourceStateException"}
|
165
|
+
]
|
166
|
+
},
|
151
167
|
"DescribeAccount":{
|
152
168
|
"name":"DescribeAccount",
|
153
169
|
"http":{
|
@@ -361,6 +377,47 @@
|
|
361
377
|
{"shape":"AccessDeniedException"}
|
362
378
|
]
|
363
379
|
},
|
380
|
+
"ModifySelfservicePermissions":{
|
381
|
+
"name":"ModifySelfservicePermissions",
|
382
|
+
"http":{
|
383
|
+
"method":"POST",
|
384
|
+
"requestUri":"/"
|
385
|
+
},
|
386
|
+
"input":{"shape":"ModifySelfservicePermissionsRequest"},
|
387
|
+
"output":{"shape":"ModifySelfservicePermissionsResult"},
|
388
|
+
"errors":[
|
389
|
+
{"shape":"AccessDeniedException"},
|
390
|
+
{"shape":"InvalidParameterValuesException"},
|
391
|
+
{"shape":"ResourceNotFoundException"}
|
392
|
+
]
|
393
|
+
},
|
394
|
+
"ModifyWorkspaceAccessProperties":{
|
395
|
+
"name":"ModifyWorkspaceAccessProperties",
|
396
|
+
"http":{
|
397
|
+
"method":"POST",
|
398
|
+
"requestUri":"/"
|
399
|
+
},
|
400
|
+
"input":{"shape":"ModifyWorkspaceAccessPropertiesRequest"},
|
401
|
+
"output":{"shape":"ModifyWorkspaceAccessPropertiesResult"},
|
402
|
+
"errors":[
|
403
|
+
{"shape":"ResourceNotFoundException"},
|
404
|
+
{"shape":"AccessDeniedException"}
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"ModifyWorkspaceCreationProperties":{
|
408
|
+
"name":"ModifyWorkspaceCreationProperties",
|
409
|
+
"http":{
|
410
|
+
"method":"POST",
|
411
|
+
"requestUri":"/"
|
412
|
+
},
|
413
|
+
"input":{"shape":"ModifyWorkspaceCreationPropertiesRequest"},
|
414
|
+
"output":{"shape":"ModifyWorkspaceCreationPropertiesResult"},
|
415
|
+
"errors":[
|
416
|
+
{"shape":"AccessDeniedException"},
|
417
|
+
{"shape":"InvalidParameterValuesException"},
|
418
|
+
{"shape":"ResourceNotFoundException"}
|
419
|
+
]
|
420
|
+
},
|
364
421
|
"ModifyWorkspaceProperties":{
|
365
422
|
"name":"ModifyWorkspaceProperties",
|
366
423
|
"http":{
|
@@ -411,6 +468,25 @@
|
|
411
468
|
"input":{"shape":"RebuildWorkspacesRequest"},
|
412
469
|
"output":{"shape":"RebuildWorkspacesResult"}
|
413
470
|
},
|
471
|
+
"RegisterWorkspaceDirectory":{
|
472
|
+
"name":"RegisterWorkspaceDirectory",
|
473
|
+
"http":{
|
474
|
+
"method":"POST",
|
475
|
+
"requestUri":"/"
|
476
|
+
},
|
477
|
+
"input":{"shape":"RegisterWorkspaceDirectoryRequest"},
|
478
|
+
"output":{"shape":"RegisterWorkspaceDirectoryResult"},
|
479
|
+
"errors":[
|
480
|
+
{"shape":"InvalidParameterValuesException"},
|
481
|
+
{"shape":"ResourceNotFoundException"},
|
482
|
+
{"shape":"ResourceLimitExceededException"},
|
483
|
+
{"shape":"AccessDeniedException"},
|
484
|
+
{"shape":"WorkspacesDefaultRoleNotFoundException"},
|
485
|
+
{"shape":"InvalidResourceStateException"},
|
486
|
+
{"shape":"UnsupportedNetworkConfigurationException"},
|
487
|
+
{"shape":"OperationNotSupportedException"}
|
488
|
+
]
|
489
|
+
},
|
414
490
|
"RestoreWorkspace":{
|
415
491
|
"name":"RestoreWorkspace",
|
416
492
|
"http":{
|
@@ -496,6 +572,13 @@
|
|
496
572
|
},
|
497
573
|
"exception":true
|
498
574
|
},
|
575
|
+
"AccessPropertyValue":{
|
576
|
+
"type":"string",
|
577
|
+
"enum":[
|
578
|
+
"ALLOW",
|
579
|
+
"DENY"
|
580
|
+
]
|
581
|
+
},
|
499
582
|
"AccountModification":{
|
500
583
|
"type":"structure",
|
501
584
|
"members":{
|
@@ -706,7 +789,8 @@
|
|
706
789
|
"EnableInternetAccess":{"shape":"BooleanObject"},
|
707
790
|
"DefaultOu":{"shape":"DefaultOu"},
|
708
791
|
"CustomSecurityGroupId":{"shape":"SecurityGroupId"},
|
709
|
-
"UserEnabledAsLocalAdministrator":{"shape":"BooleanObject"}
|
792
|
+
"UserEnabledAsLocalAdministrator":{"shape":"BooleanObject"},
|
793
|
+
"EnableMaintenanceMode":{"shape":"BooleanObject"}
|
710
794
|
}
|
711
795
|
},
|
712
796
|
"DeleteIpGroupRequest":{
|
@@ -749,6 +833,18 @@
|
|
749
833
|
"members":{
|
750
834
|
}
|
751
835
|
},
|
836
|
+
"DeregisterWorkspaceDirectoryRequest":{
|
837
|
+
"type":"structure",
|
838
|
+
"required":["DirectoryId"],
|
839
|
+
"members":{
|
840
|
+
"DirectoryId":{"shape":"DirectoryId"}
|
841
|
+
}
|
842
|
+
},
|
843
|
+
"DeregisterWorkspaceDirectoryResult":{
|
844
|
+
"type":"structure",
|
845
|
+
"members":{
|
846
|
+
}
|
847
|
+
},
|
752
848
|
"DescribeAccountModificationsRequest":{
|
753
849
|
"type":"structure",
|
754
850
|
"members":{
|
@@ -834,6 +930,7 @@
|
|
834
930
|
"type":"structure",
|
835
931
|
"members":{
|
836
932
|
"DirectoryIds":{"shape":"DirectoryIdList"},
|
933
|
+
"Limit":{"shape":"Limit"},
|
837
934
|
"NextToken":{"shape":"PaginationToken"}
|
838
935
|
}
|
839
936
|
},
|
@@ -908,6 +1005,8 @@
|
|
908
1005
|
"Description":{"type":"string"},
|
909
1006
|
"DirectoryId":{
|
910
1007
|
"type":"string",
|
1008
|
+
"max":65,
|
1009
|
+
"min":10,
|
911
1010
|
"pattern":"^d-[0-9a-f]{8,63}$"
|
912
1011
|
},
|
913
1012
|
"DirectoryIdList":{
|
@@ -1135,6 +1234,54 @@
|
|
1135
1234
|
"members":{
|
1136
1235
|
}
|
1137
1236
|
},
|
1237
|
+
"ModifySelfservicePermissionsRequest":{
|
1238
|
+
"type":"structure",
|
1239
|
+
"required":[
|
1240
|
+
"ResourceId",
|
1241
|
+
"SelfservicePermissions"
|
1242
|
+
],
|
1243
|
+
"members":{
|
1244
|
+
"ResourceId":{"shape":"DirectoryId"},
|
1245
|
+
"SelfservicePermissions":{"shape":"SelfservicePermissions"}
|
1246
|
+
}
|
1247
|
+
},
|
1248
|
+
"ModifySelfservicePermissionsResult":{
|
1249
|
+
"type":"structure",
|
1250
|
+
"members":{
|
1251
|
+
}
|
1252
|
+
},
|
1253
|
+
"ModifyWorkspaceAccessPropertiesRequest":{
|
1254
|
+
"type":"structure",
|
1255
|
+
"required":[
|
1256
|
+
"ResourceId",
|
1257
|
+
"WorkspaceAccessProperties"
|
1258
|
+
],
|
1259
|
+
"members":{
|
1260
|
+
"ResourceId":{"shape":"DirectoryId"},
|
1261
|
+
"WorkspaceAccessProperties":{"shape":"WorkspaceAccessProperties"}
|
1262
|
+
}
|
1263
|
+
},
|
1264
|
+
"ModifyWorkspaceAccessPropertiesResult":{
|
1265
|
+
"type":"structure",
|
1266
|
+
"members":{
|
1267
|
+
}
|
1268
|
+
},
|
1269
|
+
"ModifyWorkspaceCreationPropertiesRequest":{
|
1270
|
+
"type":"structure",
|
1271
|
+
"required":[
|
1272
|
+
"ResourceId",
|
1273
|
+
"WorkspaceCreationProperties"
|
1274
|
+
],
|
1275
|
+
"members":{
|
1276
|
+
"ResourceId":{"shape":"DirectoryId"},
|
1277
|
+
"WorkspaceCreationProperties":{"shape":"WorkspaceCreationProperties"}
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"ModifyWorkspaceCreationPropertiesResult":{
|
1281
|
+
"type":"structure",
|
1282
|
+
"members":{
|
1283
|
+
}
|
1284
|
+
},
|
1138
1285
|
"ModifyWorkspacePropertiesRequest":{
|
1139
1286
|
"type":"structure",
|
1140
1287
|
"required":[
|
@@ -1268,6 +1415,26 @@
|
|
1268
1415
|
"min":1,
|
1269
1416
|
"pattern":"^[-0-9a-z]{1,31}$"
|
1270
1417
|
},
|
1418
|
+
"RegisterWorkspaceDirectoryRequest":{
|
1419
|
+
"type":"structure",
|
1420
|
+
"required":[
|
1421
|
+
"DirectoryId",
|
1422
|
+
"EnableWorkDocs"
|
1423
|
+
],
|
1424
|
+
"members":{
|
1425
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
1426
|
+
"SubnetIds":{"shape":"SubnetIds"},
|
1427
|
+
"EnableWorkDocs":{"shape":"BooleanObject"},
|
1428
|
+
"EnableSelfService":{"shape":"BooleanObject"},
|
1429
|
+
"Tenancy":{"shape":"Tenancy"},
|
1430
|
+
"Tags":{"shape":"TagList"}
|
1431
|
+
}
|
1432
|
+
},
|
1433
|
+
"RegisterWorkspaceDirectoryResult":{
|
1434
|
+
"type":"structure",
|
1435
|
+
"members":{
|
1436
|
+
}
|
1437
|
+
},
|
1271
1438
|
"RegistrationCode":{
|
1272
1439
|
"type":"string",
|
1273
1440
|
"max":20,
|
@@ -1368,7 +1535,19 @@
|
|
1368
1535
|
"RunningModeAutoStopTimeoutInMinutes":{"type":"integer"},
|
1369
1536
|
"SecurityGroupId":{
|
1370
1537
|
"type":"string",
|
1371
|
-
"
|
1538
|
+
"max":20,
|
1539
|
+
"min":11,
|
1540
|
+
"pattern":"^(sg-([0-9a-f]{8}|[0-9a-f]{17}))$"
|
1541
|
+
},
|
1542
|
+
"SelfservicePermissions":{
|
1543
|
+
"type":"structure",
|
1544
|
+
"members":{
|
1545
|
+
"RestartWorkspace":{"shape":"ReconnectEnum"},
|
1546
|
+
"IncreaseVolumeSize":{"shape":"ReconnectEnum"},
|
1547
|
+
"ChangeComputeType":{"shape":"ReconnectEnum"},
|
1548
|
+
"SwitchRunningMode":{"shape":"ReconnectEnum"},
|
1549
|
+
"RebuildWorkspace":{"shape":"ReconnectEnum"}
|
1550
|
+
}
|
1372
1551
|
},
|
1373
1552
|
"Snapshot":{
|
1374
1553
|
"type":"structure",
|
@@ -1432,11 +1611,14 @@
|
|
1432
1611
|
},
|
1433
1612
|
"SubnetId":{
|
1434
1613
|
"type":"string",
|
1435
|
-
"
|
1614
|
+
"max":24,
|
1615
|
+
"min":15,
|
1616
|
+
"pattern":"^(subnet-([0-9a-f]{8}|[0-9a-f]{17}))$"
|
1436
1617
|
},
|
1437
1618
|
"SubnetIds":{
|
1438
1619
|
"type":"list",
|
1439
|
-
"member":{"shape":"SubnetId"}
|
1620
|
+
"member":{"shape":"SubnetId"},
|
1621
|
+
"max":2
|
1440
1622
|
},
|
1441
1623
|
"Tag":{
|
1442
1624
|
"type":"structure",
|
@@ -1470,6 +1652,13 @@
|
|
1470
1652
|
"ADMIN_MAINTENANCE"
|
1471
1653
|
]
|
1472
1654
|
},
|
1655
|
+
"Tenancy":{
|
1656
|
+
"type":"string",
|
1657
|
+
"enum":[
|
1658
|
+
"DEDICATED",
|
1659
|
+
"SHARED"
|
1660
|
+
]
|
1661
|
+
},
|
1473
1662
|
"TerminateRequest":{
|
1474
1663
|
"type":"structure",
|
1475
1664
|
"required":["WorkspaceId"],
|
@@ -1497,6 +1686,13 @@
|
|
1497
1686
|
}
|
1498
1687
|
},
|
1499
1688
|
"Timestamp":{"type":"timestamp"},
|
1689
|
+
"UnsupportedNetworkConfigurationException":{
|
1690
|
+
"type":"structure",
|
1691
|
+
"members":{
|
1692
|
+
"message":{"shape":"ExceptionMessage"}
|
1693
|
+
},
|
1694
|
+
"exception":true
|
1695
|
+
},
|
1500
1696
|
"UnsupportedWorkspaceConfigurationException":{
|
1501
1697
|
"type":"structure",
|
1502
1698
|
"members":{
|
@@ -1553,6 +1749,18 @@
|
|
1553
1749
|
"ModificationStates":{"shape":"ModificationStateList"}
|
1554
1750
|
}
|
1555
1751
|
},
|
1752
|
+
"WorkspaceAccessProperties":{
|
1753
|
+
"type":"structure",
|
1754
|
+
"members":{
|
1755
|
+
"DeviceTypeWindows":{"shape":"AccessPropertyValue"},
|
1756
|
+
"DeviceTypeOsx":{"shape":"AccessPropertyValue"},
|
1757
|
+
"DeviceTypeWeb":{"shape":"AccessPropertyValue"},
|
1758
|
+
"DeviceTypeIos":{"shape":"AccessPropertyValue"},
|
1759
|
+
"DeviceTypeAndroid":{"shape":"AccessPropertyValue"},
|
1760
|
+
"DeviceTypeChromeOs":{"shape":"AccessPropertyValue"},
|
1761
|
+
"DeviceTypeZeroClient":{"shape":"AccessPropertyValue"}
|
1762
|
+
}
|
1763
|
+
},
|
1556
1764
|
"WorkspaceBundle":{
|
1557
1765
|
"type":"structure",
|
1558
1766
|
"members":{
|
@@ -1578,6 +1786,16 @@
|
|
1578
1786
|
"type":"list",
|
1579
1787
|
"member":{"shape":"WorkspaceConnectionStatus"}
|
1580
1788
|
},
|
1789
|
+
"WorkspaceCreationProperties":{
|
1790
|
+
"type":"structure",
|
1791
|
+
"members":{
|
1792
|
+
"EnableInternetAccess":{"shape":"BooleanObject"},
|
1793
|
+
"DefaultOu":{"shape":"DefaultOu"},
|
1794
|
+
"CustomSecurityGroupId":{"shape":"SecurityGroupId"},
|
1795
|
+
"UserEnabledAsLocalAdministrator":{"shape":"BooleanObject"},
|
1796
|
+
"EnableMaintenanceMode":{"shape":"BooleanObject"}
|
1797
|
+
}
|
1798
|
+
},
|
1581
1799
|
"WorkspaceDirectory":{
|
1582
1800
|
"type":"structure",
|
1583
1801
|
"members":{
|
@@ -1593,7 +1811,10 @@
|
|
1593
1811
|
"WorkspaceSecurityGroupId":{"shape":"SecurityGroupId"},
|
1594
1812
|
"State":{"shape":"WorkspaceDirectoryState"},
|
1595
1813
|
"WorkspaceCreationProperties":{"shape":"DefaultWorkspaceCreationProperties"},
|
1596
|
-
"ipGroupIds":{"shape":"IpGroupIdList"}
|
1814
|
+
"ipGroupIds":{"shape":"IpGroupIdList"},
|
1815
|
+
"WorkspaceAccessProperties":{"shape":"WorkspaceAccessProperties"},
|
1816
|
+
"Tenancy":{"shape":"Tenancy"},
|
1817
|
+
"SelfservicePermissions":{"shape":"SelfservicePermissions"}
|
1597
1818
|
}
|
1598
1819
|
},
|
1599
1820
|
"WorkspaceDirectoryState":{
|
@@ -1747,6 +1968,13 @@
|
|
1747
1968
|
"ERROR"
|
1748
1969
|
]
|
1749
1970
|
},
|
1971
|
+
"WorkspacesDefaultRoleNotFoundException":{
|
1972
|
+
"type":"structure",
|
1973
|
+
"members":{
|
1974
|
+
"message":{"shape":"ExceptionMessage"}
|
1975
|
+
},
|
1976
|
+
"exception":true
|
1977
|
+
},
|
1750
1978
|
"WorkspacesIpGroup":{
|
1751
1979
|
"type":"structure",
|
1752
1980
|
"members":{
|