aws-sdk 2.1616.0 → 2.1618.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.
@@ -398,6 +398,55 @@
398
398
  }
399
399
  }
400
400
  },
401
+ "ListOperationEvents": {
402
+ "http": {
403
+ "requestUri": "/list-operation-events",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "type": "structure",
408
+ "required": [
409
+ "OperationId"
410
+ ],
411
+ "members": {
412
+ "OperationId": {},
413
+ "MaxResults": {
414
+ "type": "integer"
415
+ },
416
+ "NextToken": {},
417
+ "Filters": {
418
+ "shape": "S1z"
419
+ }
420
+ }
421
+ },
422
+ "output": {
423
+ "type": "structure",
424
+ "members": {
425
+ "OperationEvents": {
426
+ "type": "list",
427
+ "member": {
428
+ "type": "structure",
429
+ "members": {
430
+ "Description": {},
431
+ "Resource": {
432
+ "type": "structure",
433
+ "members": {
434
+ "ResourceArn": {},
435
+ "ResourceType": {}
436
+ }
437
+ },
438
+ "Status": {},
439
+ "StatusMessage": {},
440
+ "Timestamp": {
441
+ "type": "timestamp"
442
+ }
443
+ }
444
+ }
445
+ },
446
+ "NextToken": {}
447
+ }
448
+ }
449
+ },
401
450
  "ListOperations": {
402
451
  "http": {
403
452
  "requestUri": "/list-operations",
@@ -524,6 +573,27 @@
524
573
  }
525
574
  }
526
575
  },
576
+ "StartApplication": {
577
+ "http": {
578
+ "requestUri": "/start-application",
579
+ "responseCode": 200
580
+ },
581
+ "input": {
582
+ "type": "structure",
583
+ "required": [
584
+ "ApplicationId"
585
+ ],
586
+ "members": {
587
+ "ApplicationId": {}
588
+ }
589
+ },
590
+ "output": {
591
+ "type": "structure",
592
+ "members": {
593
+ "OperationId": {}
594
+ }
595
+ }
596
+ },
527
597
  "StartApplicationRefresh": {
528
598
  "http": {
529
599
  "requestUri": "/start-application-refresh",
@@ -545,6 +615,31 @@
545
615
  }
546
616
  }
547
617
  },
618
+ "StopApplication": {
619
+ "http": {
620
+ "requestUri": "/stop-application",
621
+ "responseCode": 200
622
+ },
623
+ "input": {
624
+ "type": "structure",
625
+ "required": [
626
+ "ApplicationId"
627
+ ],
628
+ "members": {
629
+ "ApplicationId": {},
630
+ "StopConnectedEntity": {},
631
+ "IncludeEc2InstanceShutdown": {
632
+ "type": "boolean"
633
+ }
634
+ }
635
+ },
636
+ "output": {
637
+ "type": "structure",
638
+ "members": {
639
+ "OperationId": {}
640
+ }
641
+ }
642
+ },
548
643
  "TagResource": {
549
644
  "http": {
550
645
  "requestUri": "/tags/{resourceArn}",
@@ -18,6 +18,12 @@
18
18
  "limit_key": "MaxResults",
19
19
  "result_key": "Databases"
20
20
  },
21
+ "ListOperationEvents": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "OperationEvents"
26
+ },
21
27
  "ListOperations": {
22
28
  "input_token": "NextToken",
23
29
  "output_token": "NextToken",
@@ -181,6 +181,15 @@
181
181
  "input": {
182
182
  "clientName": "My IDE Plugin",
183
183
  "clientType": "public",
184
+ "entitledApplicationArn": "arn:aws:sso::ACCOUNTID:application/ssoins-1111111111111111/apl-1111111111111111",
185
+ "grantTypes": [
186
+ "authorization_code",
187
+ "refresh_token"
188
+ ],
189
+ "issuerUrl": "https://identitycenter.amazonaws.com/ssoins-1111111111111111",
190
+ "redirectUris": [
191
+ "127.0.0.1:PORT/oauth/callback"
192
+ ],
184
193
  "scopes": [
185
194
  "sso:account:access",
186
195
  "codewhisperer:completions"
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "oidc",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "SSO OIDC",
9
12
  "serviceFullName": "AWS SSO OIDC",
10
13
  "serviceId": "SSO OIDC",
@@ -38,14 +41,17 @@
38
41
  "scope": {
39
42
  "shape": "S8"
40
43
  },
41
- "redirectUri": {}
44
+ "redirectUri": {},
45
+ "codeVerifier": {
46
+ "shape": "Sb"
47
+ }
42
48
  }
43
49
  },
44
50
  "output": {
45
51
  "type": "structure",
46
52
  "members": {
47
53
  "accessToken": {
48
- "shape": "Sc"
54
+ "shape": "Sd"
49
55
  },
50
56
  "tokenType": {},
51
57
  "expiresIn": {
@@ -55,7 +61,7 @@
55
61
  "shape": "S7"
56
62
  },
57
63
  "idToken": {
58
- "shape": "Sf"
64
+ "shape": "Sg"
59
65
  }
60
66
  }
61
67
  },
@@ -91,14 +97,17 @@
91
97
  "sensitive": true
92
98
  },
93
99
  "subjectTokenType": {},
94
- "requestedTokenType": {}
100
+ "requestedTokenType": {},
101
+ "codeVerifier": {
102
+ "shape": "Sb"
103
+ }
95
104
  }
96
105
  },
97
106
  "output": {
98
107
  "type": "structure",
99
108
  "members": {
100
109
  "accessToken": {
101
- "shape": "Sc"
110
+ "shape": "Sd"
102
111
  },
103
112
  "tokenType": {},
104
113
  "expiresIn": {
@@ -108,7 +117,7 @@
108
117
  "shape": "S7"
109
118
  },
110
119
  "idToken": {
111
- "shape": "Sf"
120
+ "shape": "Sg"
112
121
  },
113
122
  "issuedTokenType": {},
114
123
  "scope": {
@@ -132,7 +141,17 @@
132
141
  "clientType": {},
133
142
  "scopes": {
134
143
  "shape": "S8"
135
- }
144
+ },
145
+ "redirectUris": {
146
+ "type": "list",
147
+ "member": {}
148
+ },
149
+ "grantTypes": {
150
+ "type": "list",
151
+ "member": {}
152
+ },
153
+ "issuerUrl": {},
154
+ "entitledApplicationArn": {}
136
155
  }
137
156
  },
138
157
  "output": {
@@ -204,11 +223,15 @@
204
223
  "type": "list",
205
224
  "member": {}
206
225
  },
207
- "Sc": {
226
+ "Sb": {
227
+ "type": "string",
228
+ "sensitive": true
229
+ },
230
+ "Sd": {
208
231
  "type": "string",
209
232
  "sensitive": true
210
233
  },
211
- "Sf": {
234
+ "Sg": {
212
235
  "type": "string",
213
236
  "sensitive": true
214
237
  }
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "verifiedpermissions",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon Verified Permissions",
9
12
  "serviceId": "VerifiedPermissions",
10
13
  "signatureVersion": "v4",
@@ -263,12 +266,16 @@
263
266
  "resource": {
264
267
  "shape": "S6"
265
268
  },
269
+ "actions": {
270
+ "shape": "S1r"
271
+ },
266
272
  "createdDate": {
267
273
  "shape": "S1g"
268
274
  },
269
275
  "lastUpdatedDate": {
270
276
  "shape": "S1g"
271
- }
277
+ },
278
+ "effect": {}
272
279
  }
273
280
  },
274
281
  "idempotent": true
@@ -284,10 +291,10 @@
284
291
  "idempotencyToken": true
285
292
  },
286
293
  "validationSettings": {
287
- "shape": "S1s"
294
+ "shape": "S1u"
288
295
  },
289
296
  "description": {
290
- "shape": "S1u"
297
+ "shape": "S1w"
291
298
  }
292
299
  }
293
300
  },
@@ -325,7 +332,7 @@
325
332
  },
326
333
  "policyStoreId": {},
327
334
  "description": {
328
- "shape": "S1y"
335
+ "shape": "S20"
329
336
  },
330
337
  "statement": {
331
338
  "shape": "S1m"
@@ -544,6 +551,9 @@
544
551
  "resource": {
545
552
  "shape": "S6"
546
553
  },
554
+ "actions": {
555
+ "shape": "S1r"
556
+ },
547
557
  "definition": {
548
558
  "type": "structure",
549
559
  "members": {
@@ -584,7 +594,8 @@
584
594
  },
585
595
  "lastUpdatedDate": {
586
596
  "shape": "S1g"
587
- }
597
+ },
598
+ "effect": {}
588
599
  }
589
600
  }
590
601
  },
@@ -611,7 +622,7 @@
611
622
  "policyStoreId": {},
612
623
  "arn": {},
613
624
  "validationSettings": {
614
- "shape": "S1s"
625
+ "shape": "S1u"
615
626
  },
616
627
  "createdDate": {
617
628
  "shape": "S1g"
@@ -620,7 +631,7 @@
620
631
  "shape": "S1g"
621
632
  },
622
633
  "description": {
623
- "shape": "S1u"
634
+ "shape": "S1w"
624
635
  }
625
636
  }
626
637
  }
@@ -650,7 +661,7 @@
650
661
  "policyStoreId": {},
651
662
  "policyTemplateId": {},
652
663
  "description": {
653
- "shape": "S1y"
664
+ "shape": "S20"
654
665
  },
655
666
  "statement": {
656
667
  "shape": "S1m"
@@ -685,7 +696,7 @@
685
696
  "members": {
686
697
  "policyStoreId": {},
687
698
  "schema": {
688
- "shape": "S2s"
699
+ "shape": "S2u"
689
700
  },
690
701
  "createdDate": {
691
702
  "shape": "S1g"
@@ -694,7 +705,7 @@
694
705
  "shape": "S1g"
695
706
  },
696
707
  "namespaces": {
697
- "shape": "S2t"
708
+ "shape": "S2v"
698
709
  }
699
710
  }
700
711
  }
@@ -921,10 +932,10 @@
921
932
  "type": "structure",
922
933
  "members": {
923
934
  "principal": {
924
- "shape": "S3e"
935
+ "shape": "S3g"
925
936
  },
926
937
  "resource": {
927
- "shape": "S3e"
938
+ "shape": "S3g"
928
939
  },
929
940
  "policyType": {},
930
941
  "policyTemplateId": {}
@@ -961,6 +972,9 @@
961
972
  "resource": {
962
973
  "shape": "S6"
963
974
  },
975
+ "actions": {
976
+ "shape": "S1r"
977
+ },
964
978
  "definition": {
965
979
  "type": "structure",
966
980
  "members": {
@@ -995,7 +1009,8 @@
995
1009
  },
996
1010
  "lastUpdatedDate": {
997
1011
  "shape": "S1g"
998
- }
1012
+ },
1013
+ "effect": {}
999
1014
  }
1000
1015
  }
1001
1016
  }
@@ -1038,7 +1053,7 @@
1038
1053
  "shape": "S1g"
1039
1054
  },
1040
1055
  "description": {
1041
- "shape": "S1u"
1056
+ "shape": "S1w"
1042
1057
  }
1043
1058
  }
1044
1059
  }
@@ -1081,7 +1096,7 @@
1081
1096
  "policyStoreId": {},
1082
1097
  "policyTemplateId": {},
1083
1098
  "description": {
1084
- "shape": "S1y"
1099
+ "shape": "S20"
1085
1100
  },
1086
1101
  "createdDate": {
1087
1102
  "shape": "S1g"
@@ -1108,7 +1123,7 @@
1108
1123
  "type": "structure",
1109
1124
  "members": {
1110
1125
  "cedarJson": {
1111
- "shape": "S2s"
1126
+ "shape": "S2u"
1112
1127
  }
1113
1128
  },
1114
1129
  "union": true
@@ -1126,7 +1141,7 @@
1126
1141
  "members": {
1127
1142
  "policyStoreId": {},
1128
1143
  "namespaces": {
1129
- "shape": "S2t"
1144
+ "shape": "S2v"
1130
1145
  },
1131
1146
  "createdDate": {
1132
1147
  "shape": "S1g"
@@ -1256,12 +1271,16 @@
1256
1271
  "resource": {
1257
1272
  "shape": "S6"
1258
1273
  },
1274
+ "actions": {
1275
+ "shape": "S1r"
1276
+ },
1259
1277
  "createdDate": {
1260
1278
  "shape": "S1g"
1261
1279
  },
1262
1280
  "lastUpdatedDate": {
1263
1281
  "shape": "S1g"
1264
- }
1282
+ },
1283
+ "effect": {}
1265
1284
  }
1266
1285
  },
1267
1286
  "idempotent": true
@@ -1276,10 +1295,10 @@
1276
1295
  "members": {
1277
1296
  "policyStoreId": {},
1278
1297
  "validationSettings": {
1279
- "shape": "S1s"
1298
+ "shape": "S1u"
1280
1299
  },
1281
1300
  "description": {
1282
- "shape": "S1u"
1301
+ "shape": "S1w"
1283
1302
  }
1284
1303
  }
1285
1304
  },
@@ -1316,7 +1335,7 @@
1316
1335
  "policyStoreId": {},
1317
1336
  "policyTemplateId": {},
1318
1337
  "description": {
1319
- "shape": "S1y"
1338
+ "shape": "S20"
1320
1339
  },
1321
1340
  "statement": {
1322
1341
  "shape": "S1m"
@@ -1547,7 +1566,13 @@
1547
1566
  "type": "string",
1548
1567
  "sensitive": true
1549
1568
  },
1550
- "S1s": {
1569
+ "S1r": {
1570
+ "type": "list",
1571
+ "member": {
1572
+ "shape": "Sk"
1573
+ }
1574
+ },
1575
+ "S1u": {
1551
1576
  "type": "structure",
1552
1577
  "required": [
1553
1578
  "mode"
@@ -1556,26 +1581,26 @@
1556
1581
  "mode": {}
1557
1582
  }
1558
1583
  },
1559
- "S1u": {
1584
+ "S1w": {
1560
1585
  "type": "string",
1561
1586
  "sensitive": true
1562
1587
  },
1563
- "S1y": {
1588
+ "S20": {
1564
1589
  "type": "string",
1565
1590
  "sensitive": true
1566
1591
  },
1567
- "S2s": {
1592
+ "S2u": {
1568
1593
  "type": "string",
1569
1594
  "sensitive": true
1570
1595
  },
1571
- "S2t": {
1596
+ "S2v": {
1572
1597
  "type": "list",
1573
1598
  "member": {
1574
1599
  "type": "string",
1575
1600
  "sensitive": true
1576
1601
  }
1577
1602
  },
1578
- "S3e": {
1603
+ "S3g": {
1579
1604
  "type": "structure",
1580
1605
  "members": {
1581
1606
  "unspecified": {