aws-sdk 2.1646.0 → 2.1647.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/customer-profiles-2020-08-15.min.json +52 -25
- package/apis/ec2-2016-11-15.min.json +1 -1
- package/apis/qbusiness-2023-11-27.min.json +75 -54
- package/apis/ssm-2014-11-06.min.json +14 -3
- package/apis/workspaces-web-2020-07-08.min.json +8 -1
- package/clients/customerprofiles.d.ts +35 -5
- package/clients/qbusiness.d.ts +22 -3
- package/clients/workspacesweb.d.ts +21 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +18 -7
- package/dist/aws-sdk.min.js +15 -15
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1647.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "profile",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Customer Profiles",
|
9
12
|
"serviceFullName": "Amazon Connect Customer Profiles",
|
10
13
|
"serviceId": "Customer Profiles",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "profile",
|
13
|
-
"uid": "customer-profiles-2020-08-15"
|
16
|
+
"uid": "customer-profiles-2020-08-15",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"AddProfileKey": {
|
@@ -1144,6 +1150,12 @@
|
|
1144
1150
|
"type": "boolean"
|
1145
1151
|
},
|
1146
1152
|
"SourceLastUpdatedTimestampFormat": {},
|
1153
|
+
"MaxAvailableProfileObjectCount": {
|
1154
|
+
"type": "integer"
|
1155
|
+
},
|
1156
|
+
"MaxProfileObjectCount": {
|
1157
|
+
"type": "integer"
|
1158
|
+
},
|
1147
1159
|
"Fields": {
|
1148
1160
|
"shape": "S45"
|
1149
1161
|
},
|
@@ -1434,7 +1446,7 @@
|
|
1434
1446
|
"type": "structure",
|
1435
1447
|
"members": {
|
1436
1448
|
"Items": {
|
1437
|
-
"shape": "
|
1449
|
+
"shape": "S62"
|
1438
1450
|
},
|
1439
1451
|
"NextToken": {}
|
1440
1452
|
}
|
@@ -1758,7 +1770,7 @@
|
|
1758
1770
|
"type": "structure",
|
1759
1771
|
"members": {
|
1760
1772
|
"Items": {
|
1761
|
-
"shape": "
|
1773
|
+
"shape": "S62"
|
1762
1774
|
},
|
1763
1775
|
"NextToken": {}
|
1764
1776
|
}
|
@@ -1847,6 +1859,12 @@
|
|
1847
1859
|
"LastUpdatedAt": {
|
1848
1860
|
"type": "timestamp"
|
1849
1861
|
},
|
1862
|
+
"MaxProfileObjectCount": {
|
1863
|
+
"type": "integer"
|
1864
|
+
},
|
1865
|
+
"MaxAvailableProfileObjectCount": {
|
1866
|
+
"type": "integer"
|
1867
|
+
},
|
1850
1868
|
"Tags": {
|
1851
1869
|
"shape": "Sn"
|
1852
1870
|
}
|
@@ -2231,6 +2249,9 @@
|
|
2231
2249
|
"type": "boolean"
|
2232
2250
|
},
|
2233
2251
|
"SourceLastUpdatedTimestampFormat": {},
|
2252
|
+
"MaxProfileObjectCount": {
|
2253
|
+
"type": "integer"
|
2254
|
+
},
|
2234
2255
|
"Fields": {
|
2235
2256
|
"shape": "S45"
|
2236
2257
|
},
|
@@ -2262,6 +2283,12 @@
|
|
2262
2283
|
"type": "boolean"
|
2263
2284
|
},
|
2264
2285
|
"SourceLastUpdatedTimestampFormat": {},
|
2286
|
+
"MaxProfileObjectCount": {
|
2287
|
+
"type": "integer"
|
2288
|
+
},
|
2289
|
+
"MaxAvailableProfileObjectCount": {
|
2290
|
+
"type": "integer"
|
2291
|
+
},
|
2265
2292
|
"Fields": {
|
2266
2293
|
"shape": "S45"
|
2267
2294
|
},
|
@@ -2622,61 +2649,61 @@
|
|
2622
2649
|
"sensitive": true
|
2623
2650
|
},
|
2624
2651
|
"AccountNumber": {
|
2625
|
-
"shape": "
|
2652
|
+
"shape": "S89"
|
2626
2653
|
},
|
2627
2654
|
"PartyType": {
|
2628
2655
|
"shape": "S3b"
|
2629
2656
|
},
|
2630
2657
|
"BusinessName": {
|
2631
|
-
"shape": "
|
2658
|
+
"shape": "S89"
|
2632
2659
|
},
|
2633
2660
|
"FirstName": {
|
2634
|
-
"shape": "
|
2661
|
+
"shape": "S89"
|
2635
2662
|
},
|
2636
2663
|
"MiddleName": {
|
2637
|
-
"shape": "
|
2664
|
+
"shape": "S89"
|
2638
2665
|
},
|
2639
2666
|
"LastName": {
|
2640
|
-
"shape": "
|
2667
|
+
"shape": "S89"
|
2641
2668
|
},
|
2642
2669
|
"BirthDate": {
|
2643
|
-
"shape": "
|
2670
|
+
"shape": "S89"
|
2644
2671
|
},
|
2645
2672
|
"Gender": {
|
2646
2673
|
"shape": "S3c"
|
2647
2674
|
},
|
2648
2675
|
"PhoneNumber": {
|
2649
|
-
"shape": "
|
2676
|
+
"shape": "S89"
|
2650
2677
|
},
|
2651
2678
|
"MobilePhoneNumber": {
|
2652
|
-
"shape": "
|
2679
|
+
"shape": "S89"
|
2653
2680
|
},
|
2654
2681
|
"HomePhoneNumber": {
|
2655
|
-
"shape": "
|
2682
|
+
"shape": "S89"
|
2656
2683
|
},
|
2657
2684
|
"BusinessPhoneNumber": {
|
2658
|
-
"shape": "
|
2685
|
+
"shape": "S89"
|
2659
2686
|
},
|
2660
2687
|
"EmailAddress": {
|
2661
|
-
"shape": "
|
2688
|
+
"shape": "S89"
|
2662
2689
|
},
|
2663
2690
|
"PersonalEmailAddress": {
|
2664
|
-
"shape": "
|
2691
|
+
"shape": "S89"
|
2665
2692
|
},
|
2666
2693
|
"BusinessEmailAddress": {
|
2667
|
-
"shape": "
|
2694
|
+
"shape": "S89"
|
2668
2695
|
},
|
2669
2696
|
"Address": {
|
2670
|
-
"shape": "
|
2697
|
+
"shape": "S8a"
|
2671
2698
|
},
|
2672
2699
|
"ShippingAddress": {
|
2673
|
-
"shape": "
|
2700
|
+
"shape": "S8a"
|
2674
2701
|
},
|
2675
2702
|
"MailingAddress": {
|
2676
|
-
"shape": "
|
2703
|
+
"shape": "S8a"
|
2677
2704
|
},
|
2678
2705
|
"BillingAddress": {
|
2679
|
-
"shape": "
|
2706
|
+
"shape": "S8a"
|
2680
2707
|
},
|
2681
2708
|
"Attributes": {
|
2682
2709
|
"type": "map",
|
@@ -2685,10 +2712,10 @@
|
|
2685
2712
|
"sensitive": true
|
2686
2713
|
},
|
2687
2714
|
"PartyTypeString": {
|
2688
|
-
"shape": "
|
2715
|
+
"shape": "S89"
|
2689
2716
|
},
|
2690
2717
|
"GenderString": {
|
2691
|
-
"shape": "
|
2718
|
+
"shape": "S89"
|
2692
2719
|
}
|
2693
2720
|
}
|
2694
2721
|
},
|
@@ -3250,7 +3277,7 @@
|
|
3250
3277
|
"type": "list",
|
3251
3278
|
"member": {}
|
3252
3279
|
},
|
3253
|
-
"
|
3280
|
+
"S62": {
|
3254
3281
|
"type": "list",
|
3255
3282
|
"member": {
|
3256
3283
|
"type": "structure",
|
@@ -3283,11 +3310,11 @@
|
|
3283
3310
|
}
|
3284
3311
|
}
|
3285
3312
|
},
|
3286
|
-
"
|
3313
|
+
"S89": {
|
3287
3314
|
"type": "string",
|
3288
3315
|
"sensitive": true
|
3289
3316
|
},
|
3290
|
-
"
|
3317
|
+
"S8a": {
|
3291
3318
|
"type": "structure",
|
3292
3319
|
"members": {
|
3293
3320
|
"Address1": {},
|
@@ -2,6 +2,9 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2023-11-27",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "qbusiness",
|
6
9
|
"protocol": "rest-json",
|
7
10
|
"protocolSettings": {
|
@@ -320,6 +323,9 @@
|
|
320
323
|
},
|
321
324
|
"attachmentsConfiguration": {
|
322
325
|
"shape": "S36"
|
326
|
+
},
|
327
|
+
"qAppsConfiguration": {
|
328
|
+
"shape": "S38"
|
323
329
|
}
|
324
330
|
}
|
325
331
|
},
|
@@ -356,10 +362,10 @@
|
|
356
362
|
},
|
357
363
|
"displayName": {},
|
358
364
|
"configuration": {
|
359
|
-
"shape": "
|
365
|
+
"shape": "S3e"
|
360
366
|
},
|
361
367
|
"vpcConfiguration": {
|
362
|
-
"shape": "
|
368
|
+
"shape": "S3f"
|
363
369
|
},
|
364
370
|
"description": {},
|
365
371
|
"tags": {
|
@@ -407,7 +413,7 @@
|
|
407
413
|
"shape": "S32"
|
408
414
|
},
|
409
415
|
"capacityConfiguration": {
|
410
|
-
"shape": "
|
416
|
+
"shape": "S3q"
|
411
417
|
},
|
412
418
|
"clientToken": {
|
413
419
|
"idempotencyToken": true
|
@@ -443,11 +449,11 @@
|
|
443
449
|
"displayName": {},
|
444
450
|
"type": {},
|
445
451
|
"authConfiguration": {
|
446
|
-
"shape": "
|
452
|
+
"shape": "S3w"
|
447
453
|
},
|
448
454
|
"serverUrl": {},
|
449
455
|
"customPluginConfiguration": {
|
450
|
-
"shape": "
|
456
|
+
"shape": "S41"
|
451
457
|
},
|
452
458
|
"tags": {
|
453
459
|
"shape": "S32"
|
@@ -488,7 +494,7 @@
|
|
488
494
|
"type": {},
|
489
495
|
"displayName": {},
|
490
496
|
"configuration": {
|
491
|
-
"shape": "
|
497
|
+
"shape": "S4c"
|
492
498
|
},
|
493
499
|
"roleArn": {},
|
494
500
|
"clientToken": {
|
@@ -527,7 +533,7 @@
|
|
527
533
|
"userAliases": {
|
528
534
|
"type": "list",
|
529
535
|
"member": {
|
530
|
-
"shape": "
|
536
|
+
"shape": "S4w"
|
531
537
|
}
|
532
538
|
},
|
533
539
|
"clientToken": {
|
@@ -920,6 +926,9 @@
|
|
920
926
|
"members": {
|
921
927
|
"attachmentsControlMode": {}
|
922
928
|
}
|
929
|
+
},
|
930
|
+
"qAppsConfiguration": {
|
931
|
+
"shape": "S38"
|
923
932
|
}
|
924
933
|
}
|
925
934
|
}
|
@@ -959,13 +968,13 @@
|
|
959
968
|
"type": "structure",
|
960
969
|
"members": {
|
961
970
|
"blockedPhrases": {
|
962
|
-
"shape": "
|
971
|
+
"shape": "S61"
|
963
972
|
},
|
964
973
|
"systemMessageOverride": {}
|
965
974
|
}
|
966
975
|
},
|
967
976
|
"topicConfigurations": {
|
968
|
-
"shape": "
|
977
|
+
"shape": "S64"
|
969
978
|
},
|
970
979
|
"creatorModeConfiguration": {
|
971
980
|
"type": "structure",
|
@@ -1018,10 +1027,10 @@
|
|
1018
1027
|
"displayName": {},
|
1019
1028
|
"type": {},
|
1020
1029
|
"configuration": {
|
1021
|
-
"shape": "
|
1030
|
+
"shape": "S3e"
|
1022
1031
|
},
|
1023
1032
|
"vpcConfiguration": {
|
1024
|
-
"shape": "
|
1033
|
+
"shape": "S3f"
|
1025
1034
|
},
|
1026
1035
|
"createdAt": {
|
1027
1036
|
"type": "timestamp"
|
@@ -1078,12 +1087,12 @@
|
|
1078
1087
|
"type": "structure",
|
1079
1088
|
"members": {
|
1080
1089
|
"status": {
|
1081
|
-
"shape": "
|
1090
|
+
"shape": "S6r"
|
1082
1091
|
},
|
1083
1092
|
"statusHistory": {
|
1084
1093
|
"type": "list",
|
1085
1094
|
"member": {
|
1086
|
-
"shape": "
|
1095
|
+
"shape": "S6r"
|
1087
1096
|
}
|
1088
1097
|
}
|
1089
1098
|
}
|
@@ -1129,10 +1138,10 @@
|
|
1129
1138
|
"type": "timestamp"
|
1130
1139
|
},
|
1131
1140
|
"capacityConfiguration": {
|
1132
|
-
"shape": "
|
1141
|
+
"shape": "S3q"
|
1133
1142
|
},
|
1134
1143
|
"documentAttributeConfigurations": {
|
1135
|
-
"shape": "
|
1144
|
+
"shape": "S6x"
|
1136
1145
|
},
|
1137
1146
|
"error": {
|
1138
1147
|
"shape": "Sb"
|
@@ -1188,10 +1197,10 @@
|
|
1188
1197
|
"type": {},
|
1189
1198
|
"serverUrl": {},
|
1190
1199
|
"authConfiguration": {
|
1191
|
-
"shape": "
|
1200
|
+
"shape": "S3w"
|
1192
1201
|
},
|
1193
1202
|
"customPluginConfiguration": {
|
1194
|
-
"shape": "
|
1203
|
+
"shape": "S41"
|
1195
1204
|
},
|
1196
1205
|
"buildStatus": {},
|
1197
1206
|
"pluginArn": {},
|
@@ -1238,7 +1247,7 @@
|
|
1238
1247
|
"status": {},
|
1239
1248
|
"displayName": {},
|
1240
1249
|
"configuration": {
|
1241
|
-
"shape": "
|
1250
|
+
"shape": "S4c"
|
1242
1251
|
},
|
1243
1252
|
"roleArn": {},
|
1244
1253
|
"createdAt": {
|
@@ -1277,7 +1286,7 @@
|
|
1277
1286
|
"type": "structure",
|
1278
1287
|
"members": {
|
1279
1288
|
"userAliases": {
|
1280
|
-
"shape": "
|
1289
|
+
"shape": "S7e"
|
1281
1290
|
}
|
1282
1291
|
}
|
1283
1292
|
}
|
@@ -1325,7 +1334,7 @@
|
|
1325
1334
|
"samplePromptsControlMode": {},
|
1326
1335
|
"roleArn": {},
|
1327
1336
|
"authenticationConfiguration": {
|
1328
|
-
"shape": "
|
1337
|
+
"shape": "S7i",
|
1329
1338
|
"deprecated": true,
|
1330
1339
|
"deprecatedMessage": "Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."
|
1331
1340
|
},
|
@@ -2258,6 +2267,9 @@
|
|
2258
2267
|
"roleArn": {},
|
2259
2268
|
"attachmentsConfiguration": {
|
2260
2269
|
"shape": "S36"
|
2270
|
+
},
|
2271
|
+
"qAppsConfiguration": {
|
2272
|
+
"shape": "S38"
|
2261
2273
|
}
|
2262
2274
|
}
|
2263
2275
|
},
|
@@ -2291,19 +2303,19 @@
|
|
2291
2303
|
"type": "structure",
|
2292
2304
|
"members": {
|
2293
2305
|
"blockedPhrasesToCreateOrUpdate": {
|
2294
|
-
"shape": "
|
2306
|
+
"shape": "S61"
|
2295
2307
|
},
|
2296
2308
|
"blockedPhrasesToDelete": {
|
2297
|
-
"shape": "
|
2309
|
+
"shape": "S61"
|
2298
2310
|
},
|
2299
2311
|
"systemMessageOverride": {}
|
2300
2312
|
}
|
2301
2313
|
},
|
2302
2314
|
"topicConfigurationsToCreateOrUpdate": {
|
2303
|
-
"shape": "
|
2315
|
+
"shape": "S64"
|
2304
2316
|
},
|
2305
2317
|
"topicConfigurationsToDelete": {
|
2306
|
-
"shape": "
|
2318
|
+
"shape": "S64"
|
2307
2319
|
},
|
2308
2320
|
"creatorModeConfiguration": {
|
2309
2321
|
"type": "structure",
|
@@ -2350,10 +2362,10 @@
|
|
2350
2362
|
},
|
2351
2363
|
"displayName": {},
|
2352
2364
|
"configuration": {
|
2353
|
-
"shape": "
|
2365
|
+
"shape": "S3e"
|
2354
2366
|
},
|
2355
2367
|
"vpcConfiguration": {
|
2356
|
-
"shape": "
|
2368
|
+
"shape": "S3f"
|
2357
2369
|
},
|
2358
2370
|
"description": {},
|
2359
2371
|
"syncSchedule": {},
|
@@ -2393,10 +2405,10 @@
|
|
2393
2405
|
"displayName": {},
|
2394
2406
|
"description": {},
|
2395
2407
|
"capacityConfiguration": {
|
2396
|
-
"shape": "
|
2408
|
+
"shape": "S3q"
|
2397
2409
|
},
|
2398
2410
|
"documentAttributeConfigurations": {
|
2399
|
-
"shape": "
|
2411
|
+
"shape": "S6x"
|
2400
2412
|
}
|
2401
2413
|
}
|
2402
2414
|
},
|
@@ -2431,10 +2443,10 @@
|
|
2431
2443
|
"state": {},
|
2432
2444
|
"serverUrl": {},
|
2433
2445
|
"customPluginConfiguration": {
|
2434
|
-
"shape": "
|
2446
|
+
"shape": "S41"
|
2435
2447
|
},
|
2436
2448
|
"authConfiguration": {
|
2437
|
-
"shape": "
|
2449
|
+
"shape": "S3w"
|
2438
2450
|
}
|
2439
2451
|
}
|
2440
2452
|
},
|
@@ -2466,7 +2478,7 @@
|
|
2466
2478
|
"locationName": "retrieverId"
|
2467
2479
|
},
|
2468
2480
|
"configuration": {
|
2469
|
-
"shape": "
|
2481
|
+
"shape": "S4c"
|
2470
2482
|
},
|
2471
2483
|
"displayName": {},
|
2472
2484
|
"roleArn": {}
|
@@ -2500,10 +2512,10 @@
|
|
2500
2512
|
"locationName": "userId"
|
2501
2513
|
},
|
2502
2514
|
"userAliasesToUpdate": {
|
2503
|
-
"shape": "
|
2515
|
+
"shape": "S7e"
|
2504
2516
|
},
|
2505
2517
|
"userAliasesToDelete": {
|
2506
|
-
"shape": "
|
2518
|
+
"shape": "S7e"
|
2507
2519
|
}
|
2508
2520
|
}
|
2509
2521
|
},
|
@@ -2511,13 +2523,13 @@
|
|
2511
2523
|
"type": "structure",
|
2512
2524
|
"members": {
|
2513
2525
|
"userAliasesAdded": {
|
2514
|
-
"shape": "
|
2526
|
+
"shape": "S7e"
|
2515
2527
|
},
|
2516
2528
|
"userAliasesUpdated": {
|
2517
|
-
"shape": "
|
2529
|
+
"shape": "S7e"
|
2518
2530
|
},
|
2519
2531
|
"userAliasesDeleted": {
|
2520
|
-
"shape": "
|
2532
|
+
"shape": "S7e"
|
2521
2533
|
}
|
2522
2534
|
}
|
2523
2535
|
},
|
@@ -2546,7 +2558,7 @@
|
|
2546
2558
|
},
|
2547
2559
|
"roleArn": {},
|
2548
2560
|
"authenticationConfiguration": {
|
2549
|
-
"shape": "
|
2561
|
+
"shape": "S7i",
|
2550
2562
|
"deprecated": true,
|
2551
2563
|
"deprecatedMessage": "Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."
|
2552
2564
|
},
|
@@ -2889,12 +2901,21 @@
|
|
2889
2901
|
"attachmentsControlMode": {}
|
2890
2902
|
}
|
2891
2903
|
},
|
2892
|
-
"
|
2904
|
+
"S38": {
|
2905
|
+
"type": "structure",
|
2906
|
+
"required": [
|
2907
|
+
"qAppsControlMode"
|
2908
|
+
],
|
2909
|
+
"members": {
|
2910
|
+
"qAppsControlMode": {}
|
2911
|
+
}
|
2912
|
+
},
|
2913
|
+
"S3e": {
|
2893
2914
|
"type": "structure",
|
2894
2915
|
"members": {},
|
2895
2916
|
"document": true
|
2896
2917
|
},
|
2897
|
-
"
|
2918
|
+
"S3f": {
|
2898
2919
|
"type": "structure",
|
2899
2920
|
"required": [
|
2900
2921
|
"subnetIds",
|
@@ -2911,7 +2932,7 @@
|
|
2911
2932
|
}
|
2912
2933
|
}
|
2913
2934
|
},
|
2914
|
-
"
|
2935
|
+
"S3q": {
|
2915
2936
|
"type": "structure",
|
2916
2937
|
"members": {
|
2917
2938
|
"units": {
|
@@ -2919,7 +2940,7 @@
|
|
2919
2940
|
}
|
2920
2941
|
}
|
2921
2942
|
},
|
2922
|
-
"
|
2943
|
+
"S3w": {
|
2923
2944
|
"type": "structure",
|
2924
2945
|
"members": {
|
2925
2946
|
"basicAuthConfiguration": {
|
@@ -2951,7 +2972,7 @@
|
|
2951
2972
|
},
|
2952
2973
|
"union": true
|
2953
2974
|
},
|
2954
|
-
"
|
2975
|
+
"S41": {
|
2955
2976
|
"type": "structure",
|
2956
2977
|
"required": [
|
2957
2978
|
"description",
|
@@ -2976,7 +2997,7 @@
|
|
2976
2997
|
}
|
2977
2998
|
}
|
2978
2999
|
},
|
2979
|
-
"
|
3000
|
+
"S4c": {
|
2980
3001
|
"type": "structure",
|
2981
3002
|
"members": {
|
2982
3003
|
"nativeIndexConfiguration": {
|
@@ -3055,7 +3076,7 @@
|
|
3055
3076
|
},
|
3056
3077
|
"union": true
|
3057
3078
|
},
|
3058
|
-
"
|
3079
|
+
"S4w": {
|
3059
3080
|
"type": "structure",
|
3060
3081
|
"required": [
|
3061
3082
|
"userId"
|
@@ -3066,11 +3087,11 @@
|
|
3066
3087
|
"userId": {}
|
3067
3088
|
}
|
3068
3089
|
},
|
3069
|
-
"
|
3090
|
+
"S61": {
|
3070
3091
|
"type": "list",
|
3071
3092
|
"member": {}
|
3072
3093
|
},
|
3073
|
-
"
|
3094
|
+
"S64": {
|
3074
3095
|
"type": "list",
|
3075
3096
|
"member": {
|
3076
3097
|
"type": "structure",
|
@@ -3094,10 +3115,10 @@
|
|
3094
3115
|
],
|
3095
3116
|
"members": {
|
3096
3117
|
"includedUsersAndGroups": {
|
3097
|
-
"shape": "
|
3118
|
+
"shape": "S6c"
|
3098
3119
|
},
|
3099
3120
|
"excludedUsersAndGroups": {
|
3100
|
-
"shape": "
|
3121
|
+
"shape": "S6c"
|
3101
3122
|
},
|
3102
3123
|
"ruleType": {},
|
3103
3124
|
"ruleConfiguration": {
|
@@ -3133,7 +3154,7 @@
|
|
3133
3154
|
}
|
3134
3155
|
}
|
3135
3156
|
},
|
3136
|
-
"
|
3157
|
+
"S6c": {
|
3137
3158
|
"type": "structure",
|
3138
3159
|
"members": {
|
3139
3160
|
"userIds": {
|
@@ -3145,7 +3166,7 @@
|
|
3145
3166
|
}
|
3146
3167
|
}
|
3147
3168
|
},
|
3148
|
-
"
|
3169
|
+
"S6r": {
|
3149
3170
|
"type": "structure",
|
3150
3171
|
"members": {
|
3151
3172
|
"status": {},
|
@@ -3157,7 +3178,7 @@
|
|
3157
3178
|
}
|
3158
3179
|
}
|
3159
3180
|
},
|
3160
|
-
"
|
3181
|
+
"S6x": {
|
3161
3182
|
"type": "list",
|
3162
3183
|
"member": {
|
3163
3184
|
"type": "structure",
|
@@ -3168,13 +3189,13 @@
|
|
3168
3189
|
}
|
3169
3190
|
}
|
3170
3191
|
},
|
3171
|
-
"
|
3192
|
+
"S7e": {
|
3172
3193
|
"type": "list",
|
3173
3194
|
"member": {
|
3174
|
-
"shape": "
|
3195
|
+
"shape": "S4w"
|
3175
3196
|
}
|
3176
3197
|
},
|
3177
|
-
"
|
3198
|
+
"S7i": {
|
3178
3199
|
"type": "structure",
|
3179
3200
|
"members": {
|
3180
3201
|
"samlConfiguration": {
|
@@ -13,7 +13,10 @@
|
|
13
13
|
"serviceId": "SSM",
|
14
14
|
"signatureVersion": "v4",
|
15
15
|
"targetPrefix": "AmazonSSM",
|
16
|
-
"uid": "ssm-2014-11-06"
|
16
|
+
"uid": "ssm-2014-11-06",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
17
20
|
},
|
18
21
|
"operations": {
|
19
22
|
"AddTagsToResource": {
|
@@ -1376,7 +1379,9 @@
|
|
1376
1379
|
},
|
1377
1380
|
"ResourceType": {},
|
1378
1381
|
"Name": {},
|
1379
|
-
"IPAddress": {
|
1382
|
+
"IPAddress": {
|
1383
|
+
"shape": "Scp"
|
1384
|
+
},
|
1380
1385
|
"ComputerName": {},
|
1381
1386
|
"AssociationStatus": {},
|
1382
1387
|
"LastAssociationExecutionDate": {
|
@@ -1579,7 +1584,9 @@
|
|
1579
1584
|
"KeyName": {},
|
1580
1585
|
"InstanceState": {},
|
1581
1586
|
"Architecture": {},
|
1582
|
-
"IPAddress": {
|
1587
|
+
"IPAddress": {
|
1588
|
+
"shape": "Scp"
|
1589
|
+
},
|
1583
1590
|
"LaunchTime": {
|
1584
1591
|
"type": "timestamp"
|
1585
1592
|
},
|
@@ -6251,6 +6258,10 @@
|
|
6251
6258
|
"type": "list",
|
6252
6259
|
"member": {}
|
6253
6260
|
},
|
6261
|
+
"Scp": {
|
6262
|
+
"type": "string",
|
6263
|
+
"sensitive": true
|
6264
|
+
},
|
6254
6265
|
"Scr": {
|
6255
6266
|
"type": "structure",
|
6256
6267
|
"members": {
|