@cdklabs/cdk-ecs-codedeploy 0.0.12 → 0.0.14
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.
- package/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +21 -1
- package/node_modules/aws-sdk/README.md +2 -2
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +269 -0
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
- package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
- package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
- package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -10
- package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
- package/node_modules/aws-sdk/clients/support.d.ts +35 -35
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +259 -177
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -27,6 +27,11 @@
|
|
|
27
27
|
"output_token": "nextToken",
|
|
28
28
|
"result_key": "streamingImages"
|
|
29
29
|
},
|
|
30
|
+
"ListStreamingSessionBackups": {
|
|
31
|
+
"input_token": "nextToken",
|
|
32
|
+
"output_token": "nextToken",
|
|
33
|
+
"result_key": "streamingSessionBackups"
|
|
34
|
+
},
|
|
30
35
|
"ListStreamingSessions": {
|
|
31
36
|
"input_token": "nextToken",
|
|
32
37
|
"output_token": "nextToken",
|
|
@@ -31,6 +31,36 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"AssociateDelegationSignerToDomain": {
|
|
35
|
+
"input": {
|
|
36
|
+
"type": "structure",
|
|
37
|
+
"required": [
|
|
38
|
+
"DomainName",
|
|
39
|
+
"SigningAttributes"
|
|
40
|
+
],
|
|
41
|
+
"members": {
|
|
42
|
+
"DomainName": {},
|
|
43
|
+
"SigningAttributes": {
|
|
44
|
+
"type": "structure",
|
|
45
|
+
"members": {
|
|
46
|
+
"Algorithm": {
|
|
47
|
+
"type": "integer"
|
|
48
|
+
},
|
|
49
|
+
"Flags": {
|
|
50
|
+
"type": "integer"
|
|
51
|
+
},
|
|
52
|
+
"PublicKey": {}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"output": {
|
|
58
|
+
"type": "structure",
|
|
59
|
+
"members": {
|
|
60
|
+
"OperationId": {}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
34
64
|
"CancelDomainTransferToAnotherAwsAccount": {
|
|
35
65
|
"input": {
|
|
36
66
|
"type": "structure",
|
|
@@ -61,9 +91,6 @@
|
|
|
61
91
|
},
|
|
62
92
|
"output": {
|
|
63
93
|
"type": "structure",
|
|
64
|
-
"required": [
|
|
65
|
-
"Availability"
|
|
66
|
-
],
|
|
67
94
|
"members": {
|
|
68
95
|
"Availability": {}
|
|
69
96
|
}
|
|
@@ -78,15 +105,12 @@
|
|
|
78
105
|
"members": {
|
|
79
106
|
"DomainName": {},
|
|
80
107
|
"AuthCode": {
|
|
81
|
-
"shape": "
|
|
108
|
+
"shape": "Si"
|
|
82
109
|
}
|
|
83
110
|
}
|
|
84
111
|
},
|
|
85
112
|
"output": {
|
|
86
113
|
"type": "structure",
|
|
87
|
-
"required": [
|
|
88
|
-
"Transferability"
|
|
89
|
-
],
|
|
90
114
|
"members": {
|
|
91
115
|
"Transferability": {
|
|
92
116
|
"type": "structure",
|
|
@@ -160,10 +184,26 @@
|
|
|
160
184
|
}
|
|
161
185
|
},
|
|
162
186
|
"output": {
|
|
187
|
+
"type": "structure",
|
|
188
|
+
"members": {
|
|
189
|
+
"OperationId": {}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"DisassociateDelegationSignerFromDomain": {
|
|
194
|
+
"input": {
|
|
163
195
|
"type": "structure",
|
|
164
196
|
"required": [
|
|
165
|
-
"
|
|
197
|
+
"DomainName",
|
|
198
|
+
"Id"
|
|
166
199
|
],
|
|
200
|
+
"members": {
|
|
201
|
+
"DomainName": {},
|
|
202
|
+
"Id": {}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"output": {
|
|
206
|
+
"type": "structure",
|
|
167
207
|
"members": {
|
|
168
208
|
"OperationId": {}
|
|
169
209
|
}
|
|
@@ -196,9 +236,6 @@
|
|
|
196
236
|
},
|
|
197
237
|
"output": {
|
|
198
238
|
"type": "structure",
|
|
199
|
-
"required": [
|
|
200
|
-
"OperationId"
|
|
201
|
-
],
|
|
202
239
|
"members": {
|
|
203
240
|
"OperationId": {}
|
|
204
241
|
}
|
|
@@ -231,29 +268,22 @@
|
|
|
231
268
|
},
|
|
232
269
|
"output": {
|
|
233
270
|
"type": "structure",
|
|
234
|
-
"required": [
|
|
235
|
-
"DomainName",
|
|
236
|
-
"Nameservers",
|
|
237
|
-
"AdminContact",
|
|
238
|
-
"RegistrantContact",
|
|
239
|
-
"TechContact"
|
|
240
|
-
],
|
|
241
271
|
"members": {
|
|
242
272
|
"DomainName": {},
|
|
243
273
|
"Nameservers": {
|
|
244
|
-
"shape": "
|
|
274
|
+
"shape": "S17"
|
|
245
275
|
},
|
|
246
276
|
"AutoRenew": {
|
|
247
277
|
"type": "boolean"
|
|
248
278
|
},
|
|
249
279
|
"AdminContact": {
|
|
250
|
-
"shape": "
|
|
280
|
+
"shape": "S1d"
|
|
251
281
|
},
|
|
252
282
|
"RegistrantContact": {
|
|
253
|
-
"shape": "
|
|
283
|
+
"shape": "S1d"
|
|
254
284
|
},
|
|
255
285
|
"TechContact": {
|
|
256
|
-
"shape": "
|
|
286
|
+
"shape": "S1d"
|
|
257
287
|
},
|
|
258
288
|
"AdminPrivacy": {
|
|
259
289
|
"type": "boolean"
|
|
@@ -284,6 +314,29 @@
|
|
|
284
314
|
"StatusList": {
|
|
285
315
|
"type": "list",
|
|
286
316
|
"member": {}
|
|
317
|
+
},
|
|
318
|
+
"DnssecKeys": {
|
|
319
|
+
"type": "list",
|
|
320
|
+
"member": {
|
|
321
|
+
"type": "structure",
|
|
322
|
+
"members": {
|
|
323
|
+
"Algorithm": {
|
|
324
|
+
"type": "integer"
|
|
325
|
+
},
|
|
326
|
+
"Flags": {
|
|
327
|
+
"type": "integer"
|
|
328
|
+
},
|
|
329
|
+
"PublicKey": {},
|
|
330
|
+
"DigestType": {
|
|
331
|
+
"type": "integer"
|
|
332
|
+
},
|
|
333
|
+
"Digest": {},
|
|
334
|
+
"KeyTag": {
|
|
335
|
+
"type": "integer"
|
|
336
|
+
},
|
|
337
|
+
"Id": {}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
287
340
|
}
|
|
288
341
|
}
|
|
289
342
|
}
|
|
@@ -342,7 +395,11 @@
|
|
|
342
395
|
"Type": {},
|
|
343
396
|
"SubmittedDate": {
|
|
344
397
|
"type": "timestamp"
|
|
345
|
-
}
|
|
398
|
+
},
|
|
399
|
+
"LastUpdatedDate": {
|
|
400
|
+
"type": "timestamp"
|
|
401
|
+
},
|
|
402
|
+
"StatusFlag": {}
|
|
346
403
|
}
|
|
347
404
|
}
|
|
348
405
|
},
|
|
@@ -388,17 +445,11 @@
|
|
|
388
445
|
},
|
|
389
446
|
"output": {
|
|
390
447
|
"type": "structure",
|
|
391
|
-
"required": [
|
|
392
|
-
"Domains"
|
|
393
|
-
],
|
|
394
448
|
"members": {
|
|
395
449
|
"Domains": {
|
|
396
450
|
"type": "list",
|
|
397
451
|
"member": {
|
|
398
452
|
"type": "structure",
|
|
399
|
-
"required": [
|
|
400
|
-
"DomainName"
|
|
401
|
-
],
|
|
402
453
|
"members": {
|
|
403
454
|
"DomainName": {},
|
|
404
455
|
"AutoRenew": {
|
|
@@ -427,31 +478,38 @@
|
|
|
427
478
|
"Marker": {},
|
|
428
479
|
"MaxItems": {
|
|
429
480
|
"type": "integer"
|
|
430
|
-
}
|
|
481
|
+
},
|
|
482
|
+
"Status": {
|
|
483
|
+
"type": "list",
|
|
484
|
+
"member": {}
|
|
485
|
+
},
|
|
486
|
+
"Type": {
|
|
487
|
+
"type": "list",
|
|
488
|
+
"member": {}
|
|
489
|
+
},
|
|
490
|
+
"SortBy": {},
|
|
491
|
+
"SortOrder": {}
|
|
431
492
|
}
|
|
432
493
|
},
|
|
433
494
|
"output": {
|
|
434
495
|
"type": "structure",
|
|
435
|
-
"required": [
|
|
436
|
-
"Operations"
|
|
437
|
-
],
|
|
438
496
|
"members": {
|
|
439
497
|
"Operations": {
|
|
440
498
|
"type": "list",
|
|
441
499
|
"member": {
|
|
442
500
|
"type": "structure",
|
|
443
|
-
"required": [
|
|
444
|
-
"OperationId",
|
|
445
|
-
"Status",
|
|
446
|
-
"Type",
|
|
447
|
-
"SubmittedDate"
|
|
448
|
-
],
|
|
449
501
|
"members": {
|
|
450
502
|
"OperationId": {},
|
|
451
503
|
"Status": {},
|
|
452
504
|
"Type": {},
|
|
453
505
|
"SubmittedDate": {
|
|
454
506
|
"type": "timestamp"
|
|
507
|
+
},
|
|
508
|
+
"DomainName": {},
|
|
509
|
+
"Message": {},
|
|
510
|
+
"StatusFlag": {},
|
|
511
|
+
"LastUpdatedDate": {
|
|
512
|
+
"type": "timestamp"
|
|
455
513
|
}
|
|
456
514
|
}
|
|
457
515
|
}
|
|
@@ -473,9 +531,6 @@
|
|
|
473
531
|
},
|
|
474
532
|
"output": {
|
|
475
533
|
"type": "structure",
|
|
476
|
-
"required": [
|
|
477
|
-
"Prices"
|
|
478
|
-
],
|
|
479
534
|
"members": {
|
|
480
535
|
"Prices": {
|
|
481
536
|
"type": "list",
|
|
@@ -484,19 +539,19 @@
|
|
|
484
539
|
"members": {
|
|
485
540
|
"Name": {},
|
|
486
541
|
"RegistrationPrice": {
|
|
487
|
-
"shape": "
|
|
542
|
+
"shape": "S34"
|
|
488
543
|
},
|
|
489
544
|
"TransferPrice": {
|
|
490
|
-
"shape": "
|
|
545
|
+
"shape": "S34"
|
|
491
546
|
},
|
|
492
547
|
"RenewalPrice": {
|
|
493
|
-
"shape": "
|
|
548
|
+
"shape": "S34"
|
|
494
549
|
},
|
|
495
550
|
"ChangeOwnershipPrice": {
|
|
496
|
-
"shape": "
|
|
551
|
+
"shape": "S34"
|
|
497
552
|
},
|
|
498
553
|
"RestorationPrice": {
|
|
499
|
-
"shape": "
|
|
554
|
+
"shape": "S34"
|
|
500
555
|
}
|
|
501
556
|
}
|
|
502
557
|
}
|
|
@@ -517,16 +572,26 @@
|
|
|
517
572
|
},
|
|
518
573
|
"output": {
|
|
519
574
|
"type": "structure",
|
|
520
|
-
"required": [
|
|
521
|
-
"TagList"
|
|
522
|
-
],
|
|
523
575
|
"members": {
|
|
524
576
|
"TagList": {
|
|
525
|
-
"shape": "
|
|
577
|
+
"shape": "S39"
|
|
526
578
|
}
|
|
527
579
|
}
|
|
528
580
|
}
|
|
529
581
|
},
|
|
582
|
+
"PushDomain": {
|
|
583
|
+
"input": {
|
|
584
|
+
"type": "structure",
|
|
585
|
+
"required": [
|
|
586
|
+
"DomainName",
|
|
587
|
+
"Target"
|
|
588
|
+
],
|
|
589
|
+
"members": {
|
|
590
|
+
"DomainName": {},
|
|
591
|
+
"Target": {}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
530
595
|
"RegisterDomain": {
|
|
531
596
|
"input": {
|
|
532
597
|
"type": "structure",
|
|
@@ -547,13 +612,13 @@
|
|
|
547
612
|
"type": "boolean"
|
|
548
613
|
},
|
|
549
614
|
"AdminContact": {
|
|
550
|
-
"shape": "
|
|
615
|
+
"shape": "S1d"
|
|
551
616
|
},
|
|
552
617
|
"RegistrantContact": {
|
|
553
|
-
"shape": "
|
|
618
|
+
"shape": "S1d"
|
|
554
619
|
},
|
|
555
620
|
"TechContact": {
|
|
556
|
-
"shape": "
|
|
621
|
+
"shape": "S1d"
|
|
557
622
|
},
|
|
558
623
|
"PrivacyProtectAdminContact": {
|
|
559
624
|
"type": "boolean"
|
|
@@ -568,9 +633,6 @@
|
|
|
568
633
|
},
|
|
569
634
|
"output": {
|
|
570
635
|
"type": "structure",
|
|
571
|
-
"required": [
|
|
572
|
-
"OperationId"
|
|
573
|
-
],
|
|
574
636
|
"members": {
|
|
575
637
|
"OperationId": {}
|
|
576
638
|
}
|
|
@@ -612,9 +674,6 @@
|
|
|
612
674
|
},
|
|
613
675
|
"output": {
|
|
614
676
|
"type": "structure",
|
|
615
|
-
"required": [
|
|
616
|
-
"OperationId"
|
|
617
|
-
],
|
|
618
677
|
"members": {
|
|
619
678
|
"OperationId": {}
|
|
620
679
|
}
|
|
@@ -638,6 +697,17 @@
|
|
|
638
697
|
}
|
|
639
698
|
}
|
|
640
699
|
},
|
|
700
|
+
"ResendOperationAuthorization": {
|
|
701
|
+
"input": {
|
|
702
|
+
"type": "structure",
|
|
703
|
+
"required": [
|
|
704
|
+
"OperationId"
|
|
705
|
+
],
|
|
706
|
+
"members": {
|
|
707
|
+
"OperationId": {}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
641
711
|
"RetrieveDomainAuthCode": {
|
|
642
712
|
"input": {
|
|
643
713
|
"type": "structure",
|
|
@@ -650,12 +720,9 @@
|
|
|
650
720
|
},
|
|
651
721
|
"output": {
|
|
652
722
|
"type": "structure",
|
|
653
|
-
"required": [
|
|
654
|
-
"AuthCode"
|
|
655
|
-
],
|
|
656
723
|
"members": {
|
|
657
724
|
"AuthCode": {
|
|
658
|
-
"shape": "
|
|
725
|
+
"shape": "Si"
|
|
659
726
|
}
|
|
660
727
|
}
|
|
661
728
|
}
|
|
@@ -677,22 +744,22 @@
|
|
|
677
744
|
"type": "integer"
|
|
678
745
|
},
|
|
679
746
|
"Nameservers": {
|
|
680
|
-
"shape": "
|
|
747
|
+
"shape": "S17"
|
|
681
748
|
},
|
|
682
749
|
"AuthCode": {
|
|
683
|
-
"shape": "
|
|
750
|
+
"shape": "Si"
|
|
684
751
|
},
|
|
685
752
|
"AutoRenew": {
|
|
686
753
|
"type": "boolean"
|
|
687
754
|
},
|
|
688
755
|
"AdminContact": {
|
|
689
|
-
"shape": "
|
|
756
|
+
"shape": "S1d"
|
|
690
757
|
},
|
|
691
758
|
"RegistrantContact": {
|
|
692
|
-
"shape": "
|
|
759
|
+
"shape": "S1d"
|
|
693
760
|
},
|
|
694
761
|
"TechContact": {
|
|
695
|
-
"shape": "
|
|
762
|
+
"shape": "S1d"
|
|
696
763
|
},
|
|
697
764
|
"PrivacyProtectAdminContact": {
|
|
698
765
|
"type": "boolean"
|
|
@@ -707,9 +774,6 @@
|
|
|
707
774
|
},
|
|
708
775
|
"output": {
|
|
709
776
|
"type": "structure",
|
|
710
|
-
"required": [
|
|
711
|
-
"OperationId"
|
|
712
|
-
],
|
|
713
777
|
"members": {
|
|
714
778
|
"OperationId": {}
|
|
715
779
|
}
|
|
@@ -744,21 +808,31 @@
|
|
|
744
808
|
"members": {
|
|
745
809
|
"DomainName": {},
|
|
746
810
|
"AdminContact": {
|
|
747
|
-
"shape": "
|
|
811
|
+
"shape": "S1d"
|
|
748
812
|
},
|
|
749
813
|
"RegistrantContact": {
|
|
750
|
-
"shape": "
|
|
814
|
+
"shape": "S1d"
|
|
751
815
|
},
|
|
752
816
|
"TechContact": {
|
|
753
|
-
"shape": "
|
|
817
|
+
"shape": "S1d"
|
|
818
|
+
},
|
|
819
|
+
"Consent": {
|
|
820
|
+
"type": "structure",
|
|
821
|
+
"required": [
|
|
822
|
+
"MaxPrice",
|
|
823
|
+
"Currency"
|
|
824
|
+
],
|
|
825
|
+
"members": {
|
|
826
|
+
"MaxPrice": {
|
|
827
|
+
"type": "double"
|
|
828
|
+
},
|
|
829
|
+
"Currency": {}
|
|
830
|
+
}
|
|
754
831
|
}
|
|
755
832
|
}
|
|
756
833
|
},
|
|
757
834
|
"output": {
|
|
758
835
|
"type": "structure",
|
|
759
|
-
"required": [
|
|
760
|
-
"OperationId"
|
|
761
|
-
],
|
|
762
836
|
"members": {
|
|
763
837
|
"OperationId": {}
|
|
764
838
|
}
|
|
@@ -785,9 +859,6 @@
|
|
|
785
859
|
},
|
|
786
860
|
"output": {
|
|
787
861
|
"type": "structure",
|
|
788
|
-
"required": [
|
|
789
|
-
"OperationId"
|
|
790
|
-
],
|
|
791
862
|
"members": {
|
|
792
863
|
"OperationId": {}
|
|
793
864
|
}
|
|
@@ -808,15 +879,12 @@
|
|
|
808
879
|
"sensitive": true
|
|
809
880
|
},
|
|
810
881
|
"Nameservers": {
|
|
811
|
-
"shape": "
|
|
882
|
+
"shape": "S17"
|
|
812
883
|
}
|
|
813
884
|
}
|
|
814
885
|
},
|
|
815
886
|
"output": {
|
|
816
887
|
"type": "structure",
|
|
817
|
-
"required": [
|
|
818
|
-
"OperationId"
|
|
819
|
-
],
|
|
820
888
|
"members": {
|
|
821
889
|
"OperationId": {}
|
|
822
890
|
}
|
|
@@ -831,7 +899,7 @@
|
|
|
831
899
|
"members": {
|
|
832
900
|
"DomainName": {},
|
|
833
901
|
"TagsToUpdate": {
|
|
834
|
-
"shape": "
|
|
902
|
+
"shape": "S39"
|
|
835
903
|
}
|
|
836
904
|
}
|
|
837
905
|
},
|
|
@@ -882,11 +950,11 @@
|
|
|
882
950
|
}
|
|
883
951
|
},
|
|
884
952
|
"shapes": {
|
|
885
|
-
"
|
|
953
|
+
"Si": {
|
|
886
954
|
"type": "string",
|
|
887
955
|
"sensitive": true
|
|
888
956
|
},
|
|
889
|
-
"
|
|
957
|
+
"S17": {
|
|
890
958
|
"type": "list",
|
|
891
959
|
"member": {
|
|
892
960
|
"type": "structure",
|
|
@@ -902,7 +970,7 @@
|
|
|
902
970
|
}
|
|
903
971
|
}
|
|
904
972
|
},
|
|
905
|
-
"
|
|
973
|
+
"S1d": {
|
|
906
974
|
"type": "structure",
|
|
907
975
|
"members": {
|
|
908
976
|
"FirstName": {},
|
|
@@ -938,7 +1006,7 @@
|
|
|
938
1006
|
},
|
|
939
1007
|
"sensitive": true
|
|
940
1008
|
},
|
|
941
|
-
"
|
|
1009
|
+
"S34": {
|
|
942
1010
|
"type": "structure",
|
|
943
1011
|
"required": [
|
|
944
1012
|
"Price",
|
|
@@ -951,7 +1019,7 @@
|
|
|
951
1019
|
"Currency": {}
|
|
952
1020
|
}
|
|
953
1021
|
},
|
|
954
|
-
"
|
|
1022
|
+
"S39": {
|
|
955
1023
|
"type": "list",
|
|
956
1024
|
"member": {
|
|
957
1025
|
"type": "structure",
|
|
@@ -10927,15 +10927,21 @@
|
|
|
10927
10927
|
"DomainExecutionRoleArn": {},
|
|
10928
10928
|
"DefaultResourceSpec": {
|
|
10929
10929
|
"shape": "S4d"
|
|
10930
|
-
}
|
|
10930
|
+
},
|
|
10931
|
+
"RStudioConnectUrl": {},
|
|
10932
|
+
"RStudioPackageManagerUrl": {}
|
|
10931
10933
|
}
|
|
10932
10934
|
},
|
|
10933
|
-
"ExecutionRoleIdentityConfig": {}
|
|
10935
|
+
"ExecutionRoleIdentityConfig": {},
|
|
10936
|
+
"SecurityGroupIds": {
|
|
10937
|
+
"shape": "S92"
|
|
10938
|
+
}
|
|
10934
10939
|
}
|
|
10935
10940
|
},
|
|
10936
10941
|
"DefaultSpaceSettings": {
|
|
10937
10942
|
"shape": "S95"
|
|
10938
|
-
}
|
|
10943
|
+
},
|
|
10944
|
+
"AppSecurityGroupManagement": {}
|
|
10939
10945
|
}
|
|
10940
10946
|
},
|
|
10941
10947
|
"output": {
|
|
@@ -12859,8 +12865,7 @@
|
|
|
12859
12865
|
"type": "structure",
|
|
12860
12866
|
"members": {
|
|
12861
12867
|
"SecurityGroupIds": {
|
|
12862
|
-
"
|
|
12863
|
-
"member": {}
|
|
12868
|
+
"shape": "S92"
|
|
12864
12869
|
},
|
|
12865
12870
|
"RStudioServerProDomainSettings": {
|
|
12866
12871
|
"type": "structure",
|
|
@@ -12879,6 +12884,10 @@
|
|
|
12879
12884
|
"ExecutionRoleIdentityConfig": {}
|
|
12880
12885
|
}
|
|
12881
12886
|
},
|
|
12887
|
+
"S92": {
|
|
12888
|
+
"type": "list",
|
|
12889
|
+
"member": {}
|
|
12890
|
+
},
|
|
12882
12891
|
"S95": {
|
|
12883
12892
|
"type": "structure",
|
|
12884
12893
|
"members": {
|