aws-sdk-core 2.11.278 → 2.11.279
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 388207c41aa544c224b9dcbefb51836792cc34c7
|
4
|
+
data.tar.gz: 174e0ce54401fc574c342f723569b9194a8bfd2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac4a2dba1e5da3155e9e1a34de7dc8ed363a40adfdf77504d1c1cf20ba9e92b1130f3c277913f5a7b6c5b5e153d26979093fb5f100dd26b249e43b98f6d7dc33
|
7
|
+
data.tar.gz: bf1c240a25e214f42f7b9a8bb708deb57454ecac442a05fb5490125378f3f3f67e0724fa8966c1f92fb566949742486bc2324a6cd31ec2b78eb186bdec1fa66b
|
@@ -38,6 +38,20 @@
|
|
38
38
|
{"shape":"LimitExceededException"}
|
39
39
|
]
|
40
40
|
},
|
41
|
+
"AssociateDeviceWithNetworkProfile":{
|
42
|
+
"name":"AssociateDeviceWithNetworkProfile",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"AssociateDeviceWithNetworkProfileRequest"},
|
48
|
+
"output":{"shape":"AssociateDeviceWithNetworkProfileResponse"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"NotFoundException"},
|
51
|
+
{"shape":"ConcurrentModificationException"},
|
52
|
+
{"shape":"DeviceNotRegisteredException"}
|
53
|
+
]
|
54
|
+
},
|
41
55
|
"AssociateDeviceWithRoom":{
|
42
56
|
"name":"AssociateDeviceWithRoom",
|
43
57
|
"http":{
|
@@ -154,6 +168,22 @@
|
|
154
168
|
{"shape":"LimitExceededException"}
|
155
169
|
]
|
156
170
|
},
|
171
|
+
"CreateNetworkProfile":{
|
172
|
+
"name":"CreateNetworkProfile",
|
173
|
+
"http":{
|
174
|
+
"method":"POST",
|
175
|
+
"requestUri":"/"
|
176
|
+
},
|
177
|
+
"input":{"shape":"CreateNetworkProfileRequest"},
|
178
|
+
"output":{"shape":"CreateNetworkProfileResponse"},
|
179
|
+
"errors":[
|
180
|
+
{"shape":"AlreadyExistsException"},
|
181
|
+
{"shape":"LimitExceededException"},
|
182
|
+
{"shape":"ConcurrentModificationException"},
|
183
|
+
{"shape":"InvalidCertificateAuthorityException"},
|
184
|
+
{"shape":"InvalidServiceLinkedRoleStateException"}
|
185
|
+
]
|
186
|
+
},
|
157
187
|
"CreateProfile":{
|
158
188
|
"name":"CreateProfile",
|
159
189
|
"http":{
|
@@ -300,6 +330,20 @@
|
|
300
330
|
{"shape":"ResourceAssociatedException"}
|
301
331
|
]
|
302
332
|
},
|
333
|
+
"DeleteNetworkProfile":{
|
334
|
+
"name":"DeleteNetworkProfile",
|
335
|
+
"http":{
|
336
|
+
"method":"POST",
|
337
|
+
"requestUri":"/"
|
338
|
+
},
|
339
|
+
"input":{"shape":"DeleteNetworkProfileRequest"},
|
340
|
+
"output":{"shape":"DeleteNetworkProfileResponse"},
|
341
|
+
"errors":[
|
342
|
+
{"shape":"ResourceInUseException"},
|
343
|
+
{"shape":"ConcurrentModificationException"},
|
344
|
+
{"shape":"NotFoundException"}
|
345
|
+
]
|
346
|
+
},
|
303
347
|
"DeleteProfile":{
|
304
348
|
"name":"DeleteProfile",
|
305
349
|
"http":{
|
@@ -545,6 +589,19 @@
|
|
545
589
|
{"shape":"NotFoundException"}
|
546
590
|
]
|
547
591
|
},
|
592
|
+
"GetNetworkProfile":{
|
593
|
+
"name":"GetNetworkProfile",
|
594
|
+
"http":{
|
595
|
+
"method":"POST",
|
596
|
+
"requestUri":"/"
|
597
|
+
},
|
598
|
+
"input":{"shape":"GetNetworkProfileRequest"},
|
599
|
+
"output":{"shape":"GetNetworkProfileResponse"},
|
600
|
+
"errors":[
|
601
|
+
{"shape":"NotFoundException"},
|
602
|
+
{"shape":"InvalidSecretsManagerResourceException"}
|
603
|
+
]
|
604
|
+
},
|
548
605
|
"GetProfile":{
|
549
606
|
"name":"GetProfile",
|
550
607
|
"http":{
|
@@ -821,6 +878,15 @@
|
|
821
878
|
"input":{"shape":"SearchDevicesRequest"},
|
822
879
|
"output":{"shape":"SearchDevicesResponse"}
|
823
880
|
},
|
881
|
+
"SearchNetworkProfiles":{
|
882
|
+
"name":"SearchNetworkProfiles",
|
883
|
+
"http":{
|
884
|
+
"method":"POST",
|
885
|
+
"requestUri":"/"
|
886
|
+
},
|
887
|
+
"input":{"shape":"SearchNetworkProfilesRequest"},
|
888
|
+
"output":{"shape":"SearchNetworkProfilesResponse"}
|
889
|
+
},
|
824
890
|
"SearchProfiles":{
|
825
891
|
"name":"SearchProfiles",
|
826
892
|
"http":{
|
@@ -1024,6 +1090,22 @@
|
|
1024
1090
|
{"shape":"NameInUseException"}
|
1025
1091
|
]
|
1026
1092
|
},
|
1093
|
+
"UpdateNetworkProfile":{
|
1094
|
+
"name":"UpdateNetworkProfile",
|
1095
|
+
"http":{
|
1096
|
+
"method":"POST",
|
1097
|
+
"requestUri":"/"
|
1098
|
+
},
|
1099
|
+
"input":{"shape":"UpdateNetworkProfileRequest"},
|
1100
|
+
"output":{"shape":"UpdateNetworkProfileResponse"},
|
1101
|
+
"errors":[
|
1102
|
+
{"shape":"NotFoundException"},
|
1103
|
+
{"shape":"NameInUseException"},
|
1104
|
+
{"shape":"ConcurrentModificationException"},
|
1105
|
+
{"shape":"InvalidCertificateAuthorityException"},
|
1106
|
+
{"shape":"InvalidSecretsManagerResourceException"}
|
1107
|
+
]
|
1108
|
+
},
|
1027
1109
|
"UpdateProfile":{
|
1028
1110
|
"name":"UpdateProfile",
|
1029
1111
|
"http":{
|
@@ -1150,6 +1232,22 @@
|
|
1150
1232
|
"members":{
|
1151
1233
|
}
|
1152
1234
|
},
|
1235
|
+
"AssociateDeviceWithNetworkProfileRequest":{
|
1236
|
+
"type":"structure",
|
1237
|
+
"required":[
|
1238
|
+
"DeviceArn",
|
1239
|
+
"NetworkProfileArn"
|
1240
|
+
],
|
1241
|
+
"members":{
|
1242
|
+
"DeviceArn":{"shape":"Arn"},
|
1243
|
+
"NetworkProfileArn":{"shape":"Arn"}
|
1244
|
+
}
|
1245
|
+
},
|
1246
|
+
"AssociateDeviceWithNetworkProfileResponse":{
|
1247
|
+
"type":"structure",
|
1248
|
+
"members":{
|
1249
|
+
}
|
1250
|
+
},
|
1153
1251
|
"AssociateDeviceWithRoomRequest":{
|
1154
1252
|
"type":"structure",
|
1155
1253
|
"members":{
|
@@ -1334,6 +1432,7 @@
|
|
1334
1432
|
"member":{"shape":"Category"}
|
1335
1433
|
},
|
1336
1434
|
"CategoryName":{"type":"string"},
|
1435
|
+
"CertificateTime":{"type":"timestamp"},
|
1337
1436
|
"ClientId":{
|
1338
1437
|
"type":"string",
|
1339
1438
|
"pattern":"^\\S+{1,256}$"
|
@@ -1559,6 +1658,36 @@
|
|
1559
1658
|
"GatewayGroupArn":{"shape":"Arn"}
|
1560
1659
|
}
|
1561
1660
|
},
|
1661
|
+
"CreateNetworkProfileRequest":{
|
1662
|
+
"type":"structure",
|
1663
|
+
"required":[
|
1664
|
+
"NetworkProfileName",
|
1665
|
+
"Ssid",
|
1666
|
+
"SecurityType",
|
1667
|
+
"ClientRequestToken"
|
1668
|
+
],
|
1669
|
+
"members":{
|
1670
|
+
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
1671
|
+
"Description":{"shape":"NetworkProfileDescription"},
|
1672
|
+
"Ssid":{"shape":"NetworkSsid"},
|
1673
|
+
"SecurityType":{"shape":"NetworkSecurityType"},
|
1674
|
+
"EapMethod":{"shape":"NetworkEapMethod"},
|
1675
|
+
"CurrentPassword":{"shape":"CurrentWiFiPassword"},
|
1676
|
+
"NextPassword":{"shape":"NextWiFiPassword"},
|
1677
|
+
"CertificateAuthorityArn":{"shape":"Arn"},
|
1678
|
+
"TrustAnchors":{"shape":"TrustAnchorList"},
|
1679
|
+
"ClientRequestToken":{
|
1680
|
+
"shape":"ClientRequestToken",
|
1681
|
+
"idempotencyToken":true
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
},
|
1685
|
+
"CreateNetworkProfileResponse":{
|
1686
|
+
"type":"structure",
|
1687
|
+
"members":{
|
1688
|
+
"NetworkProfileArn":{"shape":"Arn"}
|
1689
|
+
}
|
1690
|
+
},
|
1562
1691
|
"CreateProfileRequest":{
|
1563
1692
|
"type":"structure",
|
1564
1693
|
"required":[
|
@@ -1651,6 +1780,13 @@
|
|
1651
1780
|
"UserArn":{"shape":"Arn"}
|
1652
1781
|
}
|
1653
1782
|
},
|
1783
|
+
"CurrentWiFiPassword":{
|
1784
|
+
"type":"string",
|
1785
|
+
"max":128,
|
1786
|
+
"min":5,
|
1787
|
+
"pattern":"[\\x00-\\x7F]*",
|
1788
|
+
"sensitive":true
|
1789
|
+
},
|
1654
1790
|
"CustomerS3BucketName":{
|
1655
1791
|
"type":"string",
|
1656
1792
|
"pattern":"[a-z0-9-\\.]{3,63}"
|
@@ -1747,6 +1883,18 @@
|
|
1747
1883
|
"members":{
|
1748
1884
|
}
|
1749
1885
|
},
|
1886
|
+
"DeleteNetworkProfileRequest":{
|
1887
|
+
"type":"structure",
|
1888
|
+
"required":["NetworkProfileArn"],
|
1889
|
+
"members":{
|
1890
|
+
"NetworkProfileArn":{"shape":"Arn"}
|
1891
|
+
}
|
1892
|
+
},
|
1893
|
+
"DeleteNetworkProfileResponse":{
|
1894
|
+
"type":"structure",
|
1895
|
+
"members":{
|
1896
|
+
}
|
1897
|
+
},
|
1750
1898
|
"DeleteProfileRequest":{
|
1751
1899
|
"type":"structure",
|
1752
1900
|
"members":{
|
@@ -1844,7 +1992,8 @@
|
|
1844
1992
|
"MacAddress":{"shape":"MacAddress"},
|
1845
1993
|
"RoomArn":{"shape":"Arn"},
|
1846
1994
|
"DeviceStatus":{"shape":"DeviceStatus"},
|
1847
|
-
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"}
|
1995
|
+
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"},
|
1996
|
+
"NetworkProfileInfo":{"shape":"DeviceNetworkProfileInfo"}
|
1848
1997
|
}
|
1849
1998
|
},
|
1850
1999
|
"DeviceData":{
|
@@ -1857,6 +2006,8 @@
|
|
1857
2006
|
"SoftwareVersion":{"shape":"SoftwareVersion"},
|
1858
2007
|
"MacAddress":{"shape":"MacAddress"},
|
1859
2008
|
"DeviceStatus":{"shape":"DeviceStatus"},
|
2009
|
+
"NetworkProfileArn":{"shape":"Arn"},
|
2010
|
+
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
1860
2011
|
"RoomArn":{"shape":"Arn"},
|
1861
2012
|
"RoomName":{"shape":"RoomName"},
|
1862
2013
|
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"}
|
@@ -1893,6 +2044,14 @@
|
|
1893
2044
|
"min":2,
|
1894
2045
|
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
1895
2046
|
},
|
2047
|
+
"DeviceNetworkProfileInfo":{
|
2048
|
+
"type":"structure",
|
2049
|
+
"members":{
|
2050
|
+
"NetworkProfileArn":{"shape":"Arn"},
|
2051
|
+
"CertificateArn":{"shape":"Arn"},
|
2052
|
+
"CertificateExpirationTime":{"shape":"CertificateTime"}
|
2053
|
+
}
|
2054
|
+
},
|
1896
2055
|
"DeviceNotRegisteredException":{
|
1897
2056
|
"type":"structure",
|
1898
2057
|
"members":{
|
@@ -1914,12 +2073,14 @@
|
|
1914
2073
|
"READY",
|
1915
2074
|
"PENDING",
|
1916
2075
|
"WAS_OFFLINE",
|
1917
|
-
"DEREGISTERED"
|
2076
|
+
"DEREGISTERED",
|
2077
|
+
"FAILED"
|
1918
2078
|
]
|
1919
2079
|
},
|
1920
2080
|
"DeviceStatusDetail":{
|
1921
2081
|
"type":"structure",
|
1922
2082
|
"members":{
|
2083
|
+
"Feature":{"shape":"Feature"},
|
1923
2084
|
"Code":{"shape":"DeviceStatusDetailCode"}
|
1924
2085
|
}
|
1925
2086
|
},
|
@@ -2088,6 +2249,8 @@
|
|
2088
2249
|
"NOTIFICATIONS",
|
2089
2250
|
"LISTS",
|
2090
2251
|
"SKILLS",
|
2252
|
+
"NETWORK_PROFILE",
|
2253
|
+
"SETTINGS",
|
2091
2254
|
"ALL"
|
2092
2255
|
]
|
2093
2256
|
},
|
@@ -2316,6 +2479,19 @@
|
|
2316
2479
|
"PrivateSkillIds":{"shape":"ShortSkillIdList"}
|
2317
2480
|
}
|
2318
2481
|
},
|
2482
|
+
"GetNetworkProfileRequest":{
|
2483
|
+
"type":"structure",
|
2484
|
+
"required":["NetworkProfileArn"],
|
2485
|
+
"members":{
|
2486
|
+
"NetworkProfileArn":{"shape":"Arn"}
|
2487
|
+
}
|
2488
|
+
},
|
2489
|
+
"GetNetworkProfileResponse":{
|
2490
|
+
"type":"structure",
|
2491
|
+
"members":{
|
2492
|
+
"NetworkProfile":{"shape":"NetworkProfile"}
|
2493
|
+
}
|
2494
|
+
},
|
2319
2495
|
"GetProfileRequest":{
|
2320
2496
|
"type":"structure",
|
2321
2497
|
"members":{
|
@@ -2396,6 +2572,20 @@
|
|
2396
2572
|
},
|
2397
2573
|
"exception":true
|
2398
2574
|
},
|
2575
|
+
"InvalidSecretsManagerResourceException":{
|
2576
|
+
"type":"structure",
|
2577
|
+
"members":{
|
2578
|
+
"Message":{"shape":"ErrorMessage"}
|
2579
|
+
},
|
2580
|
+
"exception":true
|
2581
|
+
},
|
2582
|
+
"InvalidServiceLinkedRoleStateException":{
|
2583
|
+
"type":"structure",
|
2584
|
+
"members":{
|
2585
|
+
"Message":{"shape":"ErrorMessage"}
|
2586
|
+
},
|
2587
|
+
"exception":true
|
2588
|
+
},
|
2399
2589
|
"InvalidUserStatusException":{
|
2400
2590
|
"type":"structure",
|
2401
2591
|
"members":{
|
@@ -2593,15 +2783,85 @@
|
|
2593
2783
|
},
|
2594
2784
|
"exception":true
|
2595
2785
|
},
|
2786
|
+
"NetworkEapMethod":{
|
2787
|
+
"type":"string",
|
2788
|
+
"enum":["EAP_TLS"]
|
2789
|
+
},
|
2790
|
+
"NetworkProfile":{
|
2791
|
+
"type":"structure",
|
2792
|
+
"members":{
|
2793
|
+
"NetworkProfileArn":{"shape":"Arn"},
|
2794
|
+
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
2795
|
+
"Description":{"shape":"NetworkProfileDescription"},
|
2796
|
+
"Ssid":{"shape":"NetworkSsid"},
|
2797
|
+
"SecurityType":{"shape":"NetworkSecurityType"},
|
2798
|
+
"EapMethod":{"shape":"NetworkEapMethod"},
|
2799
|
+
"CurrentPassword":{"shape":"CurrentWiFiPassword"},
|
2800
|
+
"NextPassword":{"shape":"NextWiFiPassword"},
|
2801
|
+
"CertificateAuthorityArn":{"shape":"Arn"},
|
2802
|
+
"TrustAnchors":{"shape":"TrustAnchorList"}
|
2803
|
+
}
|
2804
|
+
},
|
2805
|
+
"NetworkProfileData":{
|
2806
|
+
"type":"structure",
|
2807
|
+
"members":{
|
2808
|
+
"NetworkProfileArn":{"shape":"Arn"},
|
2809
|
+
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
2810
|
+
"Description":{"shape":"NetworkProfileDescription"},
|
2811
|
+
"Ssid":{"shape":"NetworkSsid"},
|
2812
|
+
"SecurityType":{"shape":"NetworkSecurityType"},
|
2813
|
+
"EapMethod":{"shape":"NetworkEapMethod"},
|
2814
|
+
"CertificateAuthorityArn":{"shape":"Arn"}
|
2815
|
+
}
|
2816
|
+
},
|
2817
|
+
"NetworkProfileDataList":{
|
2818
|
+
"type":"list",
|
2819
|
+
"member":{"shape":"NetworkProfileData"}
|
2820
|
+
},
|
2821
|
+
"NetworkProfileDescription":{
|
2822
|
+
"type":"string",
|
2823
|
+
"max":200,
|
2824
|
+
"min":0,
|
2825
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2826
|
+
},
|
2827
|
+
"NetworkProfileName":{
|
2828
|
+
"type":"string",
|
2829
|
+
"max":100,
|
2830
|
+
"min":1,
|
2831
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2832
|
+
},
|
2833
|
+
"NetworkSecurityType":{
|
2834
|
+
"type":"string",
|
2835
|
+
"enum":[
|
2836
|
+
"OPEN",
|
2837
|
+
"WEP",
|
2838
|
+
"WPA_PSK",
|
2839
|
+
"WPA2_PSK",
|
2840
|
+
"WPA2_ENTERPRISE"
|
2841
|
+
]
|
2842
|
+
},
|
2843
|
+
"NetworkSsid":{
|
2844
|
+
"type":"string",
|
2845
|
+
"max":32,
|
2846
|
+
"min":1,
|
2847
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2848
|
+
},
|
2596
2849
|
"NewInThisVersionBulletPoints":{
|
2597
2850
|
"type":"list",
|
2598
2851
|
"member":{"shape":"BulletPoint"}
|
2599
2852
|
},
|
2600
2853
|
"NextToken":{
|
2601
2854
|
"type":"string",
|
2602
|
-
"max":
|
2855
|
+
"max":1100,
|
2603
2856
|
"min":1
|
2604
2857
|
},
|
2858
|
+
"NextWiFiPassword":{
|
2859
|
+
"type":"string",
|
2860
|
+
"max":128,
|
2861
|
+
"min":0,
|
2862
|
+
"pattern":"(^$)|([\\x00-\\x7F]{5,})",
|
2863
|
+
"sensitive":true
|
2864
|
+
},
|
2605
2865
|
"NotFoundException":{
|
2606
2866
|
"type":"structure",
|
2607
2867
|
"members":{
|
@@ -2623,7 +2883,7 @@
|
|
2623
2883
|
"type":"string",
|
2624
2884
|
"max":100,
|
2625
2885
|
"min":1,
|
2626
|
-
"pattern":"
|
2886
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2627
2887
|
},
|
2628
2888
|
"OutboundPhoneNumber":{
|
2629
2889
|
"type":"string",
|
@@ -2975,6 +3235,23 @@
|
|
2975
3235
|
"TotalCount":{"shape":"TotalCount"}
|
2976
3236
|
}
|
2977
3237
|
},
|
3238
|
+
"SearchNetworkProfilesRequest":{
|
3239
|
+
"type":"structure",
|
3240
|
+
"members":{
|
3241
|
+
"NextToken":{"shape":"NextToken"},
|
3242
|
+
"MaxResults":{"shape":"MaxResults"},
|
3243
|
+
"Filters":{"shape":"FilterList"},
|
3244
|
+
"SortCriteria":{"shape":"SortList"}
|
3245
|
+
}
|
3246
|
+
},
|
3247
|
+
"SearchNetworkProfilesResponse":{
|
3248
|
+
"type":"structure",
|
3249
|
+
"members":{
|
3250
|
+
"NetworkProfiles":{"shape":"NetworkProfileDataList"},
|
3251
|
+
"NextToken":{"shape":"NextToken"},
|
3252
|
+
"TotalCount":{"shape":"TotalCount"}
|
3253
|
+
}
|
3254
|
+
},
|
2978
3255
|
"SearchProfilesRequest":{
|
2979
3256
|
"type":"structure",
|
2980
3257
|
"members":{
|
@@ -3382,6 +3659,16 @@
|
|
3382
3659
|
"min":1
|
3383
3660
|
},
|
3384
3661
|
"TotalCount":{"type":"integer"},
|
3662
|
+
"TrustAnchor":{
|
3663
|
+
"type":"string",
|
3664
|
+
"pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
|
3665
|
+
},
|
3666
|
+
"TrustAnchorList":{
|
3667
|
+
"type":"list",
|
3668
|
+
"member":{"shape":"TrustAnchor"},
|
3669
|
+
"max":5,
|
3670
|
+
"min":1
|
3671
|
+
},
|
3385
3672
|
"UnauthorizedException":{
|
3386
3673
|
"type":"structure",
|
3387
3674
|
"members":{
|
@@ -3513,6 +3800,24 @@
|
|
3513
3800
|
"members":{
|
3514
3801
|
}
|
3515
3802
|
},
|
3803
|
+
"UpdateNetworkProfileRequest":{
|
3804
|
+
"type":"structure",
|
3805
|
+
"required":["NetworkProfileArn"],
|
3806
|
+
"members":{
|
3807
|
+
"NetworkProfileArn":{"shape":"Arn"},
|
3808
|
+
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
3809
|
+
"Description":{"shape":"NetworkProfileDescription"},
|
3810
|
+
"CurrentPassword":{"shape":"CurrentWiFiPassword"},
|
3811
|
+
"NextPassword":{"shape":"NextWiFiPassword"},
|
3812
|
+
"CertificateAuthorityArn":{"shape":"Arn"},
|
3813
|
+
"TrustAnchors":{"shape":"TrustAnchorList"}
|
3814
|
+
}
|
3815
|
+
},
|
3816
|
+
"UpdateNetworkProfileResponse":{
|
3817
|
+
"type":"structure",
|
3818
|
+
"members":{
|
3819
|
+
}
|
3820
|
+
},
|
3516
3821
|
"UpdateProfileRequest":{
|
3517
3822
|
"type":"structure",
|
3518
3823
|
"members":{
|
@@ -65,6 +65,11 @@
|
|
65
65
|
"output_token": "NextToken",
|
66
66
|
"limit_key": "MaxResults"
|
67
67
|
},
|
68
|
+
"SearchNetworkProfiles": {
|
69
|
+
"input_token": "NextToken",
|
70
|
+
"output_token": "NextToken",
|
71
|
+
"limit_key": "MaxResults"
|
72
|
+
},
|
68
73
|
"SearchProfiles": {
|
69
74
|
"input_token": "NextToken",
|
70
75
|
"output_token": "NextToken",
|
@@ -349,7 +349,7 @@
|
|
349
349
|
"AgentArn":{
|
350
350
|
"type":"string",
|
351
351
|
"max":128,
|
352
|
-
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$"
|
352
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$"
|
353
353
|
},
|
354
354
|
"AgentArnList":{
|
355
355
|
"type":"list",
|
@@ -545,7 +545,9 @@
|
|
545
545
|
"Name":{"shape":"TagValue"},
|
546
546
|
"Status":{"shape":"AgentStatus"},
|
547
547
|
"LastConnectionTime":{"shape":"Time"},
|
548
|
-
"CreationTime":{"shape":"Time"}
|
548
|
+
"CreationTime":{"shape":"Time"},
|
549
|
+
"EndpointOptions":{"shape":"EndpointOptions"},
|
550
|
+
"PrivateLinkConfig":{"shape":"PrivateLinkConfig"}
|
549
551
|
}
|
550
552
|
},
|
551
553
|
"DescribeLocationEfsRequest":{
|
@@ -663,7 +665,7 @@
|
|
663
665
|
"Ec2SecurityGroupArn":{
|
664
666
|
"type":"string",
|
665
667
|
"max":128,
|
666
|
-
"pattern":"^arn:(aws|aws-cn):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$"
|
668
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$"
|
667
669
|
},
|
668
670
|
"Ec2SecurityGroupArnList":{
|
669
671
|
"type":"list",
|
@@ -674,12 +676,19 @@
|
|
674
676
|
"Ec2SubnetArn":{
|
675
677
|
"type":"string",
|
676
678
|
"max":128,
|
677
|
-
"pattern":"^arn:(aws|aws-cn):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
|
679
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
|
678
680
|
},
|
679
681
|
"EfsFilesystemArn":{
|
680
682
|
"type":"string",
|
681
683
|
"max":128,
|
682
|
-
"pattern":"^arn:(aws|aws-cn):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
684
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
685
|
+
},
|
686
|
+
"EndpointOptions":{
|
687
|
+
"type":"structure",
|
688
|
+
"members":{
|
689
|
+
"Fips":{"shape":"boolean"},
|
690
|
+
"PrivateLink":{"shape":"boolean"}
|
691
|
+
}
|
683
692
|
},
|
684
693
|
"FilterList":{
|
685
694
|
"type":"list",
|
@@ -703,7 +712,7 @@
|
|
703
712
|
"FilterValue":{
|
704
713
|
"type":"string",
|
705
714
|
"max":409600,
|
706
|
-
"pattern":"
|
715
|
+
"pattern":"^[^\\x00]+$"
|
707
716
|
},
|
708
717
|
"Gid":{
|
709
718
|
"type":"string",
|
@@ -717,7 +726,7 @@
|
|
717
726
|
"IamRoleArn":{
|
718
727
|
"type":"string",
|
719
728
|
"max":2048,
|
720
|
-
"pattern":"^arn:(aws|aws-cn):iam::[0-9]{12}:role/.*$"
|
729
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$"
|
721
730
|
},
|
722
731
|
"InternalException":{
|
723
732
|
"type":"structure",
|
@@ -812,7 +821,7 @@
|
|
812
821
|
"LocationArn":{
|
813
822
|
"type":"string",
|
814
823
|
"max":128,
|
815
|
-
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$"
|
824
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$"
|
816
825
|
},
|
817
826
|
"LocationList":{
|
818
827
|
"type":"list",
|
@@ -832,7 +841,7 @@
|
|
832
841
|
"LogGroupArn":{
|
833
842
|
"type":"string",
|
834
843
|
"max":562,
|
835
|
-
"pattern":"^arn:(aws|aws-cn):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
|
844
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
|
836
845
|
},
|
837
846
|
"MaxResults":{
|
838
847
|
"type":"integer",
|
@@ -848,7 +857,7 @@
|
|
848
857
|
},
|
849
858
|
"NextToken":{
|
850
859
|
"type":"string",
|
851
|
-
"max":
|
860
|
+
"max":65535,
|
852
861
|
"pattern":"[a-zA-Z0-9=_-]+"
|
853
862
|
},
|
854
863
|
"NfsMountOptions":{
|
@@ -892,6 +901,18 @@
|
|
892
901
|
"BytesPerSecond":{"shape":"BytesPerSecond"}
|
893
902
|
}
|
894
903
|
},
|
904
|
+
"PLSecurityGroupArnList":{
|
905
|
+
"type":"list",
|
906
|
+
"member":{"shape":"Ec2SecurityGroupArn"},
|
907
|
+
"max":1,
|
908
|
+
"min":1
|
909
|
+
},
|
910
|
+
"PLSubnetArnList":{
|
911
|
+
"type":"list",
|
912
|
+
"member":{"shape":"Ec2SubnetArn"},
|
913
|
+
"max":1,
|
914
|
+
"min":1
|
915
|
+
},
|
895
916
|
"PhaseStatus":{
|
896
917
|
"type":"string",
|
897
918
|
"enum":[
|
@@ -922,10 +943,18 @@
|
|
922
943
|
"PRESERVE"
|
923
944
|
]
|
924
945
|
},
|
946
|
+
"PrivateLinkConfig":{
|
947
|
+
"type":"structure",
|
948
|
+
"members":{
|
949
|
+
"PrivateLinkEndpoint":{"shape":"string"},
|
950
|
+
"SubnetArns":{"shape":"PLSubnetArnList"},
|
951
|
+
"SecurityGroupArns":{"shape":"PLSecurityGroupArnList"}
|
952
|
+
}
|
953
|
+
},
|
925
954
|
"S3BucketArn":{
|
926
955
|
"type":"string",
|
927
956
|
"max":76,
|
928
|
-
"pattern":"^arn:(aws|aws-cn):s3:::([^/]*)$"
|
957
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:::([^/]*)$"
|
929
958
|
},
|
930
959
|
"S3Config":{
|
931
960
|
"type":"structure",
|
@@ -1010,17 +1039,17 @@
|
|
1010
1039
|
"TaggableResourceArn":{
|
1011
1040
|
"type":"string",
|
1012
1041
|
"max":128,
|
1013
|
-
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$"
|
1042
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$"
|
1014
1043
|
},
|
1015
1044
|
"TaskArn":{
|
1016
1045
|
"type":"string",
|
1017
1046
|
"max":128,
|
1018
|
-
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$"
|
1047
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$"
|
1019
1048
|
},
|
1020
1049
|
"TaskExecutionArn":{
|
1021
1050
|
"type":"string",
|
1022
1051
|
"max":128,
|
1023
|
-
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$"
|
1052
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$"
|
1024
1053
|
},
|
1025
1054
|
"TaskExecutionList":{
|
1026
1055
|
"type":"list",
|
@@ -1140,6 +1169,7 @@
|
|
1140
1169
|
"NONE"
|
1141
1170
|
]
|
1142
1171
|
},
|
1172
|
+
"boolean":{"type":"boolean"},
|
1143
1173
|
"long":{"type":"long"},
|
1144
1174
|
"string":{"type":"string"}
|
1145
1175
|
}
|
data/endpoints.json
CHANGED
@@ -2040,6 +2040,17 @@
|
|
2040
2040
|
"us-west-2" : { }
|
2041
2041
|
}
|
2042
2042
|
},
|
2043
|
+
"projects.iot1click" : {
|
2044
|
+
"endpoints" : {
|
2045
|
+
"ap-northeast-1" : { },
|
2046
|
+
"eu-central-1" : { },
|
2047
|
+
"eu-west-1" : { },
|
2048
|
+
"eu-west-2" : { },
|
2049
|
+
"us-east-1" : { },
|
2050
|
+
"us-east-2" : { },
|
2051
|
+
"us-west-2" : { }
|
2052
|
+
}
|
2053
|
+
},
|
2043
2054
|
"ram" : {
|
2044
2055
|
"endpoints" : {
|
2045
2056
|
"ap-northeast-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.279
|
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: 2019-05-
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|