aws-sdk 2.1647.0 → 2.1648.0
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/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +7 -1
- package/apis/networkmanager-2019-07-05.min.json +192 -150
- package/apis/workspaces-thin-client-2023-08-22.min.json +30 -13
- package/clients/autoscaling.d.ts +67 -67
- package/clients/ec2.d.ts +1 -1
- package/clients/networkmanager.d.ts +82 -0
- package/clients/workspacesthinclient.d.ts +15 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +10 -4
- package/dist/aws-sdk.min.js +6 -6
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -3,8 +3,10 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2023-08-22",
|
5
5
|
"endpointPrefix": "thinclient",
|
6
|
-
"jsonVersion": "1.1",
|
7
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
8
10
|
"serviceFullName": "Amazon WorkSpaces Thin Client",
|
9
11
|
"serviceId": "WorkSpaces Thin Client",
|
10
12
|
"signatureVersion": "v4",
|
@@ -42,6 +44,9 @@
|
|
42
44
|
},
|
43
45
|
"tags": {
|
44
46
|
"shape": "Sh"
|
47
|
+
},
|
48
|
+
"deviceCreationTags": {
|
49
|
+
"shape": "Sj"
|
45
50
|
}
|
46
51
|
}
|
47
52
|
},
|
@@ -49,7 +54,7 @@
|
|
49
54
|
"type": "structure",
|
50
55
|
"members": {
|
51
56
|
"environment": {
|
52
|
-
"shape": "
|
57
|
+
"shape": "Sn"
|
53
58
|
}
|
54
59
|
}
|
55
60
|
},
|
@@ -178,7 +183,7 @@
|
|
178
183
|
"id": {},
|
179
184
|
"serialNumber": {},
|
180
185
|
"name": {
|
181
|
-
"shape": "
|
186
|
+
"shape": "S13"
|
182
187
|
},
|
183
188
|
"model": {},
|
184
189
|
"environmentId": {},
|
@@ -272,6 +277,9 @@
|
|
272
277
|
"kmsKeyArn": {},
|
273
278
|
"tags": {
|
274
279
|
"shape": "Sh"
|
280
|
+
},
|
281
|
+
"deviceCreationTags": {
|
282
|
+
"shape": "Sj"
|
275
283
|
}
|
276
284
|
}
|
277
285
|
}
|
@@ -362,7 +370,7 @@
|
|
362
370
|
"devices": {
|
363
371
|
"type": "list",
|
364
372
|
"member": {
|
365
|
-
"shape": "
|
373
|
+
"shape": "S1n"
|
366
374
|
}
|
367
375
|
},
|
368
376
|
"nextToken": {}
|
@@ -398,7 +406,7 @@
|
|
398
406
|
"environments": {
|
399
407
|
"type": "list",
|
400
408
|
"member": {
|
401
|
-
"shape": "
|
409
|
+
"shape": "Sn"
|
402
410
|
}
|
403
411
|
},
|
404
412
|
"nextToken": {}
|
@@ -567,7 +575,7 @@
|
|
567
575
|
"locationName": "id"
|
568
576
|
},
|
569
577
|
"name": {
|
570
|
-
"shape": "
|
578
|
+
"shape": "S13"
|
571
579
|
},
|
572
580
|
"desiredSoftwareSetId": {},
|
573
581
|
"softwareSetUpdateSchedule": {}
|
@@ -577,7 +585,7 @@
|
|
577
585
|
"type": "structure",
|
578
586
|
"members": {
|
579
587
|
"device": {
|
580
|
-
"shape": "
|
588
|
+
"shape": "S1n"
|
581
589
|
}
|
582
590
|
}
|
583
591
|
},
|
@@ -614,14 +622,17 @@
|
|
614
622
|
"shape": "S6"
|
615
623
|
},
|
616
624
|
"softwareSetUpdateMode": {},
|
617
|
-
"desiredSoftwareSetId": {}
|
625
|
+
"desiredSoftwareSetId": {},
|
626
|
+
"deviceCreationTags": {
|
627
|
+
"shape": "Sj"
|
628
|
+
}
|
618
629
|
}
|
619
630
|
},
|
620
631
|
"output": {
|
621
632
|
"type": "structure",
|
622
633
|
"members": {
|
623
634
|
"environment": {
|
624
|
-
"shape": "
|
635
|
+
"shape": "Sn"
|
625
636
|
}
|
626
637
|
}
|
627
638
|
},
|
@@ -698,7 +709,13 @@
|
|
698
709
|
"value": {},
|
699
710
|
"sensitive": true
|
700
711
|
},
|
701
|
-
"
|
712
|
+
"Sj": {
|
713
|
+
"type": "map",
|
714
|
+
"key": {},
|
715
|
+
"value": {},
|
716
|
+
"sensitive": true
|
717
|
+
},
|
718
|
+
"Sn": {
|
702
719
|
"type": "structure",
|
703
720
|
"members": {
|
704
721
|
"id": {},
|
@@ -727,17 +744,17 @@
|
|
727
744
|
"arn": {}
|
728
745
|
}
|
729
746
|
},
|
730
|
-
"
|
747
|
+
"S13": {
|
731
748
|
"type": "string",
|
732
749
|
"sensitive": true
|
733
750
|
},
|
734
|
-
"
|
751
|
+
"S1n": {
|
735
752
|
"type": "structure",
|
736
753
|
"members": {
|
737
754
|
"id": {},
|
738
755
|
"serialNumber": {},
|
739
756
|
"name": {
|
740
|
-
"shape": "
|
757
|
+
"shape": "S13"
|
741
758
|
},
|
742
759
|
"model": {},
|
743
760
|
"environmentId": {},
|