aws-sdk-core 2.11.24 → 2.11.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +388 -0
- data/apis/alexaforbusiness/2017-11-09/paginators-1.json +10 -0
- data/apis/cloudformation/2010-05-15/api-2.json +7 -1
- data/apis/greengrass/2017-06-07/api-2.json +170 -125
- data/apis/ssm/2014-11-06/api-2.json +2 -1
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b723496fb4b9be7a87856012ba487cba66dbe56c
|
4
|
+
data.tar.gz: 11ac9b0daec63180f1cc03523523c8f16df78df0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f017f649a45de12ac778b8bad4252d522483f64429c9a08c3e9d52200a01a16862b55e68624f4bac966064b35c65d46967a225bce146c18623c92c29d85b84d
|
7
|
+
data.tar.gz: b168f863e5bf2f1dcd3fde9f3d8c7460bd96f4d341e4a6df4979b46149aa2615c990bd794417076bfb9102767d8dd2b757cf4335a608f5dfc0bb6a1ab031cc1d
|
@@ -11,6 +11,15 @@
|
|
11
11
|
"uid":"alexaforbusiness-2017-11-09"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
|
+
"AssociateContactWithAddressBook":{
|
15
|
+
"name":"AssociateContactWithAddressBook",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"AssociateContactWithAddressBookRequest"},
|
21
|
+
"output":{"shape":"AssociateContactWithAddressBookResponse"}
|
22
|
+
},
|
14
23
|
"AssociateDeviceWithRoom":{
|
15
24
|
"name":"AssociateDeviceWithRoom",
|
16
25
|
"http":{
|
@@ -32,6 +41,32 @@
|
|
32
41
|
"input":{"shape":"AssociateSkillGroupWithRoomRequest"},
|
33
42
|
"output":{"shape":"AssociateSkillGroupWithRoomResponse"}
|
34
43
|
},
|
44
|
+
"CreateAddressBook":{
|
45
|
+
"name":"CreateAddressBook",
|
46
|
+
"http":{
|
47
|
+
"method":"POST",
|
48
|
+
"requestUri":"/"
|
49
|
+
},
|
50
|
+
"input":{"shape":"CreateAddressBookRequest"},
|
51
|
+
"output":{"shape":"CreateAddressBookResponse"},
|
52
|
+
"errors":[
|
53
|
+
{"shape":"AlreadyExistsException"},
|
54
|
+
{"shape":"LimitExceededException"}
|
55
|
+
]
|
56
|
+
},
|
57
|
+
"CreateContact":{
|
58
|
+
"name":"CreateContact",
|
59
|
+
"http":{
|
60
|
+
"method":"POST",
|
61
|
+
"requestUri":"/"
|
62
|
+
},
|
63
|
+
"input":{"shape":"CreateContactRequest"},
|
64
|
+
"output":{"shape":"CreateContactResponse"},
|
65
|
+
"errors":[
|
66
|
+
{"shape":"AlreadyExistsException"},
|
67
|
+
{"shape":"LimitExceededException"}
|
68
|
+
]
|
69
|
+
},
|
35
70
|
"CreateProfile":{
|
36
71
|
"name":"CreateProfile",
|
37
72
|
"http":{
|
@@ -84,6 +119,30 @@
|
|
84
119
|
{"shape":"LimitExceededException"}
|
85
120
|
]
|
86
121
|
},
|
122
|
+
"DeleteAddressBook":{
|
123
|
+
"name":"DeleteAddressBook",
|
124
|
+
"http":{
|
125
|
+
"method":"POST",
|
126
|
+
"requestUri":"/"
|
127
|
+
},
|
128
|
+
"input":{"shape":"DeleteAddressBookRequest"},
|
129
|
+
"output":{"shape":"DeleteAddressBookResponse"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"NotFoundException"}
|
132
|
+
]
|
133
|
+
},
|
134
|
+
"DeleteContact":{
|
135
|
+
"name":"DeleteContact",
|
136
|
+
"http":{
|
137
|
+
"method":"POST",
|
138
|
+
"requestUri":"/"
|
139
|
+
},
|
140
|
+
"input":{"shape":"DeleteContactRequest"},
|
141
|
+
"output":{"shape":"DeleteContactResponse"},
|
142
|
+
"errors":[
|
143
|
+
{"shape":"NotFoundException"}
|
144
|
+
]
|
145
|
+
},
|
87
146
|
"DeleteProfile":{
|
88
147
|
"name":"DeleteProfile",
|
89
148
|
"http":{
|
@@ -141,6 +200,15 @@
|
|
141
200
|
{"shape":"NotFoundException"}
|
142
201
|
]
|
143
202
|
},
|
203
|
+
"DisassociateContactFromAddressBook":{
|
204
|
+
"name":"DisassociateContactFromAddressBook",
|
205
|
+
"http":{
|
206
|
+
"method":"POST",
|
207
|
+
"requestUri":"/"
|
208
|
+
},
|
209
|
+
"input":{"shape":"DisassociateContactFromAddressBookRequest"},
|
210
|
+
"output":{"shape":"DisassociateContactFromAddressBookResponse"}
|
211
|
+
},
|
144
212
|
"DisassociateDeviceFromRoom":{
|
145
213
|
"name":"DisassociateDeviceFromRoom",
|
146
214
|
"http":{
|
@@ -159,6 +227,30 @@
|
|
159
227
|
"input":{"shape":"DisassociateSkillGroupFromRoomRequest"},
|
160
228
|
"output":{"shape":"DisassociateSkillGroupFromRoomResponse"}
|
161
229
|
},
|
230
|
+
"GetAddressBook":{
|
231
|
+
"name":"GetAddressBook",
|
232
|
+
"http":{
|
233
|
+
"method":"POST",
|
234
|
+
"requestUri":"/"
|
235
|
+
},
|
236
|
+
"input":{"shape":"GetAddressBookRequest"},
|
237
|
+
"output":{"shape":"GetAddressBookResponse"},
|
238
|
+
"errors":[
|
239
|
+
{"shape":"NotFoundException"}
|
240
|
+
]
|
241
|
+
},
|
242
|
+
"GetContact":{
|
243
|
+
"name":"GetContact",
|
244
|
+
"http":{
|
245
|
+
"method":"POST",
|
246
|
+
"requestUri":"/"
|
247
|
+
},
|
248
|
+
"input":{"shape":"GetContactRequest"},
|
249
|
+
"output":{"shape":"GetContactResponse"},
|
250
|
+
"errors":[
|
251
|
+
{"shape":"NotFoundException"}
|
252
|
+
]
|
253
|
+
},
|
162
254
|
"GetDevice":{
|
163
255
|
"name":"GetDevice",
|
164
256
|
"http":{
|
@@ -273,6 +365,24 @@
|
|
273
365
|
{"shape":"NotFoundException"}
|
274
366
|
]
|
275
367
|
},
|
368
|
+
"SearchAddressBooks":{
|
369
|
+
"name":"SearchAddressBooks",
|
370
|
+
"http":{
|
371
|
+
"method":"POST",
|
372
|
+
"requestUri":"/"
|
373
|
+
},
|
374
|
+
"input":{"shape":"SearchAddressBooksRequest"},
|
375
|
+
"output":{"shape":"SearchAddressBooksResponse"}
|
376
|
+
},
|
377
|
+
"SearchContacts":{
|
378
|
+
"name":"SearchContacts",
|
379
|
+
"http":{
|
380
|
+
"method":"POST",
|
381
|
+
"requestUri":"/"
|
382
|
+
},
|
383
|
+
"input":{"shape":"SearchContactsRequest"},
|
384
|
+
"output":{"shape":"SearchContactsResponse"}
|
385
|
+
},
|
276
386
|
"SearchDevices":{
|
277
387
|
"name":"SearchDevices",
|
278
388
|
"http":{
|
@@ -364,6 +474,31 @@
|
|
364
474
|
{"shape":"NotFoundException"}
|
365
475
|
]
|
366
476
|
},
|
477
|
+
"UpdateAddressBook":{
|
478
|
+
"name":"UpdateAddressBook",
|
479
|
+
"http":{
|
480
|
+
"method":"POST",
|
481
|
+
"requestUri":"/"
|
482
|
+
},
|
483
|
+
"input":{"shape":"UpdateAddressBookRequest"},
|
484
|
+
"output":{"shape":"UpdateAddressBookResponse"},
|
485
|
+
"errors":[
|
486
|
+
{"shape":"NotFoundException"},
|
487
|
+
{"shape":"NameInUseException"}
|
488
|
+
]
|
489
|
+
},
|
490
|
+
"UpdateContact":{
|
491
|
+
"name":"UpdateContact",
|
492
|
+
"http":{
|
493
|
+
"method":"POST",
|
494
|
+
"requestUri":"/"
|
495
|
+
},
|
496
|
+
"input":{"shape":"UpdateContactRequest"},
|
497
|
+
"output":{"shape":"UpdateContactResponse"},
|
498
|
+
"errors":[
|
499
|
+
{"shape":"NotFoundException"}
|
500
|
+
]
|
501
|
+
},
|
367
502
|
"UpdateDevice":{
|
368
503
|
"name":"UpdateDevice",
|
369
504
|
"http":{
|
@@ -422,6 +557,38 @@
|
|
422
557
|
"max":500,
|
423
558
|
"min":1
|
424
559
|
},
|
560
|
+
"AddressBook":{
|
561
|
+
"type":"structure",
|
562
|
+
"members":{
|
563
|
+
"AddressBookArn":{"shape":"Arn"},
|
564
|
+
"Name":{"shape":"AddressBookName"},
|
565
|
+
"Description":{"shape":"AddressBookDescription"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"AddressBookData":{
|
569
|
+
"type":"structure",
|
570
|
+
"members":{
|
571
|
+
"AddressBookArn":{"shape":"Arn"},
|
572
|
+
"Name":{"shape":"AddressBookName"},
|
573
|
+
"Description":{"shape":"AddressBookDescription"}
|
574
|
+
}
|
575
|
+
},
|
576
|
+
"AddressBookDataList":{
|
577
|
+
"type":"list",
|
578
|
+
"member":{"shape":"AddressBookData"}
|
579
|
+
},
|
580
|
+
"AddressBookDescription":{
|
581
|
+
"type":"string",
|
582
|
+
"max":200,
|
583
|
+
"min":1,
|
584
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
585
|
+
},
|
586
|
+
"AddressBookName":{
|
587
|
+
"type":"string",
|
588
|
+
"max":100,
|
589
|
+
"min":1,
|
590
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
591
|
+
},
|
425
592
|
"AlreadyExistsException":{
|
426
593
|
"type":"structure",
|
427
594
|
"members":{
|
@@ -433,6 +600,22 @@
|
|
433
600
|
"type":"string",
|
434
601
|
"pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
|
435
602
|
},
|
603
|
+
"AssociateContactWithAddressBookRequest":{
|
604
|
+
"type":"structure",
|
605
|
+
"required":[
|
606
|
+
"ContactArn",
|
607
|
+
"AddressBookArn"
|
608
|
+
],
|
609
|
+
"members":{
|
610
|
+
"ContactArn":{"shape":"Arn"},
|
611
|
+
"AddressBookArn":{"shape":"Arn"}
|
612
|
+
}
|
613
|
+
},
|
614
|
+
"AssociateContactWithAddressBookResponse":{
|
615
|
+
"type":"structure",
|
616
|
+
"members":{
|
617
|
+
}
|
618
|
+
},
|
436
619
|
"AssociateDeviceWithRoomRequest":{
|
437
620
|
"type":"structure",
|
438
621
|
"members":{
|
@@ -464,6 +647,77 @@
|
|
464
647
|
"min":10,
|
465
648
|
"pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
|
466
649
|
},
|
650
|
+
"Contact":{
|
651
|
+
"type":"structure",
|
652
|
+
"members":{
|
653
|
+
"ContactArn":{"shape":"Arn"},
|
654
|
+
"DisplayName":{"shape":"ContactName"},
|
655
|
+
"FirstName":{"shape":"ContactName"},
|
656
|
+
"LastName":{"shape":"ContactName"},
|
657
|
+
"PhoneNumber":{"shape":"E164PhoneNumber"}
|
658
|
+
}
|
659
|
+
},
|
660
|
+
"ContactData":{
|
661
|
+
"type":"structure",
|
662
|
+
"members":{
|
663
|
+
"ContactArn":{"shape":"Arn"},
|
664
|
+
"DisplayName":{"shape":"ContactName"},
|
665
|
+
"FirstName":{"shape":"ContactName"},
|
666
|
+
"LastName":{"shape":"ContactName"},
|
667
|
+
"PhoneNumber":{"shape":"E164PhoneNumber"}
|
668
|
+
}
|
669
|
+
},
|
670
|
+
"ContactDataList":{
|
671
|
+
"type":"list",
|
672
|
+
"member":{"shape":"ContactData"}
|
673
|
+
},
|
674
|
+
"ContactName":{
|
675
|
+
"type":"string",
|
676
|
+
"max":100,
|
677
|
+
"min":1,
|
678
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
679
|
+
},
|
680
|
+
"CreateAddressBookRequest":{
|
681
|
+
"type":"structure",
|
682
|
+
"required":["Name"],
|
683
|
+
"members":{
|
684
|
+
"Name":{"shape":"AddressBookName"},
|
685
|
+
"Description":{"shape":"AddressBookDescription"},
|
686
|
+
"ClientRequestToken":{
|
687
|
+
"shape":"ClientRequestToken",
|
688
|
+
"idempotencyToken":true
|
689
|
+
}
|
690
|
+
}
|
691
|
+
},
|
692
|
+
"CreateAddressBookResponse":{
|
693
|
+
"type":"structure",
|
694
|
+
"members":{
|
695
|
+
"AddressBookArn":{"shape":"Arn"}
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"CreateContactRequest":{
|
699
|
+
"type":"structure",
|
700
|
+
"required":[
|
701
|
+
"FirstName",
|
702
|
+
"PhoneNumber"
|
703
|
+
],
|
704
|
+
"members":{
|
705
|
+
"DisplayName":{"shape":"ContactName"},
|
706
|
+
"FirstName":{"shape":"ContactName"},
|
707
|
+
"LastName":{"shape":"ContactName"},
|
708
|
+
"PhoneNumber":{"shape":"E164PhoneNumber"},
|
709
|
+
"ClientRequestToken":{
|
710
|
+
"shape":"ClientRequestToken",
|
711
|
+
"idempotencyToken":true
|
712
|
+
}
|
713
|
+
}
|
714
|
+
},
|
715
|
+
"CreateContactResponse":{
|
716
|
+
"type":"structure",
|
717
|
+
"members":{
|
718
|
+
"ContactArn":{"shape":"Arn"}
|
719
|
+
}
|
720
|
+
},
|
467
721
|
"CreateProfileRequest":{
|
468
722
|
"type":"structure",
|
469
723
|
"required":[
|
@@ -556,6 +810,30 @@
|
|
556
810
|
"UserArn":{"shape":"Arn"}
|
557
811
|
}
|
558
812
|
},
|
813
|
+
"DeleteAddressBookRequest":{
|
814
|
+
"type":"structure",
|
815
|
+
"required":["AddressBookArn"],
|
816
|
+
"members":{
|
817
|
+
"AddressBookArn":{"shape":"Arn"}
|
818
|
+
}
|
819
|
+
},
|
820
|
+
"DeleteAddressBookResponse":{
|
821
|
+
"type":"structure",
|
822
|
+
"members":{
|
823
|
+
}
|
824
|
+
},
|
825
|
+
"DeleteContactRequest":{
|
826
|
+
"type":"structure",
|
827
|
+
"required":["ContactArn"],
|
828
|
+
"members":{
|
829
|
+
"ContactArn":{"shape":"Arn"}
|
830
|
+
}
|
831
|
+
},
|
832
|
+
"DeleteContactResponse":{
|
833
|
+
"type":"structure",
|
834
|
+
"members":{
|
835
|
+
}
|
836
|
+
},
|
559
837
|
"DeleteProfileRequest":{
|
560
838
|
"type":"structure",
|
561
839
|
"members":{
|
@@ -697,6 +975,22 @@
|
|
697
975
|
"type":"string",
|
698
976
|
"pattern":"[a-zA-Z0-9]{1,200}"
|
699
977
|
},
|
978
|
+
"DisassociateContactFromAddressBookRequest":{
|
979
|
+
"type":"structure",
|
980
|
+
"required":[
|
981
|
+
"ContactArn",
|
982
|
+
"AddressBookArn"
|
983
|
+
],
|
984
|
+
"members":{
|
985
|
+
"ContactArn":{"shape":"Arn"},
|
986
|
+
"AddressBookArn":{"shape":"Arn"}
|
987
|
+
}
|
988
|
+
},
|
989
|
+
"DisassociateContactFromAddressBookResponse":{
|
990
|
+
"type":"structure",
|
991
|
+
"members":{
|
992
|
+
}
|
993
|
+
},
|
700
994
|
"DisassociateDeviceFromRoomRequest":{
|
701
995
|
"type":"structure",
|
702
996
|
"members":{
|
@@ -727,6 +1021,10 @@
|
|
727
1021
|
"IMPERIAL"
|
728
1022
|
]
|
729
1023
|
},
|
1024
|
+
"E164PhoneNumber":{
|
1025
|
+
"type":"string",
|
1026
|
+
"pattern":"^\\+\\d{8,}$"
|
1027
|
+
},
|
730
1028
|
"Email":{
|
731
1029
|
"type":"string",
|
732
1030
|
"max":128,
|
@@ -794,6 +1092,32 @@
|
|
794
1092
|
"member":{"shape":"FilterValue"},
|
795
1093
|
"max":5
|
796
1094
|
},
|
1095
|
+
"GetAddressBookRequest":{
|
1096
|
+
"type":"structure",
|
1097
|
+
"required":["AddressBookArn"],
|
1098
|
+
"members":{
|
1099
|
+
"AddressBookArn":{"shape":"Arn"}
|
1100
|
+
}
|
1101
|
+
},
|
1102
|
+
"GetAddressBookResponse":{
|
1103
|
+
"type":"structure",
|
1104
|
+
"members":{
|
1105
|
+
"AddressBook":{"shape":"AddressBook"}
|
1106
|
+
}
|
1107
|
+
},
|
1108
|
+
"GetContactRequest":{
|
1109
|
+
"type":"structure",
|
1110
|
+
"required":["ContactArn"],
|
1111
|
+
"members":{
|
1112
|
+
"ContactArn":{"shape":"Arn"}
|
1113
|
+
}
|
1114
|
+
},
|
1115
|
+
"GetContactResponse":{
|
1116
|
+
"type":"structure",
|
1117
|
+
"members":{
|
1118
|
+
"Contact":{"shape":"Contact"}
|
1119
|
+
}
|
1120
|
+
},
|
797
1121
|
"GetDeviceRequest":{
|
798
1122
|
"type":"structure",
|
799
1123
|
"members":{
|
@@ -1091,6 +1415,40 @@
|
|
1091
1415
|
"type":"list",
|
1092
1416
|
"member":{"shape":"RoomSkillParameter"}
|
1093
1417
|
},
|
1418
|
+
"SearchAddressBooksRequest":{
|
1419
|
+
"type":"structure",
|
1420
|
+
"members":{
|
1421
|
+
"Filters":{"shape":"FilterList"},
|
1422
|
+
"SortCriteria":{"shape":"SortList"},
|
1423
|
+
"NextToken":{"shape":"NextToken"},
|
1424
|
+
"MaxResults":{"shape":"MaxResults"}
|
1425
|
+
}
|
1426
|
+
},
|
1427
|
+
"SearchAddressBooksResponse":{
|
1428
|
+
"type":"structure",
|
1429
|
+
"members":{
|
1430
|
+
"AddressBooks":{"shape":"AddressBookDataList"},
|
1431
|
+
"NextToken":{"shape":"NextToken"},
|
1432
|
+
"TotalCount":{"shape":"TotalCount"}
|
1433
|
+
}
|
1434
|
+
},
|
1435
|
+
"SearchContactsRequest":{
|
1436
|
+
"type":"structure",
|
1437
|
+
"members":{
|
1438
|
+
"Filters":{"shape":"FilterList"},
|
1439
|
+
"SortCriteria":{"shape":"SortList"},
|
1440
|
+
"NextToken":{"shape":"NextToken"},
|
1441
|
+
"MaxResults":{"shape":"MaxResults"}
|
1442
|
+
}
|
1443
|
+
},
|
1444
|
+
"SearchContactsResponse":{
|
1445
|
+
"type":"structure",
|
1446
|
+
"members":{
|
1447
|
+
"Contacts":{"shape":"ContactDataList"},
|
1448
|
+
"NextToken":{"shape":"NextToken"},
|
1449
|
+
"TotalCount":{"shape":"TotalCount"}
|
1450
|
+
}
|
1451
|
+
},
|
1094
1452
|
"SearchDevicesRequest":{
|
1095
1453
|
"type":"structure",
|
1096
1454
|
"members":{
|
@@ -1361,6 +1719,36 @@
|
|
1361
1719
|
"members":{
|
1362
1720
|
}
|
1363
1721
|
},
|
1722
|
+
"UpdateAddressBookRequest":{
|
1723
|
+
"type":"structure",
|
1724
|
+
"required":["AddressBookArn"],
|
1725
|
+
"members":{
|
1726
|
+
"AddressBookArn":{"shape":"Arn"},
|
1727
|
+
"Name":{"shape":"AddressBookName"},
|
1728
|
+
"Description":{"shape":"AddressBookDescription"}
|
1729
|
+
}
|
1730
|
+
},
|
1731
|
+
"UpdateAddressBookResponse":{
|
1732
|
+
"type":"structure",
|
1733
|
+
"members":{
|
1734
|
+
}
|
1735
|
+
},
|
1736
|
+
"UpdateContactRequest":{
|
1737
|
+
"type":"structure",
|
1738
|
+
"required":["ContactArn"],
|
1739
|
+
"members":{
|
1740
|
+
"ContactArn":{"shape":"Arn"},
|
1741
|
+
"DisplayName":{"shape":"ContactName"},
|
1742
|
+
"FirstName":{"shape":"ContactName"},
|
1743
|
+
"LastName":{"shape":"ContactName"},
|
1744
|
+
"PhoneNumber":{"shape":"E164PhoneNumber"}
|
1745
|
+
}
|
1746
|
+
},
|
1747
|
+
"UpdateContactResponse":{
|
1748
|
+
"type":"structure",
|
1749
|
+
"members":{
|
1750
|
+
}
|
1751
|
+
},
|
1364
1752
|
"UpdateDeviceRequest":{
|
1365
1753
|
"type":"structure",
|
1366
1754
|
"members":{
|
@@ -10,6 +10,16 @@
|
|
10
10
|
"output_token": "NextToken",
|
11
11
|
"limit_key": "MaxResults"
|
12
12
|
},
|
13
|
+
"SearchAddressBooks": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"SearchContacts": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
13
23
|
"SearchDevices": {
|
14
24
|
"input_token": "NextToken",
|
15
25
|
"output_token": "NextToken",
|
@@ -888,6 +888,7 @@
|
|
888
888
|
"Parameters":{"shape":"Parameters"},
|
889
889
|
"Capabilities":{"shape":"Capabilities"},
|
890
890
|
"Tags":{"shape":"Tags"},
|
891
|
+
"AdministrationRoleARN":{"shape":"RoleARN"},
|
891
892
|
"ClientRequestToken":{
|
892
893
|
"shape":"ClientRequestToken",
|
893
894
|
"idempotencyToken":true
|
@@ -1963,9 +1964,12 @@
|
|
1963
1964
|
"TemplateBody":{"shape":"TemplateBody"},
|
1964
1965
|
"Parameters":{"shape":"Parameters"},
|
1965
1966
|
"Capabilities":{"shape":"Capabilities"},
|
1966
|
-
"Tags":{"shape":"Tags"}
|
1967
|
+
"Tags":{"shape":"Tags"},
|
1968
|
+
"StackSetARN":{"shape":"StackSetARN"},
|
1969
|
+
"AdministrationRoleARN":{"shape":"RoleARN"}
|
1967
1970
|
}
|
1968
1971
|
},
|
1972
|
+
"StackSetARN":{"type":"string"},
|
1969
1973
|
"StackSetId":{"type":"string"},
|
1970
1974
|
"StackSetName":{"type":"string"},
|
1971
1975
|
"StackSetNameOrId":{
|
@@ -2003,6 +2007,7 @@
|
|
2003
2007
|
"Status":{"shape":"StackSetOperationStatus"},
|
2004
2008
|
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
2005
2009
|
"RetainStacks":{"shape":"RetainStacksNullable"},
|
2010
|
+
"AdministrationRoleARN":{"shape":"RoleARN"},
|
2006
2011
|
"CreationTimestamp":{"shape":"Timestamp"},
|
2007
2012
|
"EndTimestamp":{"shape":"Timestamp"}
|
2008
2013
|
}
|
@@ -2323,6 +2328,7 @@
|
|
2323
2328
|
"Capabilities":{"shape":"Capabilities"},
|
2324
2329
|
"Tags":{"shape":"Tags"},
|
2325
2330
|
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
2331
|
+
"AdministrationRoleARN":{"shape":"RoleARN"},
|
2326
2332
|
"OperationId":{
|
2327
2333
|
"shape":"ClientRequestToken",
|
2328
2334
|
"idempotencyToken":true
|
@@ -1365,13 +1365,14 @@
|
|
1365
1365
|
"ThingArn" : {
|
1366
1366
|
"shape" : "__string"
|
1367
1367
|
}
|
1368
|
-
}
|
1368
|
+
},
|
1369
|
+
"required" : [ ]
|
1369
1370
|
},
|
1370
1371
|
"CoreDefinitionVersion" : {
|
1371
1372
|
"type" : "structure",
|
1372
1373
|
"members" : {
|
1373
1374
|
"Cores" : {
|
1374
|
-
"shape" : "
|
1375
|
+
"shape" : "__listOfCore"
|
1375
1376
|
}
|
1376
1377
|
}
|
1377
1378
|
},
|
@@ -1431,7 +1432,7 @@
|
|
1431
1432
|
"locationName" : "CoreDefinitionId"
|
1432
1433
|
},
|
1433
1434
|
"Cores" : {
|
1434
|
-
"shape" : "
|
1435
|
+
"shape" : "__listOfCore"
|
1435
1436
|
}
|
1436
1437
|
},
|
1437
1438
|
"required" : [ "CoreDefinitionId" ]
|
@@ -1545,7 +1546,7 @@
|
|
1545
1546
|
"locationName" : "DeviceDefinitionId"
|
1546
1547
|
},
|
1547
1548
|
"Devices" : {
|
1548
|
-
"shape" : "
|
1549
|
+
"shape" : "__listOfDevice"
|
1549
1550
|
}
|
1550
1551
|
},
|
1551
1552
|
"required" : [ "DeviceDefinitionId" ]
|
@@ -1623,7 +1624,7 @@
|
|
1623
1624
|
"locationName" : "FunctionDefinitionId"
|
1624
1625
|
},
|
1625
1626
|
"Functions" : {
|
1626
|
-
"shape" : "
|
1627
|
+
"shape" : "__listOfFunction"
|
1627
1628
|
}
|
1628
1629
|
},
|
1629
1630
|
"required" : [ "FunctionDefinitionId" ]
|
@@ -1818,7 +1819,7 @@
|
|
1818
1819
|
"locationName" : "LoggerDefinitionId"
|
1819
1820
|
},
|
1820
1821
|
"Loggers" : {
|
1821
|
-
"shape" : "
|
1822
|
+
"shape" : "__listOfLogger"
|
1822
1823
|
}
|
1823
1824
|
},
|
1824
1825
|
"required" : [ "LoggerDefinitionId" ]
|
@@ -1896,7 +1897,7 @@
|
|
1896
1897
|
"locationName" : "ResourceDefinitionId"
|
1897
1898
|
},
|
1898
1899
|
"Resources" : {
|
1899
|
-
"shape" : "
|
1900
|
+
"shape" : "__listOfResource"
|
1900
1901
|
}
|
1901
1902
|
},
|
1902
1903
|
"required" : [ "ResourceDefinitionId" ]
|
@@ -1914,7 +1915,7 @@
|
|
1914
1915
|
"shape" : "__string"
|
1915
1916
|
},
|
1916
1917
|
"Version" : {
|
1917
|
-
|
1918
|
+
"shape" : "__string"
|
1918
1919
|
}
|
1919
1920
|
}
|
1920
1921
|
},
|
@@ -1922,9 +1923,9 @@
|
|
1922
1923
|
"type" : "structure",
|
1923
1924
|
"members" : {
|
1924
1925
|
"AmznClientToken" : {
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1926
|
+
"shape" : "__string",
|
1927
|
+
"location" : "header",
|
1928
|
+
"locationName" : "X-Amzn-Client-Token"
|
1928
1929
|
},
|
1929
1930
|
"S3UrlSignerRole" : {
|
1930
1931
|
"shape" : "S3UrlSignerRole"
|
@@ -2013,7 +2014,7 @@
|
|
2013
2014
|
"locationName" : "SubscriptionDefinitionId"
|
2014
2015
|
},
|
2015
2016
|
"Subscriptions" : {
|
2016
|
-
"shape" : "
|
2017
|
+
"shape" : "__listOfSubscription"
|
2017
2018
|
}
|
2018
2019
|
},
|
2019
2020
|
"required" : [ "SubscriptionDefinitionId" ]
|
@@ -2211,13 +2212,14 @@
|
|
2211
2212
|
"ThingArn" : {
|
2212
2213
|
"shape" : "__string"
|
2213
2214
|
}
|
2214
|
-
}
|
2215
|
+
},
|
2216
|
+
"required" : [ ]
|
2215
2217
|
},
|
2216
2218
|
"DeviceDefinitionVersion" : {
|
2217
2219
|
"type" : "structure",
|
2218
2220
|
"members" : {
|
2219
2221
|
"Devices" : {
|
2220
|
-
"shape" : "
|
2222
|
+
"shape" : "__listOfDevice"
|
2221
2223
|
}
|
2222
2224
|
}
|
2223
2225
|
},
|
@@ -2256,6 +2258,10 @@
|
|
2256
2258
|
"type" : "structure",
|
2257
2259
|
"members" : { }
|
2258
2260
|
},
|
2261
|
+
"EncodingType" : {
|
2262
|
+
"type" : "string",
|
2263
|
+
"enum" : [ "binary", "json" ]
|
2264
|
+
},
|
2259
2265
|
"ErrorDetail" : {
|
2260
2266
|
"type" : "structure",
|
2261
2267
|
"members" : {
|
@@ -2285,11 +2291,15 @@
|
|
2285
2291
|
"Id" : {
|
2286
2292
|
"shape" : "__string"
|
2287
2293
|
}
|
2288
|
-
}
|
2294
|
+
},
|
2295
|
+
"required" : [ ]
|
2289
2296
|
},
|
2290
2297
|
"FunctionConfiguration" : {
|
2291
2298
|
"type" : "structure",
|
2292
2299
|
"members" : {
|
2300
|
+
"EncodingType" : {
|
2301
|
+
"shape" : "EncodingType"
|
2302
|
+
},
|
2293
2303
|
"Environment" : {
|
2294
2304
|
"shape" : "FunctionConfigurationEnvironment"
|
2295
2305
|
},
|
@@ -2317,10 +2327,10 @@
|
|
2317
2327
|
"shape" : "__boolean"
|
2318
2328
|
},
|
2319
2329
|
"ResourceAccessPolicies" : {
|
2320
|
-
"shape" : "
|
2330
|
+
"shape" : "__listOfResourceAccessPolicy"
|
2321
2331
|
},
|
2322
2332
|
"Variables" : {
|
2323
|
-
"shape" : "
|
2333
|
+
"shape" : "__mapOf__string"
|
2324
2334
|
}
|
2325
2335
|
}
|
2326
2336
|
},
|
@@ -2328,7 +2338,7 @@
|
|
2328
2338
|
"type" : "structure",
|
2329
2339
|
"members" : {
|
2330
2340
|
"Functions" : {
|
2331
|
-
"shape" : "
|
2341
|
+
"shape" : "__listOfFunction"
|
2332
2342
|
}
|
2333
2343
|
}
|
2334
2344
|
},
|
@@ -2380,7 +2390,7 @@
|
|
2380
2390
|
"type" : "structure",
|
2381
2391
|
"members" : {
|
2382
2392
|
"ConnectivityInfo" : {
|
2383
|
-
"shape" : "
|
2393
|
+
"shape" : "__listOfConnectivityInfo"
|
2384
2394
|
},
|
2385
2395
|
"Message" : {
|
2386
2396
|
"shape" : "__string",
|
@@ -3133,7 +3143,7 @@
|
|
3133
3143
|
"shape" : "__string"
|
3134
3144
|
},
|
3135
3145
|
"Versions" : {
|
3136
|
-
"shape" : "
|
3146
|
+
"shape" : "__listOfVersionInformation"
|
3137
3147
|
}
|
3138
3148
|
}
|
3139
3149
|
},
|
@@ -3156,7 +3166,7 @@
|
|
3156
3166
|
"type" : "structure",
|
3157
3167
|
"members" : {
|
3158
3168
|
"Definitions" : {
|
3159
|
-
"shape" : "
|
3169
|
+
"shape" : "__listOfDefinitionInformation"
|
3160
3170
|
},
|
3161
3171
|
"NextToken" : {
|
3162
3172
|
"shape" : "__string"
|
@@ -3167,7 +3177,7 @@
|
|
3167
3177
|
"type" : "structure",
|
3168
3178
|
"members" : {
|
3169
3179
|
"Definitions" : {
|
3170
|
-
"shape" : "
|
3180
|
+
"shape" : "__listOfDefinitionInformation"
|
3171
3181
|
},
|
3172
3182
|
"NextToken" : {
|
3173
3183
|
"shape" : "__string"
|
@@ -3234,7 +3244,7 @@
|
|
3234
3244
|
"shape" : "__string"
|
3235
3245
|
},
|
3236
3246
|
"Versions" : {
|
3237
|
-
"shape" : "
|
3247
|
+
"shape" : "__listOfVersionInformation"
|
3238
3248
|
}
|
3239
3249
|
}
|
3240
3250
|
},
|
@@ -3257,7 +3267,7 @@
|
|
3257
3267
|
"type" : "structure",
|
3258
3268
|
"members" : {
|
3259
3269
|
"Definitions" : {
|
3260
|
-
"shape" : "
|
3270
|
+
"shape" : "__listOfDefinitionInformation"
|
3261
3271
|
},
|
3262
3272
|
"NextToken" : {
|
3263
3273
|
"shape" : "__string"
|
@@ -3292,7 +3302,7 @@
|
|
3292
3302
|
"shape" : "__string"
|
3293
3303
|
},
|
3294
3304
|
"Versions" : {
|
3295
|
-
"shape" : "
|
3305
|
+
"shape" : "__listOfVersionInformation"
|
3296
3306
|
}
|
3297
3307
|
}
|
3298
3308
|
},
|
@@ -3315,7 +3325,7 @@
|
|
3315
3325
|
"type" : "structure",
|
3316
3326
|
"members" : {
|
3317
3327
|
"Definitions" : {
|
3318
|
-
"shape" : "
|
3328
|
+
"shape" : "__listOfDefinitionInformation"
|
3319
3329
|
},
|
3320
3330
|
"NextToken" : {
|
3321
3331
|
"shape" : "__string"
|
@@ -3337,7 +3347,7 @@
|
|
3337
3347
|
"type" : "structure",
|
3338
3348
|
"members" : {
|
3339
3349
|
"GroupCertificateAuthorities" : {
|
3340
|
-
"shape" : "
|
3350
|
+
"shape" : "__listOfGroupCertificateAuthorityProperties"
|
3341
3351
|
}
|
3342
3352
|
}
|
3343
3353
|
},
|
@@ -3369,7 +3379,7 @@
|
|
3369
3379
|
"shape" : "__string"
|
3370
3380
|
},
|
3371
3381
|
"Versions" : {
|
3372
|
-
"shape" : "
|
3382
|
+
"shape" : "__listOfVersionInformation"
|
3373
3383
|
}
|
3374
3384
|
}
|
3375
3385
|
},
|
@@ -3392,7 +3402,7 @@
|
|
3392
3402
|
"type" : "structure",
|
3393
3403
|
"members" : {
|
3394
3404
|
"Groups" : {
|
3395
|
-
"shape" : "
|
3405
|
+
"shape" : "__listOfGroupInformation"
|
3396
3406
|
},
|
3397
3407
|
"NextToken" : {
|
3398
3408
|
"shape" : "__string"
|
@@ -3427,7 +3437,7 @@
|
|
3427
3437
|
"shape" : "__string"
|
3428
3438
|
},
|
3429
3439
|
"Versions" : {
|
3430
|
-
"shape" : "
|
3440
|
+
"shape" : "__listOfVersionInformation"
|
3431
3441
|
}
|
3432
3442
|
}
|
3433
3443
|
},
|
@@ -3450,85 +3460,13 @@
|
|
3450
3460
|
"type" : "structure",
|
3451
3461
|
"members" : {
|
3452
3462
|
"Definitions" : {
|
3453
|
-
"shape" : "
|
3463
|
+
"shape" : "__listOfDefinitionInformation"
|
3454
3464
|
},
|
3455
3465
|
"NextToken" : {
|
3456
3466
|
"shape" : "__string"
|
3457
3467
|
}
|
3458
3468
|
}
|
3459
3469
|
},
|
3460
|
-
"ListOfConnectivityInfo" : {
|
3461
|
-
"type" : "list",
|
3462
|
-
"member" : {
|
3463
|
-
"shape" : "ConnectivityInfo"
|
3464
|
-
}
|
3465
|
-
},
|
3466
|
-
"ListOfCore" : {
|
3467
|
-
"type" : "list",
|
3468
|
-
"member" : {
|
3469
|
-
"shape" : "Core"
|
3470
|
-
}
|
3471
|
-
},
|
3472
|
-
"ListOfDefinitionInformation" : {
|
3473
|
-
"type" : "list",
|
3474
|
-
"member" : {
|
3475
|
-
"shape" : "DefinitionInformation"
|
3476
|
-
}
|
3477
|
-
},
|
3478
|
-
"ListOfDevice" : {
|
3479
|
-
"type" : "list",
|
3480
|
-
"member" : {
|
3481
|
-
"shape" : "Device"
|
3482
|
-
}
|
3483
|
-
},
|
3484
|
-
"ListOfFunction" : {
|
3485
|
-
"type" : "list",
|
3486
|
-
"member" : {
|
3487
|
-
"shape" : "Function"
|
3488
|
-
}
|
3489
|
-
},
|
3490
|
-
"ListOfGroupCertificateAuthorityProperties" : {
|
3491
|
-
"type" : "list",
|
3492
|
-
"member" : {
|
3493
|
-
"shape" : "GroupCertificateAuthorityProperties"
|
3494
|
-
}
|
3495
|
-
},
|
3496
|
-
"ListOfGroupInformation" : {
|
3497
|
-
"type" : "list",
|
3498
|
-
"member" : {
|
3499
|
-
"shape" : "GroupInformation"
|
3500
|
-
}
|
3501
|
-
},
|
3502
|
-
"ListOfLogger" : {
|
3503
|
-
"type" : "list",
|
3504
|
-
"member" : {
|
3505
|
-
"shape" : "Logger"
|
3506
|
-
}
|
3507
|
-
},
|
3508
|
-
"ListOfResource" : {
|
3509
|
-
"type" : "list",
|
3510
|
-
"member" : {
|
3511
|
-
"shape" : "Resource"
|
3512
|
-
}
|
3513
|
-
},
|
3514
|
-
"ListOfResourceAccessPolicy" : {
|
3515
|
-
"type" : "list",
|
3516
|
-
"member" : {
|
3517
|
-
"shape" : "ResourceAccessPolicy"
|
3518
|
-
}
|
3519
|
-
},
|
3520
|
-
"ListOfSubscription" : {
|
3521
|
-
"type" : "list",
|
3522
|
-
"member" : {
|
3523
|
-
"shape" : "Subscription"
|
3524
|
-
}
|
3525
|
-
},
|
3526
|
-
"ListOfVersionInformation" : {
|
3527
|
-
"type" : "list",
|
3528
|
-
"member" : {
|
3529
|
-
"shape" : "VersionInformation"
|
3530
|
-
}
|
3531
|
-
},
|
3532
3470
|
"ListResourceDefinitionVersionsRequest" : {
|
3533
3471
|
"type" : "structure",
|
3534
3472
|
"members" : {
|
@@ -3557,7 +3495,7 @@
|
|
3557
3495
|
"shape" : "__string"
|
3558
3496
|
},
|
3559
3497
|
"Versions" : {
|
3560
|
-
"shape" : "
|
3498
|
+
"shape" : "__listOfVersionInformation"
|
3561
3499
|
}
|
3562
3500
|
}
|
3563
3501
|
},
|
@@ -3580,7 +3518,7 @@
|
|
3580
3518
|
"type" : "structure",
|
3581
3519
|
"members" : {
|
3582
3520
|
"Definitions" : {
|
3583
|
-
"shape" : "
|
3521
|
+
"shape" : "__listOfDefinitionInformation"
|
3584
3522
|
},
|
3585
3523
|
"NextToken" : {
|
3586
3524
|
"shape" : "__string"
|
@@ -3615,7 +3553,7 @@
|
|
3615
3553
|
"shape" : "__string"
|
3616
3554
|
},
|
3617
3555
|
"Versions" : {
|
3618
|
-
"shape" : "
|
3556
|
+
"shape" : "__listOfVersionInformation"
|
3619
3557
|
}
|
3620
3558
|
}
|
3621
3559
|
},
|
@@ -3638,7 +3576,7 @@
|
|
3638
3576
|
"type" : "structure",
|
3639
3577
|
"members" : {
|
3640
3578
|
"Definitions" : {
|
3641
|
-
"shape" : "
|
3579
|
+
"shape" : "__listOfDefinitionInformation"
|
3642
3580
|
},
|
3643
3581
|
"NextToken" : {
|
3644
3582
|
"shape" : "__string"
|
@@ -3652,7 +3590,7 @@
|
|
3652
3590
|
"shape" : "__string"
|
3653
3591
|
},
|
3654
3592
|
"Versions" : {
|
3655
|
-
"shape" : "
|
3593
|
+
"shape" : "__listOfVersionInformation"
|
3656
3594
|
}
|
3657
3595
|
}
|
3658
3596
|
},
|
@@ -3699,7 +3637,8 @@
|
|
3699
3637
|
"Type" : {
|
3700
3638
|
"shape" : "LoggerType"
|
3701
3639
|
}
|
3702
|
-
}
|
3640
|
+
},
|
3641
|
+
"required" : [ ]
|
3703
3642
|
},
|
3704
3643
|
"LoggerComponent" : {
|
3705
3644
|
"type" : "string",
|
@@ -3709,7 +3648,7 @@
|
|
3709
3648
|
"type" : "structure",
|
3710
3649
|
"members" : {
|
3711
3650
|
"Loggers" : {
|
3712
|
-
"shape" : "
|
3651
|
+
"shape" : "__listOfLogger"
|
3713
3652
|
}
|
3714
3653
|
}
|
3715
3654
|
},
|
@@ -3721,15 +3660,6 @@
|
|
3721
3660
|
"type" : "string",
|
3722
3661
|
"enum" : [ "FileSystem", "AWSCloudWatch" ]
|
3723
3662
|
},
|
3724
|
-
"MapOf__string" : {
|
3725
|
-
"type" : "map",
|
3726
|
-
"key" : {
|
3727
|
-
"shape" : "__string"
|
3728
|
-
},
|
3729
|
-
"value" : {
|
3730
|
-
"shape" : "__string"
|
3731
|
-
}
|
3732
|
-
},
|
3733
3663
|
"Permission" : {
|
3734
3664
|
"type" : "string",
|
3735
3665
|
"enum" : [ "ro", "rw" ]
|
@@ -3776,7 +3706,8 @@
|
|
3776
3706
|
"ResourceDataContainer" : {
|
3777
3707
|
"shape" : "ResourceDataContainer"
|
3778
3708
|
}
|
3779
|
-
}
|
3709
|
+
},
|
3710
|
+
"required" : [ ]
|
3780
3711
|
},
|
3781
3712
|
"ResourceAccessPolicy" : {
|
3782
3713
|
"type" : "structure",
|
@@ -3787,7 +3718,8 @@
|
|
3787
3718
|
"ResourceId" : {
|
3788
3719
|
"shape" : "__string"
|
3789
3720
|
}
|
3790
|
-
}
|
3721
|
+
},
|
3722
|
+
"required" : [ ]
|
3791
3723
|
},
|
3792
3724
|
"ResourceDataContainer" : {
|
3793
3725
|
"type" : "structure",
|
@@ -3797,6 +3729,12 @@
|
|
3797
3729
|
},
|
3798
3730
|
"LocalVolumeResourceData" : {
|
3799
3731
|
"shape" : "LocalVolumeResourceData"
|
3732
|
+
},
|
3733
|
+
"S3MachineLearningModelResourceData" : {
|
3734
|
+
"shape" : "S3MachineLearningModelResourceData"
|
3735
|
+
},
|
3736
|
+
"SageMakerMachineLearningModelResourceData" : {
|
3737
|
+
"shape" : "SageMakerMachineLearningModelResourceData"
|
3800
3738
|
}
|
3801
3739
|
}
|
3802
3740
|
},
|
@@ -3804,13 +3742,35 @@
|
|
3804
3742
|
"type" : "structure",
|
3805
3743
|
"members" : {
|
3806
3744
|
"Resources" : {
|
3807
|
-
"shape" : "
|
3745
|
+
"shape" : "__listOfResource"
|
3746
|
+
}
|
3747
|
+
}
|
3748
|
+
},
|
3749
|
+
"S3MachineLearningModelResourceData" : {
|
3750
|
+
"type" : "structure",
|
3751
|
+
"members" : {
|
3752
|
+
"DestinationPath" : {
|
3753
|
+
"shape" : "__string"
|
3754
|
+
},
|
3755
|
+
"S3Uri" : {
|
3756
|
+
"shape" : "__string"
|
3808
3757
|
}
|
3809
3758
|
}
|
3810
3759
|
},
|
3811
3760
|
"S3UrlSignerRole" : {
|
3812
3761
|
"type" : "string"
|
3813
3762
|
},
|
3763
|
+
"SageMakerMachineLearningModelResourceData" : {
|
3764
|
+
"type" : "structure",
|
3765
|
+
"members" : {
|
3766
|
+
"DestinationPath" : {
|
3767
|
+
"shape" : "__string"
|
3768
|
+
},
|
3769
|
+
"SageMakerJobArn" : {
|
3770
|
+
"shape" : "__string"
|
3771
|
+
}
|
3772
|
+
}
|
3773
|
+
},
|
3814
3774
|
"SoftwareToUpdate" : {
|
3815
3775
|
"type" : "string",
|
3816
3776
|
"enum" : [ "core", "ota_agent" ]
|
@@ -3830,13 +3790,14 @@
|
|
3830
3790
|
"Target" : {
|
3831
3791
|
"shape" : "__string"
|
3832
3792
|
}
|
3833
|
-
}
|
3793
|
+
},
|
3794
|
+
"required" : [ ]
|
3834
3795
|
},
|
3835
3796
|
"SubscriptionDefinitionVersion" : {
|
3836
3797
|
"type" : "structure",
|
3837
3798
|
"members" : {
|
3838
3799
|
"Subscriptions" : {
|
3839
|
-
"shape" : "
|
3800
|
+
"shape" : "__listOfSubscription"
|
3840
3801
|
}
|
3841
3802
|
}
|
3842
3803
|
},
|
@@ -3848,7 +3809,7 @@
|
|
3848
3809
|
"type" : "structure",
|
3849
3810
|
"members" : {
|
3850
3811
|
"ConnectivityInfo" : {
|
3851
|
-
"shape" : "
|
3812
|
+
"shape" : "__listOfConnectivityInfo"
|
3852
3813
|
},
|
3853
3814
|
"ThingName" : {
|
3854
3815
|
"shape" : "__string",
|
@@ -4064,6 +4025,90 @@
|
|
4064
4025
|
"__integer" : {
|
4065
4026
|
"type" : "integer"
|
4066
4027
|
},
|
4028
|
+
"__listOfConnectivityInfo" : {
|
4029
|
+
"type" : "list",
|
4030
|
+
"member" : {
|
4031
|
+
"shape" : "ConnectivityInfo"
|
4032
|
+
}
|
4033
|
+
},
|
4034
|
+
"__listOfCore" : {
|
4035
|
+
"type" : "list",
|
4036
|
+
"member" : {
|
4037
|
+
"shape" : "Core"
|
4038
|
+
}
|
4039
|
+
},
|
4040
|
+
"__listOfDefinitionInformation" : {
|
4041
|
+
"type" : "list",
|
4042
|
+
"member" : {
|
4043
|
+
"shape" : "DefinitionInformation"
|
4044
|
+
}
|
4045
|
+
},
|
4046
|
+
"__listOfDevice" : {
|
4047
|
+
"type" : "list",
|
4048
|
+
"member" : {
|
4049
|
+
"shape" : "Device"
|
4050
|
+
}
|
4051
|
+
},
|
4052
|
+
"__listOfFunction" : {
|
4053
|
+
"type" : "list",
|
4054
|
+
"member" : {
|
4055
|
+
"shape" : "Function"
|
4056
|
+
}
|
4057
|
+
},
|
4058
|
+
"__listOfGroupCertificateAuthorityProperties" : {
|
4059
|
+
"type" : "list",
|
4060
|
+
"member" : {
|
4061
|
+
"shape" : "GroupCertificateAuthorityProperties"
|
4062
|
+
}
|
4063
|
+
},
|
4064
|
+
"__listOfGroupInformation" : {
|
4065
|
+
"type" : "list",
|
4066
|
+
"member" : {
|
4067
|
+
"shape" : "GroupInformation"
|
4068
|
+
}
|
4069
|
+
},
|
4070
|
+
"__listOfLogger" : {
|
4071
|
+
"type" : "list",
|
4072
|
+
"member" : {
|
4073
|
+
"shape" : "Logger"
|
4074
|
+
}
|
4075
|
+
},
|
4076
|
+
"__listOfResource" : {
|
4077
|
+
"type" : "list",
|
4078
|
+
"member" : {
|
4079
|
+
"shape" : "Resource"
|
4080
|
+
}
|
4081
|
+
},
|
4082
|
+
"__listOfResourceAccessPolicy" : {
|
4083
|
+
"type" : "list",
|
4084
|
+
"member" : {
|
4085
|
+
"shape" : "ResourceAccessPolicy"
|
4086
|
+
}
|
4087
|
+
},
|
4088
|
+
"__listOfSubscription" : {
|
4089
|
+
"type" : "list",
|
4090
|
+
"member" : {
|
4091
|
+
"shape" : "Subscription"
|
4092
|
+
}
|
4093
|
+
},
|
4094
|
+
"__listOfVersionInformation" : {
|
4095
|
+
"type" : "list",
|
4096
|
+
"member" : {
|
4097
|
+
"shape" : "VersionInformation"
|
4098
|
+
}
|
4099
|
+
},
|
4100
|
+
"__long" : {
|
4101
|
+
"type" : "long"
|
4102
|
+
},
|
4103
|
+
"__mapOf__string" : {
|
4104
|
+
"type" : "map",
|
4105
|
+
"key" : {
|
4106
|
+
"shape" : "__string"
|
4107
|
+
},
|
4108
|
+
"value" : {
|
4109
|
+
"shape" : "__string"
|
4110
|
+
}
|
4111
|
+
},
|
4067
4112
|
"__string" : {
|
4068
4113
|
"type" : "string"
|
4069
4114
|
},
|
data/endpoints.json
CHANGED
@@ -365,12 +365,15 @@
|
|
365
365
|
"endpoints" : {
|
366
366
|
"ap-northeast-1" : { },
|
367
367
|
"ap-northeast-2" : { },
|
368
|
+
"ap-south-1" : { },
|
368
369
|
"ap-southeast-1" : { },
|
369
370
|
"ap-southeast-2" : { },
|
370
371
|
"ca-central-1" : { },
|
371
372
|
"eu-central-1" : { },
|
372
373
|
"eu-west-1" : { },
|
373
374
|
"eu-west-2" : { },
|
375
|
+
"eu-west-3" : { },
|
376
|
+
"sa-east-1" : { },
|
374
377
|
"us-east-1" : { },
|
375
378
|
"us-east-2" : { },
|
376
379
|
"us-west-1" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|