aws-sdk 2.1048.0 → 2.1049.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/detective-2018-10-26.min.json +101 -9
- package/apis/detective-2018-10-26.paginators.json +5 -0
- package/apis/greengrassv2-2020-11-30.min.json +182 -29
- package/apis/mediaconvert-2017-08-29.min.json +70 -67
- package/apis/sagemaker-2017-07-24.min.json +362 -296
- package/clients/detective.d.ts +144 -40
- package/clients/greengrassv2.d.ts +133 -5
- package/clients/mediaconvert.d.ts +8 -3
- package/clients/rds.d.ts +35 -35
- package/clients/sagemaker.d.ts +112 -9
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1049.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"shape": "Sg"
|
|
86
86
|
},
|
|
87
87
|
"UnprocessedAccounts": {
|
|
88
|
-
"shape": "
|
|
88
|
+
"shape": "So"
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
}
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"members": {
|
|
118
118
|
"GraphArn": {},
|
|
119
119
|
"AccountIds": {
|
|
120
|
-
"shape": "
|
|
120
|
+
"shape": "St"
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
},
|
|
@@ -125,14 +125,41 @@
|
|
|
125
125
|
"type": "structure",
|
|
126
126
|
"members": {
|
|
127
127
|
"AccountIds": {
|
|
128
|
-
"shape": "
|
|
128
|
+
"shape": "St"
|
|
129
129
|
},
|
|
130
130
|
"UnprocessedAccounts": {
|
|
131
|
-
"shape": "
|
|
131
|
+
"shape": "So"
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
+
"DescribeOrganizationConfiguration": {
|
|
137
|
+
"http": {
|
|
138
|
+
"requestUri": "/orgs/describeOrganizationConfiguration"
|
|
139
|
+
},
|
|
140
|
+
"input": {
|
|
141
|
+
"type": "structure",
|
|
142
|
+
"required": [
|
|
143
|
+
"GraphArn"
|
|
144
|
+
],
|
|
145
|
+
"members": {
|
|
146
|
+
"GraphArn": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"output": {
|
|
150
|
+
"type": "structure",
|
|
151
|
+
"members": {
|
|
152
|
+
"AutoEnable": {
|
|
153
|
+
"type": "boolean"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"DisableOrganizationAdminAccount": {
|
|
159
|
+
"http": {
|
|
160
|
+
"requestUri": "/orgs/disableAdminAccount"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
136
163
|
"DisassociateMembership": {
|
|
137
164
|
"http": {
|
|
138
165
|
"requestUri": "/membership/removal"
|
|
@@ -147,6 +174,20 @@
|
|
|
147
174
|
}
|
|
148
175
|
}
|
|
149
176
|
},
|
|
177
|
+
"EnableOrganizationAdminAccount": {
|
|
178
|
+
"http": {
|
|
179
|
+
"requestUri": "/orgs/enableAdminAccount"
|
|
180
|
+
},
|
|
181
|
+
"input": {
|
|
182
|
+
"type": "structure",
|
|
183
|
+
"required": [
|
|
184
|
+
"AccountId"
|
|
185
|
+
],
|
|
186
|
+
"members": {
|
|
187
|
+
"AccountId": {}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
150
191
|
"GetMembers": {
|
|
151
192
|
"http": {
|
|
152
193
|
"requestUri": "/graph/members/get"
|
|
@@ -160,7 +201,7 @@
|
|
|
160
201
|
"members": {
|
|
161
202
|
"GraphArn": {},
|
|
162
203
|
"AccountIds": {
|
|
163
|
-
"shape": "
|
|
204
|
+
"shape": "St"
|
|
164
205
|
}
|
|
165
206
|
}
|
|
166
207
|
},
|
|
@@ -171,7 +212,7 @@
|
|
|
171
212
|
"shape": "Sg"
|
|
172
213
|
},
|
|
173
214
|
"UnprocessedAccounts": {
|
|
174
|
-
"shape": "
|
|
215
|
+
"shape": "So"
|
|
175
216
|
}
|
|
176
217
|
}
|
|
177
218
|
}
|
|
@@ -258,6 +299,39 @@
|
|
|
258
299
|
}
|
|
259
300
|
}
|
|
260
301
|
},
|
|
302
|
+
"ListOrganizationAdminAccounts": {
|
|
303
|
+
"http": {
|
|
304
|
+
"requestUri": "/orgs/adminAccountslist"
|
|
305
|
+
},
|
|
306
|
+
"input": {
|
|
307
|
+
"type": "structure",
|
|
308
|
+
"members": {
|
|
309
|
+
"NextToken": {},
|
|
310
|
+
"MaxResults": {
|
|
311
|
+
"type": "integer"
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"output": {
|
|
316
|
+
"type": "structure",
|
|
317
|
+
"members": {
|
|
318
|
+
"Administrators": {
|
|
319
|
+
"type": "list",
|
|
320
|
+
"member": {
|
|
321
|
+
"type": "structure",
|
|
322
|
+
"members": {
|
|
323
|
+
"AccountId": {},
|
|
324
|
+
"GraphArn": {},
|
|
325
|
+
"DelegationTime": {
|
|
326
|
+
"shape": "Sk"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"NextToken": {}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
},
|
|
261
335
|
"ListTagsForResource": {
|
|
262
336
|
"http": {
|
|
263
337
|
"method": "GET",
|
|
@@ -370,6 +444,23 @@
|
|
|
370
444
|
"type": "structure",
|
|
371
445
|
"members": {}
|
|
372
446
|
}
|
|
447
|
+
},
|
|
448
|
+
"UpdateOrganizationConfiguration": {
|
|
449
|
+
"http": {
|
|
450
|
+
"requestUri": "/orgs/updateOrganizationConfiguration"
|
|
451
|
+
},
|
|
452
|
+
"input": {
|
|
453
|
+
"type": "structure",
|
|
454
|
+
"required": [
|
|
455
|
+
"GraphArn"
|
|
456
|
+
],
|
|
457
|
+
"members": {
|
|
458
|
+
"GraphArn": {},
|
|
459
|
+
"AutoEnable": {
|
|
460
|
+
"type": "boolean"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
373
464
|
}
|
|
374
465
|
},
|
|
375
466
|
"shapes": {
|
|
@@ -414,7 +505,8 @@
|
|
|
414
505
|
"shape": "Sk",
|
|
415
506
|
"deprecated": true,
|
|
416
507
|
"deprecatedMessage": "This property is deprecated. Use VolumeUsageUpdatedTime instead."
|
|
417
|
-
}
|
|
508
|
+
},
|
|
509
|
+
"InvitationType": {}
|
|
418
510
|
}
|
|
419
511
|
}
|
|
420
512
|
},
|
|
@@ -422,7 +514,7 @@
|
|
|
422
514
|
"type": "timestamp",
|
|
423
515
|
"timestampFormat": "iso8601"
|
|
424
516
|
},
|
|
425
|
-
"
|
|
517
|
+
"So": {
|
|
426
518
|
"type": "list",
|
|
427
519
|
"member": {
|
|
428
520
|
"type": "structure",
|
|
@@ -432,7 +524,7 @@
|
|
|
432
524
|
}
|
|
433
525
|
}
|
|
434
526
|
},
|
|
435
|
-
"
|
|
527
|
+
"St": {
|
|
436
528
|
"type": "list",
|
|
437
529
|
"member": {}
|
|
438
530
|
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"apiVersion": "2020-11-30",
|
|
5
5
|
"endpointPrefix": "greengrass",
|
|
6
|
-
"jsonVersion": "1.1",
|
|
7
6
|
"protocol": "rest-json",
|
|
8
7
|
"serviceAbbreviation": "AWS GreengrassV2",
|
|
9
8
|
"serviceFullName": "AWS IoT Greengrass V2",
|
|
@@ -12,6 +11,32 @@
|
|
|
12
11
|
"uid": "greengrassv2-2020-11-30"
|
|
13
12
|
},
|
|
14
13
|
"operations": {
|
|
14
|
+
"AssociateServiceRoleToAccount": {
|
|
15
|
+
"http": {
|
|
16
|
+
"method": "PUT",
|
|
17
|
+
"requestUri": "/greengrass/servicerole",
|
|
18
|
+
"responseCode": 200
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"roleArn"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"roleArn": {
|
|
27
|
+
"locationName": "RoleArn"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"output": {
|
|
32
|
+
"type": "structure",
|
|
33
|
+
"members": {
|
|
34
|
+
"associatedAt": {
|
|
35
|
+
"locationName": "AssociatedAt"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
15
40
|
"BatchAssociateClientDeviceWithCoreDevice": {
|
|
16
41
|
"http": {
|
|
17
42
|
"requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices",
|
|
@@ -148,7 +173,7 @@
|
|
|
148
173
|
"componentName": {},
|
|
149
174
|
"componentVersion": {},
|
|
150
175
|
"componentPlatforms": {
|
|
151
|
-
"shape": "
|
|
176
|
+
"shape": "Sq"
|
|
152
177
|
},
|
|
153
178
|
"componentDependencies": {
|
|
154
179
|
"type": "map",
|
|
@@ -262,7 +287,7 @@
|
|
|
262
287
|
}
|
|
263
288
|
},
|
|
264
289
|
"tags": {
|
|
265
|
-
"shape": "
|
|
290
|
+
"shape": "S1g"
|
|
266
291
|
},
|
|
267
292
|
"clientToken": {
|
|
268
293
|
"idempotencyToken": true
|
|
@@ -285,7 +310,7 @@
|
|
|
285
310
|
"type": "timestamp"
|
|
286
311
|
},
|
|
287
312
|
"status": {
|
|
288
|
-
"shape": "
|
|
313
|
+
"shape": "S1n"
|
|
289
314
|
}
|
|
290
315
|
}
|
|
291
316
|
}
|
|
@@ -304,16 +329,16 @@
|
|
|
304
329
|
"targetArn": {},
|
|
305
330
|
"deploymentName": {},
|
|
306
331
|
"components": {
|
|
307
|
-
"shape": "
|
|
332
|
+
"shape": "S1s"
|
|
308
333
|
},
|
|
309
334
|
"iotJobConfiguration": {
|
|
310
|
-
"shape": "
|
|
335
|
+
"shape": "S22"
|
|
311
336
|
},
|
|
312
337
|
"deploymentPolicies": {
|
|
313
|
-
"shape": "
|
|
338
|
+
"shape": "S2j"
|
|
314
339
|
},
|
|
315
340
|
"tags": {
|
|
316
|
-
"shape": "
|
|
341
|
+
"shape": "S1g"
|
|
317
342
|
},
|
|
318
343
|
"clientToken": {
|
|
319
344
|
"idempotencyToken": true
|
|
@@ -396,13 +421,32 @@
|
|
|
396
421
|
"publisher": {},
|
|
397
422
|
"description": {},
|
|
398
423
|
"status": {
|
|
399
|
-
"shape": "
|
|
424
|
+
"shape": "S1n"
|
|
400
425
|
},
|
|
401
426
|
"platforms": {
|
|
402
|
-
"shape": "
|
|
427
|
+
"shape": "Sq"
|
|
403
428
|
},
|
|
404
429
|
"tags": {
|
|
405
|
-
"shape": "
|
|
430
|
+
"shape": "S1g"
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"DisassociateServiceRoleFromAccount": {
|
|
436
|
+
"http": {
|
|
437
|
+
"method": "DELETE",
|
|
438
|
+
"requestUri": "/greengrass/servicerole",
|
|
439
|
+
"responseCode": 200
|
|
440
|
+
},
|
|
441
|
+
"input": {
|
|
442
|
+
"type": "structure",
|
|
443
|
+
"members": {}
|
|
444
|
+
},
|
|
445
|
+
"output": {
|
|
446
|
+
"type": "structure",
|
|
447
|
+
"members": {
|
|
448
|
+
"disassociatedAt": {
|
|
449
|
+
"locationName": "DisassociatedAt"
|
|
406
450
|
}
|
|
407
451
|
}
|
|
408
452
|
}
|
|
@@ -440,7 +484,7 @@
|
|
|
440
484
|
"type": "blob"
|
|
441
485
|
},
|
|
442
486
|
"tags": {
|
|
443
|
-
"shape": "
|
|
487
|
+
"shape": "S1g"
|
|
444
488
|
}
|
|
445
489
|
}
|
|
446
490
|
}
|
|
@@ -477,6 +521,37 @@
|
|
|
477
521
|
}
|
|
478
522
|
}
|
|
479
523
|
},
|
|
524
|
+
"GetConnectivityInfo": {
|
|
525
|
+
"http": {
|
|
526
|
+
"method": "GET",
|
|
527
|
+
"requestUri": "/greengrass/things/{thingName}/connectivityInfo",
|
|
528
|
+
"responseCode": 200
|
|
529
|
+
},
|
|
530
|
+
"input": {
|
|
531
|
+
"type": "structure",
|
|
532
|
+
"required": [
|
|
533
|
+
"thingName"
|
|
534
|
+
],
|
|
535
|
+
"members": {
|
|
536
|
+
"thingName": {
|
|
537
|
+
"location": "uri",
|
|
538
|
+
"locationName": "thingName"
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"output": {
|
|
543
|
+
"type": "structure",
|
|
544
|
+
"members": {
|
|
545
|
+
"connectivityInfo": {
|
|
546
|
+
"shape": "S36",
|
|
547
|
+
"locationName": "ConnectivityInfo"
|
|
548
|
+
},
|
|
549
|
+
"message": {
|
|
550
|
+
"locationName": "Message"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
},
|
|
480
555
|
"GetCoreDevice": {
|
|
481
556
|
"http": {
|
|
482
557
|
"method": "GET",
|
|
@@ -506,7 +581,7 @@
|
|
|
506
581
|
"type": "timestamp"
|
|
507
582
|
},
|
|
508
583
|
"tags": {
|
|
509
|
-
"shape": "
|
|
584
|
+
"shape": "S1g"
|
|
510
585
|
}
|
|
511
586
|
}
|
|
512
587
|
}
|
|
@@ -539,13 +614,13 @@
|
|
|
539
614
|
"iotJobId": {},
|
|
540
615
|
"iotJobArn": {},
|
|
541
616
|
"components": {
|
|
542
|
-
"shape": "
|
|
617
|
+
"shape": "S1s"
|
|
543
618
|
},
|
|
544
619
|
"deploymentPolicies": {
|
|
545
|
-
"shape": "
|
|
620
|
+
"shape": "S2j"
|
|
546
621
|
},
|
|
547
622
|
"iotJobConfiguration": {
|
|
548
|
-
"shape": "
|
|
623
|
+
"shape": "S22"
|
|
549
624
|
},
|
|
550
625
|
"creationTimestamp": {
|
|
551
626
|
"type": "timestamp"
|
|
@@ -554,7 +629,29 @@
|
|
|
554
629
|
"type": "boolean"
|
|
555
630
|
},
|
|
556
631
|
"tags": {
|
|
557
|
-
"shape": "
|
|
632
|
+
"shape": "S1g"
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"GetServiceRoleForAccount": {
|
|
638
|
+
"http": {
|
|
639
|
+
"method": "GET",
|
|
640
|
+
"requestUri": "/greengrass/servicerole",
|
|
641
|
+
"responseCode": 200
|
|
642
|
+
},
|
|
643
|
+
"input": {
|
|
644
|
+
"type": "structure",
|
|
645
|
+
"members": {}
|
|
646
|
+
},
|
|
647
|
+
"output": {
|
|
648
|
+
"type": "structure",
|
|
649
|
+
"members": {
|
|
650
|
+
"associatedAt": {
|
|
651
|
+
"locationName": "AssociatedAt"
|
|
652
|
+
},
|
|
653
|
+
"roleArn": {
|
|
654
|
+
"locationName": "RoleArn"
|
|
558
655
|
}
|
|
559
656
|
}
|
|
560
657
|
}
|
|
@@ -693,7 +790,7 @@
|
|
|
693
790
|
"description": {},
|
|
694
791
|
"publisher": {},
|
|
695
792
|
"platforms": {
|
|
696
|
-
"shape": "
|
|
793
|
+
"shape": "Sq"
|
|
697
794
|
}
|
|
698
795
|
}
|
|
699
796
|
}
|
|
@@ -936,7 +1033,7 @@
|
|
|
936
1033
|
"type": "structure",
|
|
937
1034
|
"members": {
|
|
938
1035
|
"tags": {
|
|
939
|
-
"shape": "
|
|
1036
|
+
"shape": "S1g"
|
|
940
1037
|
}
|
|
941
1038
|
}
|
|
942
1039
|
}
|
|
@@ -953,7 +1050,7 @@
|
|
|
953
1050
|
],
|
|
954
1051
|
"members": {
|
|
955
1052
|
"platform": {
|
|
956
|
-
"shape": "
|
|
1053
|
+
"shape": "Sr"
|
|
957
1054
|
},
|
|
958
1055
|
"componentCandidates": {
|
|
959
1056
|
"type": "list",
|
|
@@ -1008,7 +1105,7 @@
|
|
|
1008
1105
|
"locationName": "resourceArn"
|
|
1009
1106
|
},
|
|
1010
1107
|
"tags": {
|
|
1011
|
-
"shape": "
|
|
1108
|
+
"shape": "S1g"
|
|
1012
1109
|
}
|
|
1013
1110
|
}
|
|
1014
1111
|
},
|
|
@@ -1045,16 +1142,51 @@
|
|
|
1045
1142
|
"type": "structure",
|
|
1046
1143
|
"members": {}
|
|
1047
1144
|
}
|
|
1145
|
+
},
|
|
1146
|
+
"UpdateConnectivityInfo": {
|
|
1147
|
+
"http": {
|
|
1148
|
+
"method": "PUT",
|
|
1149
|
+
"requestUri": "/greengrass/things/{thingName}/connectivityInfo",
|
|
1150
|
+
"responseCode": 200
|
|
1151
|
+
},
|
|
1152
|
+
"input": {
|
|
1153
|
+
"type": "structure",
|
|
1154
|
+
"required": [
|
|
1155
|
+
"thingName",
|
|
1156
|
+
"connectivityInfo"
|
|
1157
|
+
],
|
|
1158
|
+
"members": {
|
|
1159
|
+
"thingName": {
|
|
1160
|
+
"location": "uri",
|
|
1161
|
+
"locationName": "thingName"
|
|
1162
|
+
},
|
|
1163
|
+
"connectivityInfo": {
|
|
1164
|
+
"shape": "S36",
|
|
1165
|
+
"locationName": "ConnectivityInfo"
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"output": {
|
|
1170
|
+
"type": "structure",
|
|
1171
|
+
"members": {
|
|
1172
|
+
"version": {
|
|
1173
|
+
"locationName": "Version"
|
|
1174
|
+
},
|
|
1175
|
+
"message": {
|
|
1176
|
+
"locationName": "Message"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1048
1180
|
}
|
|
1049
1181
|
},
|
|
1050
1182
|
"shapes": {
|
|
1051
|
-
"
|
|
1183
|
+
"Sq": {
|
|
1052
1184
|
"type": "list",
|
|
1053
1185
|
"member": {
|
|
1054
|
-
"shape": "
|
|
1186
|
+
"shape": "Sr"
|
|
1055
1187
|
}
|
|
1056
1188
|
},
|
|
1057
|
-
"
|
|
1189
|
+
"Sr": {
|
|
1058
1190
|
"type": "structure",
|
|
1059
1191
|
"members": {
|
|
1060
1192
|
"name": {},
|
|
@@ -1065,12 +1197,12 @@
|
|
|
1065
1197
|
}
|
|
1066
1198
|
}
|
|
1067
1199
|
},
|
|
1068
|
-
"
|
|
1200
|
+
"S1g": {
|
|
1069
1201
|
"type": "map",
|
|
1070
1202
|
"key": {},
|
|
1071
1203
|
"value": {}
|
|
1072
1204
|
},
|
|
1073
|
-
"
|
|
1205
|
+
"S1n": {
|
|
1074
1206
|
"type": "structure",
|
|
1075
1207
|
"members": {
|
|
1076
1208
|
"componentState": {},
|
|
@@ -1082,7 +1214,7 @@
|
|
|
1082
1214
|
}
|
|
1083
1215
|
}
|
|
1084
1216
|
},
|
|
1085
|
-
"
|
|
1217
|
+
"S1s": {
|
|
1086
1218
|
"type": "map",
|
|
1087
1219
|
"key": {},
|
|
1088
1220
|
"value": {
|
|
@@ -1120,7 +1252,7 @@
|
|
|
1120
1252
|
}
|
|
1121
1253
|
}
|
|
1122
1254
|
},
|
|
1123
|
-
"
|
|
1255
|
+
"S22": {
|
|
1124
1256
|
"type": "structure",
|
|
1125
1257
|
"members": {
|
|
1126
1258
|
"jobExecutionsRolloutConfig": {
|
|
@@ -1198,7 +1330,7 @@
|
|
|
1198
1330
|
}
|
|
1199
1331
|
}
|
|
1200
1332
|
},
|
|
1201
|
-
"
|
|
1333
|
+
"S2j": {
|
|
1202
1334
|
"type": "structure",
|
|
1203
1335
|
"members": {
|
|
1204
1336
|
"failureHandlingPolicy": {},
|
|
@@ -1220,6 +1352,27 @@
|
|
|
1220
1352
|
}
|
|
1221
1353
|
}
|
|
1222
1354
|
}
|
|
1355
|
+
},
|
|
1356
|
+
"S36": {
|
|
1357
|
+
"type": "list",
|
|
1358
|
+
"member": {
|
|
1359
|
+
"type": "structure",
|
|
1360
|
+
"members": {
|
|
1361
|
+
"id": {
|
|
1362
|
+
"locationName": "Id"
|
|
1363
|
+
},
|
|
1364
|
+
"hostAddress": {
|
|
1365
|
+
"locationName": "HostAddress"
|
|
1366
|
+
},
|
|
1367
|
+
"portNumber": {
|
|
1368
|
+
"locationName": "PortNumber",
|
|
1369
|
+
"type": "integer"
|
|
1370
|
+
},
|
|
1371
|
+
"metadata": {
|
|
1372
|
+
"locationName": "Metadata"
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1223
1376
|
}
|
|
1224
1377
|
}
|
|
1225
1378
|
}
|