aws-sdk-core 2.11.568 → 2.11.569

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
  SHA256:
3
- metadata.gz: fbf9cbe804375032b6910ca00dbf6077c0ba188ab684d2870eafab8c0dfc4c15
4
- data.tar.gz: ca4ba111a5cb7f898c9ec0689a9b338cf0454dbc8cd2cc4657ebb3d399097a4e
3
+ metadata.gz: bafda8a0dfc63f416baa4540b6fa39de9cec73427ef4b3fd3946a5003a790aed
4
+ data.tar.gz: f18337c1344f142dda673bca2942f8659513f089dadb0ae5f9527bfec560370b
5
5
  SHA512:
6
- metadata.gz: 6c16f05051bdf444f454e01c511e60cda0a88c5af8e2ab9a37adbd5ceb4893cc9a3849894bbb639b251e4a27eca945c252286048938efa7b704e539b82bdeeaf
7
- data.tar.gz: f253c1a3c44e3d6814bc34584c12cb906d42654a59e115120e15b38f50fbb65c0076a9213bcb96582712e21d371970cffd420bafdcc83afc59261883976076f6
6
+ metadata.gz: 39b0e7d2d2027fcbc86c3df20b68c4fd9d067bb78be7d859d6966dbd21652a119b22033a19d24a0e4493ae14bfb7e6a0db1839add34430e8f33e4455245de957
7
+ data.tar.gz: 65ef4e1053bb9c0a09d95733dadbe7d5d87fa9fac221c8c825083930aca73c01924a61ba3736d8f0991bfb219365956173f2cd3098b5e98d38c4ef2ba92a5634
@@ -2477,13 +2477,9 @@
2477
2477
  },
2478
2478
  "AnalyticsConfigurationType":{
2479
2479
  "type":"structure",
2480
- "required":[
2481
- "ApplicationId",
2482
- "RoleArn",
2483
- "ExternalId"
2484
- ],
2485
2480
  "members":{
2486
2481
  "ApplicationId":{"shape":"HexStringType"},
2482
+ "ApplicationArn":{"shape":"ArnType"},
2487
2483
  "RoleArn":{"shape":"ArnType"},
2488
2484
  "ExternalId":{"shape":"StringType"},
2489
2485
  "UserDataShared":{"shape":"BooleanType"}
@@ -924,6 +924,12 @@
924
924
  "FIPS"
925
925
  ]
926
926
  },
927
+ "FilterAttributeValue":{
928
+ "type":"string",
929
+ "max":255,
930
+ "min":1,
931
+ "pattern":"^[0-9a-zA-Z_\\ \\-\\:\\*\\.\\\\/\\?-]*$"
932
+ },
927
933
  "FilterList":{
928
934
  "type":"list",
929
935
  "member":{"shape":"FilterRule"},
@@ -948,6 +954,10 @@
948
954
  "max":409600,
949
955
  "pattern":"^[^\\x00]+$"
950
956
  },
957
+ "FilterValues":{
958
+ "type":"list",
959
+ "member":{"shape":"FilterAttributeValue"}
960
+ },
951
961
  "FsxFilesystemArn":{
952
962
  "type":"string",
953
963
  "max":128,
@@ -1013,7 +1023,8 @@
1013
1023
  "type":"structure",
1014
1024
  "members":{
1015
1025
  "MaxResults":{"shape":"MaxResults"},
1016
- "NextToken":{"shape":"NextToken"}
1026
+ "NextToken":{"shape":"NextToken"},
1027
+ "Filters":{"shape":"LocationFilters"}
1017
1028
  }
1018
1029
  },
1019
1030
  "ListLocationsResponse":{
@@ -1058,7 +1069,8 @@
1058
1069
  "type":"structure",
1059
1070
  "members":{
1060
1071
  "MaxResults":{"shape":"MaxResults"},
1061
- "NextToken":{"shape":"NextToken"}
1072
+ "NextToken":{"shape":"NextToken"},
1073
+ "Filters":{"shape":"TaskFilters"}
1062
1074
  }
1063
1075
  },
1064
1076
  "ListTasksResponse":{
@@ -1073,6 +1085,31 @@
1073
1085
  "max":128,
1074
1086
  "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}$"
1075
1087
  },
1088
+ "LocationFilter":{
1089
+ "type":"structure",
1090
+ "required":[
1091
+ "Name",
1092
+ "Values",
1093
+ "Operator"
1094
+ ],
1095
+ "members":{
1096
+ "Name":{"shape":"LocationFilterName"},
1097
+ "Values":{"shape":"FilterValues"},
1098
+ "Operator":{"shape":"Operator"}
1099
+ }
1100
+ },
1101
+ "LocationFilterName":{
1102
+ "type":"string",
1103
+ "enum":[
1104
+ "LocationUri",
1105
+ "LocationType",
1106
+ "CreationTime"
1107
+ ]
1108
+ },
1109
+ "LocationFilters":{
1110
+ "type":"list",
1111
+ "member":{"shape":"LocationFilter"}
1112
+ },
1076
1113
  "LocationList":{
1077
1114
  "type":"list",
1078
1115
  "member":{"shape":"LocationListEntry"}
@@ -1183,6 +1220,21 @@
1183
1220
  "AgentArns":{"shape":"AgentArnList"}
1184
1221
  }
1185
1222
  },
1223
+ "Operator":{
1224
+ "type":"string",
1225
+ "enum":[
1226
+ "Equals",
1227
+ "NotEquals",
1228
+ "In",
1229
+ "LessThanOrEqual",
1230
+ "LessThan",
1231
+ "GreaterThanOrEqual",
1232
+ "GreaterThan",
1233
+ "Contains",
1234
+ "NotContains",
1235
+ "BeginsWith"
1236
+ ]
1237
+ },
1186
1238
  "Options":{
1187
1239
  "type":"structure",
1188
1240
  "members":{
@@ -1450,6 +1502,30 @@
1450
1502
  "ERROR"
1451
1503
  ]
1452
1504
  },
1505
+ "TaskFilter":{
1506
+ "type":"structure",
1507
+ "required":[
1508
+ "Name",
1509
+ "Values",
1510
+ "Operator"
1511
+ ],
1512
+ "members":{
1513
+ "Name":{"shape":"TaskFilterName"},
1514
+ "Values":{"shape":"FilterValues"},
1515
+ "Operator":{"shape":"Operator"}
1516
+ }
1517
+ },
1518
+ "TaskFilterName":{
1519
+ "type":"string",
1520
+ "enum":[
1521
+ "LocationId",
1522
+ "CreationTime"
1523
+ ]
1524
+ },
1525
+ "TaskFilters":{
1526
+ "type":"list",
1527
+ "member":{"shape":"TaskFilter"}
1528
+ },
1453
1529
  "TaskList":{
1454
1530
  "type":"list",
1455
1531
  "member":{"shape":"TaskListEntry"}
@@ -0,0 +1,318 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-06-15",
5
+ "endpointPrefix":"identitystore",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"IdentityStore",
9
+ "serviceFullName":"AWS SSO Identity Store",
10
+ "serviceId":"identitystore",
11
+ "signatureVersion":"v4",
12
+ "signingName":"identitystore",
13
+ "targetPrefix":"AWSIdentityStore",
14
+ "uid":"identitystore-2020-06-15"
15
+ },
16
+ "operations":{
17
+ "DescribeGroup":{
18
+ "name":"DescribeGroup",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"DescribeGroupRequest"},
24
+ "output":{"shape":"DescribeGroupResponse"},
25
+ "errors":[
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ValidationException"},
28
+ {"shape":"AccessDeniedException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"InternalServerException"}
31
+ ]
32
+ },
33
+ "DescribeUser":{
34
+ "name":"DescribeUser",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"DescribeUserRequest"},
40
+ "output":{"shape":"DescribeUserResponse"},
41
+ "errors":[
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ValidationException"},
44
+ {"shape":"AccessDeniedException"},
45
+ {"shape":"ThrottlingException"},
46
+ {"shape":"InternalServerException"}
47
+ ]
48
+ },
49
+ "ListGroups":{
50
+ "name":"ListGroups",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"ListGroupsRequest"},
56
+ "output":{"shape":"ListGroupsResponse"},
57
+ "errors":[
58
+ {"shape":"ValidationException"},
59
+ {"shape":"AccessDeniedException"},
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"ThrottlingException"},
62
+ {"shape":"InternalServerException"}
63
+ ]
64
+ },
65
+ "ListUsers":{
66
+ "name":"ListUsers",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/"
70
+ },
71
+ "input":{"shape":"ListUsersRequest"},
72
+ "output":{"shape":"ListUsersResponse"},
73
+ "errors":[
74
+ {"shape":"ValidationException"},
75
+ {"shape":"AccessDeniedException"},
76
+ {"shape":"ResourceNotFoundException"},
77
+ {"shape":"ThrottlingException"},
78
+ {"shape":"InternalServerException"}
79
+ ]
80
+ }
81
+ },
82
+ "shapes":{
83
+ "AccessDeniedException":{
84
+ "type":"structure",
85
+ "members":{
86
+ "Message":{"shape":"Message"},
87
+ "RequestId":{"shape":"RequestId"}
88
+ },
89
+ "exception":true
90
+ },
91
+ "AttributePath":{
92
+ "type":"string",
93
+ "max":255,
94
+ "min":1,
95
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}  ]+"
96
+ },
97
+ "DescribeGroupRequest":{
98
+ "type":"structure",
99
+ "required":[
100
+ "IdentityStoreId",
101
+ "GroupId"
102
+ ],
103
+ "members":{
104
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
105
+ "GroupId":{"shape":"ResourceId"}
106
+ }
107
+ },
108
+ "DescribeGroupResponse":{
109
+ "type":"structure",
110
+ "required":[
111
+ "GroupId",
112
+ "DisplayName"
113
+ ],
114
+ "members":{
115
+ "GroupId":{"shape":"ResourceId"},
116
+ "DisplayName":{"shape":"GroupDisplayName"}
117
+ }
118
+ },
119
+ "DescribeUserRequest":{
120
+ "type":"structure",
121
+ "required":[
122
+ "IdentityStoreId",
123
+ "UserId"
124
+ ],
125
+ "members":{
126
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
127
+ "UserId":{"shape":"ResourceId"}
128
+ }
129
+ },
130
+ "DescribeUserResponse":{
131
+ "type":"structure",
132
+ "required":[
133
+ "UserName",
134
+ "UserId"
135
+ ],
136
+ "members":{
137
+ "UserName":{"shape":"UserName"},
138
+ "UserId":{"shape":"ResourceId"}
139
+ }
140
+ },
141
+ "Filter":{
142
+ "type":"structure",
143
+ "required":[
144
+ "AttributePath",
145
+ "AttributeValue"
146
+ ],
147
+ "members":{
148
+ "AttributePath":{"shape":"AttributePath"},
149
+ "AttributeValue":{"shape":"SensitiveStringType"}
150
+ }
151
+ },
152
+ "Filters":{
153
+ "type":"list",
154
+ "member":{"shape":"Filter"}
155
+ },
156
+ "Group":{
157
+ "type":"structure",
158
+ "required":[
159
+ "GroupId",
160
+ "DisplayName"
161
+ ],
162
+ "members":{
163
+ "GroupId":{"shape":"ResourceId"},
164
+ "DisplayName":{"shape":"GroupDisplayName"}
165
+ }
166
+ },
167
+ "GroupDisplayName":{
168
+ "type":"string",
169
+ "max":1024,
170
+ "min":1,
171
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+"
172
+ },
173
+ "Groups":{
174
+ "type":"list",
175
+ "member":{"shape":"Group"}
176
+ },
177
+ "IdentityStoreId":{
178
+ "type":"string",
179
+ "max":12,
180
+ "min":1,
181
+ "pattern":"^d-[0-9a-f]{10}$"
182
+ },
183
+ "InternalServerException":{
184
+ "type":"structure",
185
+ "members":{
186
+ "Message":{"shape":"Message"},
187
+ "RequestId":{"shape":"RequestId"}
188
+ },
189
+ "exception":true,
190
+ "fault":true
191
+ },
192
+ "ListGroupsRequest":{
193
+ "type":"structure",
194
+ "required":["IdentityStoreId"],
195
+ "members":{
196
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
197
+ "MaxResults":{"shape":"MaxResults"},
198
+ "NextToken":{"shape":"NextToken"},
199
+ "Filters":{"shape":"Filters"}
200
+ }
201
+ },
202
+ "ListGroupsResponse":{
203
+ "type":"structure",
204
+ "required":["Groups"],
205
+ "members":{
206
+ "Groups":{"shape":"Groups"},
207
+ "NextToken":{"shape":"NextToken"}
208
+ }
209
+ },
210
+ "ListUsersRequest":{
211
+ "type":"structure",
212
+ "required":["IdentityStoreId"],
213
+ "members":{
214
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
215
+ "MaxResults":{"shape":"MaxResults"},
216
+ "NextToken":{"shape":"NextToken"},
217
+ "Filters":{"shape":"Filters"}
218
+ }
219
+ },
220
+ "ListUsersResponse":{
221
+ "type":"structure",
222
+ "required":["Users"],
223
+ "members":{
224
+ "Users":{"shape":"Users"},
225
+ "NextToken":{"shape":"NextToken"}
226
+ }
227
+ },
228
+ "MaxResults":{
229
+ "type":"integer",
230
+ "max":50,
231
+ "min":1
232
+ },
233
+ "Message":{
234
+ "type":"string",
235
+ "max":65535,
236
+ "min":1
237
+ },
238
+ "NextToken":{
239
+ "type":"string",
240
+ "max":65535,
241
+ "min":1,
242
+ "pattern":"^[-a-zA-Z0-9+=/:]*"
243
+ },
244
+ "RequestId":{
245
+ "type":"string",
246
+ "pattern":"[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}"
247
+ },
248
+ "ResourceId":{
249
+ "type":"string",
250
+ "max":47,
251
+ "min":1,
252
+ "pattern":"^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
253
+ },
254
+ "ResourceNotFoundException":{
255
+ "type":"structure",
256
+ "members":{
257
+ "ResourceType":{"shape":"ResourceType"},
258
+ "ResourceId":{"shape":"ResourceId"},
259
+ "Message":{"shape":"Message"},
260
+ "RequestId":{"shape":"RequestId"}
261
+ },
262
+ "exception":true
263
+ },
264
+ "ResourceType":{
265
+ "type":"string",
266
+ "enum":[
267
+ "GROUP",
268
+ "USER",
269
+ "IDENTITY_STORE"
270
+ ]
271
+ },
272
+ "SensitiveStringType":{
273
+ "type":"string",
274
+ "max":1024,
275
+ "min":1,
276
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+",
277
+ "sensitive":true
278
+ },
279
+ "ThrottlingException":{
280
+ "type":"structure",
281
+ "members":{
282
+ "Message":{"shape":"Message"},
283
+ "RequestId":{"shape":"RequestId"}
284
+ },
285
+ "exception":true
286
+ },
287
+ "User":{
288
+ "type":"structure",
289
+ "required":[
290
+ "UserName",
291
+ "UserId"
292
+ ],
293
+ "members":{
294
+ "UserName":{"shape":"UserName"},
295
+ "UserId":{"shape":"ResourceId"}
296
+ }
297
+ },
298
+ "UserName":{
299
+ "type":"string",
300
+ "max":128,
301
+ "min":1,
302
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+",
303
+ "sensitive":true
304
+ },
305
+ "Users":{
306
+ "type":"list",
307
+ "member":{"shape":"User"}
308
+ },
309
+ "ValidationException":{
310
+ "type":"structure",
311
+ "members":{
312
+ "Message":{"shape":"Message"},
313
+ "RequestId":{"shape":"RequestId"}
314
+ },
315
+ "exception":true
316
+ }
317
+ }
318
+ }