aws-sdk 2.916.0 → 2.920.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.min.json +63 -60
  4. package/apis/datasync-2018-11-09.min.json +16 -15
  5. package/apis/devicefarm-2015-06-23.min.json +144 -92
  6. package/apis/docdb-2014-10-31.min.json +233 -65
  7. package/apis/docdb-2014-10-31.paginators.json +6 -0
  8. package/apis/ec2-2016-11-15.min.json +6 -0
  9. package/apis/fsx-2018-03-01.min.json +27 -24
  10. package/apis/iotevents-2018-07-27.min.json +715 -188
  11. package/apis/iotevents-data-2018-10-23.min.json +380 -1
  12. package/apis/iotsitewise-2019-12-02.min.json +65 -43
  13. package/apis/iotwireless-2020-11-22.min.json +210 -6
  14. package/apis/kendra-2019-02-03.min.json +351 -77
  15. package/apis/location-2020-11-19.min.json +677 -84
  16. package/apis/location-2020-11-19.paginators.json +12 -0
  17. package/apis/sns-2010-03-31.min.json +150 -13
  18. package/apis/sns-2010-03-31.paginators.json +12 -0
  19. package/clients/autoscaling.d.ts +55 -50
  20. package/clients/braket.d.ts +2 -2
  21. package/clients/datasync.d.ts +39 -34
  22. package/clients/devicefarm.d.ts +41 -10
  23. package/clients/docdb.d.ts +217 -4
  24. package/clients/ec2.d.ts +8 -0
  25. package/clients/ecs.d.ts +4 -4
  26. package/clients/fsx.d.ts +15 -2
  27. package/clients/iam.d.ts +1 -1
  28. package/clients/iotevents.d.ts +595 -11
  29. package/clients/ioteventsdata.d.ts +474 -9
  30. package/clients/iotsitewise.d.ts +34 -0
  31. package/clients/iotwireless.d.ts +126 -0
  32. package/clients/kendra.d.ts +410 -6
  33. package/clients/lightsail.d.ts +3 -3
  34. package/clients/location.d.ts +651 -77
  35. package/clients/polly.d.ts +1 -1
  36. package/clients/resourcegroups.d.ts +4 -4
  37. package/clients/servicediscovery.d.ts +41 -41
  38. package/clients/sns.d.ts +181 -4
  39. package/clients/sqs.d.ts +5 -5
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +17 -17
  42. package/dist/aws-sdk.js +378 -168
  43. package/dist/aws-sdk.min.js +68 -68
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -458,7 +458,11 @@
458
458
  "tags": {
459
459
  "shape": "S1e"
460
460
  },
461
- "portalAuthMode": {}
461
+ "portalAuthMode": {},
462
+ "notificationSenderEmail": {},
463
+ "alarms": {
464
+ "shape": "S2u"
465
+ }
462
466
  }
463
467
  },
464
468
  "output": {
@@ -475,7 +479,7 @@
475
479
  "portalArn": {},
476
480
  "portalStartUrl": {},
477
481
  "portalStatus": {
478
- "shape": "S2w"
482
+ "shape": "S2x"
479
483
  },
480
484
  "ssoApplicationId": {}
481
485
  }
@@ -711,7 +715,7 @@
711
715
  ],
712
716
  "members": {
713
717
  "portalStatus": {
714
- "shape": "S2w"
718
+ "shape": "S2x"
715
719
  }
716
720
  }
717
721
  },
@@ -837,10 +841,10 @@
837
841
  "assetName": {},
838
842
  "assetModelId": {},
839
843
  "assetProperties": {
840
- "shape": "S3m"
844
+ "shape": "S3n"
841
845
  },
842
846
  "assetHierarchies": {
843
- "shape": "S3s"
847
+ "shape": "S3t"
844
848
  },
845
849
  "assetCompositeModels": {
846
850
  "type": "list",
@@ -856,7 +860,7 @@
856
860
  "description": {},
857
861
  "type": {},
858
862
  "properties": {
859
- "shape": "S3m"
863
+ "shape": "S3n"
860
864
  }
861
865
  }
862
866
  }
@@ -912,13 +916,13 @@
912
916
  "assetModelName": {},
913
917
  "assetModelDescription": {},
914
918
  "assetModelProperties": {
915
- "shape": "S3y"
919
+ "shape": "S3z"
916
920
  },
917
921
  "assetModelHierarchies": {
918
- "shape": "S40"
922
+ "shape": "S41"
919
923
  },
920
924
  "assetModelCompositeModels": {
921
- "shape": "S42"
925
+ "shape": "S43"
922
926
  },
923
927
  "assetModelCreationDate": {
924
928
  "type": "timestamp"
@@ -969,7 +973,7 @@
969
973
  "assetName": {},
970
974
  "assetModelId": {},
971
975
  "assetProperty": {
972
- "shape": "S46"
976
+ "shape": "S47"
973
977
  },
974
978
  "compositeModel": {
975
979
  "type": "structure",
@@ -982,7 +986,7 @@
982
986
  "name": {},
983
987
  "type": {},
984
988
  "assetProperty": {
985
- "shape": "S46"
989
+ "shape": "S47"
986
990
  }
987
991
  }
988
992
  }
@@ -1059,7 +1063,7 @@
1059
1063
  "encryptionType": {},
1060
1064
  "kmsKeyArn": {},
1061
1065
  "configurationStatus": {
1062
- "shape": "S4d"
1066
+ "shape": "S4e"
1063
1067
  }
1064
1068
  }
1065
1069
  }
@@ -1099,7 +1103,7 @@
1099
1103
  "shape": "S2l"
1100
1104
  },
1101
1105
  "gatewayCapabilitySummaries": {
1102
- "shape": "S4i"
1106
+ "shape": "S4j"
1103
1107
  },
1104
1108
  "creationDate": {
1105
1109
  "type": "timestamp"
@@ -1170,7 +1174,7 @@
1170
1174
  ],
1171
1175
  "members": {
1172
1176
  "loggingOptions": {
1173
- "shape": "S4r"
1177
+ "shape": "S4s"
1174
1178
  }
1175
1179
  }
1176
1180
  },
@@ -1218,7 +1222,7 @@
1218
1222
  "portalStartUrl": {},
1219
1223
  "portalContactEmail": {},
1220
1224
  "portalStatus": {
1221
- "shape": "S2w"
1225
+ "shape": "S2x"
1222
1226
  },
1223
1227
  "portalCreationDate": {
1224
1228
  "type": "timestamp"
@@ -1238,7 +1242,11 @@
1238
1242
  }
1239
1243
  },
1240
1244
  "roleArn": {},
1241
- "portalAuthMode": {}
1245
+ "portalAuthMode": {},
1246
+ "notificationSenderEmail": {},
1247
+ "alarms": {
1248
+ "shape": "S2u"
1249
+ }
1242
1250
  }
1243
1251
  },
1244
1252
  "endpoint": {
@@ -1355,7 +1363,7 @@
1355
1363
  "locationName": "resolution"
1356
1364
  },
1357
1365
  "qualities": {
1358
- "shape": "S54",
1366
+ "shape": "S55",
1359
1367
  "location": "querystring",
1360
1368
  "locationName": "qualities"
1361
1369
  },
@@ -1501,7 +1509,7 @@
1501
1509
  "type": "timestamp"
1502
1510
  },
1503
1511
  "qualities": {
1504
- "shape": "S54",
1512
+ "shape": "S55",
1505
1513
  "location": "querystring",
1506
1514
  "locationName": "qualities"
1507
1515
  },
@@ -1909,7 +1917,7 @@
1909
1917
  "shape": "S1l"
1910
1918
  },
1911
1919
  "hierarchies": {
1912
- "shape": "S3s"
1920
+ "shape": "S3t"
1913
1921
  }
1914
1922
  }
1915
1923
  }
@@ -1990,7 +1998,7 @@
1990
1998
  "shape": "S1l"
1991
1999
  },
1992
2000
  "hierarchies": {
1993
- "shape": "S3s"
2001
+ "shape": "S3t"
1994
2002
  }
1995
2003
  }
1996
2004
  }
@@ -2102,7 +2110,7 @@
2102
2110
  "gatewayId": {},
2103
2111
  "gatewayName": {},
2104
2112
  "gatewayCapabilitySummaries": {
2105
- "shape": "S4i"
2113
+ "shape": "S4j"
2106
2114
  },
2107
2115
  "creationDate": {
2108
2116
  "type": "timestamp"
@@ -2166,7 +2174,7 @@
2166
2174
  },
2167
2175
  "roleArn": {},
2168
2176
  "status": {
2169
- "shape": "S2w"
2177
+ "shape": "S2x"
2170
2178
  }
2171
2179
  }
2172
2180
  }
@@ -2333,7 +2341,7 @@
2333
2341
  "encryptionType": {},
2334
2342
  "kmsKeyArn": {},
2335
2343
  "configurationStatus": {
2336
- "shape": "S4d"
2344
+ "shape": "S4e"
2337
2345
  }
2338
2346
  }
2339
2347
  }
@@ -2350,7 +2358,7 @@
2350
2358
  ],
2351
2359
  "members": {
2352
2360
  "loggingOptions": {
2353
- "shape": "S4r"
2361
+ "shape": "S4s"
2354
2362
  }
2355
2363
  }
2356
2364
  },
@@ -2513,13 +2521,13 @@
2513
2521
  "assetModelName": {},
2514
2522
  "assetModelDescription": {},
2515
2523
  "assetModelProperties": {
2516
- "shape": "S3y"
2524
+ "shape": "S3z"
2517
2525
  },
2518
2526
  "assetModelHierarchies": {
2519
- "shape": "S40"
2527
+ "shape": "S41"
2520
2528
  },
2521
2529
  "assetModelCompositeModels": {
2522
- "shape": "S42"
2530
+ "shape": "S43"
2523
2531
  },
2524
2532
  "clientToken": {
2525
2533
  "idempotencyToken": true
@@ -2699,6 +2707,10 @@
2699
2707
  "roleArn": {},
2700
2708
  "clientToken": {
2701
2709
  "idempotencyToken": true
2710
+ },
2711
+ "notificationSenderEmail": {},
2712
+ "alarms": {
2713
+ "shape": "S2u"
2702
2714
  }
2703
2715
  }
2704
2716
  },
@@ -2709,7 +2721,7 @@
2709
2721
  ],
2710
2722
  "members": {
2711
2723
  "portalStatus": {
2712
- "shape": "S2w"
2724
+ "shape": "S2x"
2713
2725
  }
2714
2726
  }
2715
2727
  },
@@ -3046,7 +3058,17 @@
3046
3058
  "type": {}
3047
3059
  }
3048
3060
  },
3049
- "S2w": {
3061
+ "S2u": {
3062
+ "type": "structure",
3063
+ "required": [
3064
+ "alarmRoleArn"
3065
+ ],
3066
+ "members": {
3067
+ "alarmRoleArn": {},
3068
+ "notificationLambdaArn": {}
3069
+ }
3070
+ },
3071
+ "S2x": {
3050
3072
  "type": "structure",
3051
3073
  "required": [
3052
3074
  "state"
@@ -3062,7 +3084,7 @@
3062
3084
  }
3063
3085
  }
3064
3086
  },
3065
- "S3m": {
3087
+ "S3n": {
3066
3088
  "type": "list",
3067
3089
  "member": {
3068
3090
  "type": "structure",
@@ -3076,7 +3098,7 @@
3076
3098
  "name": {},
3077
3099
  "alias": {},
3078
3100
  "notification": {
3079
- "shape": "S3p"
3101
+ "shape": "S3q"
3080
3102
  },
3081
3103
  "dataType": {},
3082
3104
  "dataTypeSpec": {},
@@ -3084,7 +3106,7 @@
3084
3106
  }
3085
3107
  }
3086
3108
  },
3087
- "S3p": {
3109
+ "S3q": {
3088
3110
  "type": "structure",
3089
3111
  "required": [
3090
3112
  "topic",
@@ -3095,7 +3117,7 @@
3095
3117
  "state": {}
3096
3118
  }
3097
3119
  },
3098
- "S3s": {
3120
+ "S3t": {
3099
3121
  "type": "list",
3100
3122
  "member": {
3101
3123
  "type": "structure",
@@ -3108,7 +3130,7 @@
3108
3130
  }
3109
3131
  }
3110
3132
  },
3111
- "S3y": {
3133
+ "S3z": {
3112
3134
  "type": "list",
3113
3135
  "member": {
3114
3136
  "type": "structure",
@@ -3129,7 +3151,7 @@
3129
3151
  }
3130
3152
  }
3131
3153
  },
3132
- "S40": {
3154
+ "S41": {
3133
3155
  "type": "list",
3134
3156
  "member": {
3135
3157
  "type": "structure",
@@ -3144,7 +3166,7 @@
3144
3166
  }
3145
3167
  }
3146
3168
  },
3147
- "S42": {
3169
+ "S43": {
3148
3170
  "type": "list",
3149
3171
  "member": {
3150
3172
  "type": "structure",
@@ -3157,12 +3179,12 @@
3157
3179
  "description": {},
3158
3180
  "type": {},
3159
3181
  "properties": {
3160
- "shape": "S3y"
3182
+ "shape": "S3z"
3161
3183
  }
3162
3184
  }
3163
3185
  }
3164
3186
  },
3165
- "S46": {
3187
+ "S47": {
3166
3188
  "type": "structure",
3167
3189
  "required": [
3168
3190
  "id",
@@ -3174,7 +3196,7 @@
3174
3196
  "name": {},
3175
3197
  "alias": {},
3176
3198
  "notification": {
3177
- "shape": "S3p"
3199
+ "shape": "S3q"
3178
3200
  },
3179
3201
  "dataType": {},
3180
3202
  "unit": {},
@@ -3183,7 +3205,7 @@
3183
3205
  }
3184
3206
  }
3185
3207
  },
3186
- "S4d": {
3208
+ "S4e": {
3187
3209
  "type": "structure",
3188
3210
  "required": [
3189
3211
  "state"
@@ -3203,7 +3225,7 @@
3203
3225
  }
3204
3226
  }
3205
3227
  },
3206
- "S4i": {
3228
+ "S4j": {
3207
3229
  "type": "list",
3208
3230
  "member": {
3209
3231
  "type": "structure",
@@ -3217,7 +3239,7 @@
3217
3239
  }
3218
3240
  }
3219
3241
  },
3220
- "S4r": {
3242
+ "S4s": {
3221
3243
  "type": "structure",
3222
3244
  "required": [
3223
3245
  "level"
@@ -3226,7 +3248,7 @@
3226
3248
  "level": {}
3227
3249
  }
3228
3250
  },
3229
- "S54": {
3251
+ "S55": {
3230
3252
  "type": "list",
3231
3253
  "member": {}
3232
3254
  }
@@ -658,6 +658,29 @@
658
658
  }
659
659
  }
660
660
  },
661
+ "GetLogLevelsByResourceTypes": {
662
+ "http": {
663
+ "method": "GET",
664
+ "requestUri": "/log-levels",
665
+ "responseCode": 200
666
+ },
667
+ "input": {
668
+ "type": "structure",
669
+ "members": {}
670
+ },
671
+ "output": {
672
+ "type": "structure",
673
+ "members": {
674
+ "DefaultLogLevel": {},
675
+ "WirelessGatewayLogOptions": {
676
+ "shape": "S43"
677
+ },
678
+ "WirelessDeviceLogOptions": {
679
+ "shape": "S49"
680
+ }
681
+ }
682
+ }
683
+ },
661
684
  "GetPartnerAccount": {
662
685
  "http": {
663
686
  "method": "GET",
@@ -684,7 +707,7 @@
684
707
  "type": "structure",
685
708
  "members": {
686
709
  "Sidewalk": {
687
- "shape": "S42"
710
+ "shape": "S4g"
688
711
  },
689
712
  "AccountLinked": {
690
713
  "type": "boolean"
@@ -692,6 +715,36 @@
692
715
  }
693
716
  }
694
717
  },
718
+ "GetResourceLogLevel": {
719
+ "http": {
720
+ "method": "GET",
721
+ "requestUri": "/log-levels/{ResourceIdentifier}",
722
+ "responseCode": 200
723
+ },
724
+ "input": {
725
+ "type": "structure",
726
+ "required": [
727
+ "ResourceIdentifier",
728
+ "ResourceType"
729
+ ],
730
+ "members": {
731
+ "ResourceIdentifier": {
732
+ "location": "uri",
733
+ "locationName": "ResourceIdentifier"
734
+ },
735
+ "ResourceType": {
736
+ "location": "querystring",
737
+ "locationName": "resourceType"
738
+ }
739
+ }
740
+ },
741
+ "output": {
742
+ "type": "structure",
743
+ "members": {
744
+ "LogLevel": {}
745
+ }
746
+ }
747
+ },
695
748
  "GetServiceEndpoint": {
696
749
  "http": {
697
750
  "method": "GET",
@@ -839,7 +892,7 @@
839
892
  "SidewalkId": {},
840
893
  "SidewalkManufacturingSn": {},
841
894
  "DeviceCertificates": {
842
- "shape": "S53"
895
+ "shape": "S5l"
843
896
  }
844
897
  }
845
898
  }
@@ -1196,7 +1249,7 @@
1196
1249
  "Sidewalk": {
1197
1250
  "type": "list",
1198
1251
  "member": {
1199
- "shape": "S42"
1252
+ "shape": "S4g"
1200
1253
  }
1201
1254
  }
1202
1255
  }
@@ -1328,7 +1381,7 @@
1328
1381
  "SidewalkId": {},
1329
1382
  "SidewalkManufacturingSn": {},
1330
1383
  "DeviceCertificates": {
1331
- "shape": "S53"
1384
+ "shape": "S5l"
1332
1385
  }
1333
1386
  }
1334
1387
  }
@@ -1431,6 +1484,79 @@
1431
1484
  }
1432
1485
  }
1433
1486
  },
1487
+ "PutResourceLogLevel": {
1488
+ "http": {
1489
+ "method": "PUT",
1490
+ "requestUri": "/log-levels/{ResourceIdentifier}",
1491
+ "responseCode": 200
1492
+ },
1493
+ "input": {
1494
+ "type": "structure",
1495
+ "required": [
1496
+ "ResourceIdentifier",
1497
+ "ResourceType",
1498
+ "LogLevel"
1499
+ ],
1500
+ "members": {
1501
+ "ResourceIdentifier": {
1502
+ "location": "uri",
1503
+ "locationName": "ResourceIdentifier"
1504
+ },
1505
+ "ResourceType": {
1506
+ "location": "querystring",
1507
+ "locationName": "resourceType"
1508
+ },
1509
+ "LogLevel": {}
1510
+ }
1511
+ },
1512
+ "output": {
1513
+ "type": "structure",
1514
+ "members": {}
1515
+ }
1516
+ },
1517
+ "ResetAllResourceLogLevels": {
1518
+ "http": {
1519
+ "method": "DELETE",
1520
+ "requestUri": "/log-levels",
1521
+ "responseCode": 204
1522
+ },
1523
+ "input": {
1524
+ "type": "structure",
1525
+ "members": {}
1526
+ },
1527
+ "output": {
1528
+ "type": "structure",
1529
+ "members": {}
1530
+ }
1531
+ },
1532
+ "ResetResourceLogLevel": {
1533
+ "http": {
1534
+ "method": "DELETE",
1535
+ "requestUri": "/log-levels/{ResourceIdentifier}",
1536
+ "responseCode": 204
1537
+ },
1538
+ "input": {
1539
+ "type": "structure",
1540
+ "required": [
1541
+ "ResourceIdentifier",
1542
+ "ResourceType"
1543
+ ],
1544
+ "members": {
1545
+ "ResourceIdentifier": {
1546
+ "location": "uri",
1547
+ "locationName": "ResourceIdentifier"
1548
+ },
1549
+ "ResourceType": {
1550
+ "location": "querystring",
1551
+ "locationName": "resourceType"
1552
+ }
1553
+ }
1554
+ },
1555
+ "output": {
1556
+ "type": "structure",
1557
+ "members": {}
1558
+ }
1559
+ },
1434
1560
  "SendDataToWirelessDevice": {
1435
1561
  "http": {
1436
1562
  "requestUri": "/wireless-devices/{Id}/data",
@@ -1590,6 +1716,28 @@
1590
1716
  "members": {}
1591
1717
  }
1592
1718
  },
1719
+ "UpdateLogLevelsByResourceTypes": {
1720
+ "http": {
1721
+ "requestUri": "/log-levels",
1722
+ "responseCode": 200
1723
+ },
1724
+ "input": {
1725
+ "type": "structure",
1726
+ "members": {
1727
+ "DefaultLogLevel": {},
1728
+ "WirelessDeviceLogOptions": {
1729
+ "shape": "S49"
1730
+ },
1731
+ "WirelessGatewayLogOptions": {
1732
+ "shape": "S43"
1733
+ }
1734
+ }
1735
+ },
1736
+ "output": {
1737
+ "type": "structure",
1738
+ "members": {}
1739
+ }
1740
+ },
1593
1741
  "UpdatePartnerAccount": {
1594
1742
  "http": {
1595
1743
  "method": "PATCH",
@@ -1890,7 +2038,63 @@
1890
2038
  "Station": {}
1891
2039
  }
1892
2040
  },
1893
- "S42": {
2041
+ "S43": {
2042
+ "type": "list",
2043
+ "member": {
2044
+ "type": "structure",
2045
+ "required": [
2046
+ "Type",
2047
+ "LogLevel"
2048
+ ],
2049
+ "members": {
2050
+ "Type": {},
2051
+ "LogLevel": {},
2052
+ "Events": {
2053
+ "type": "list",
2054
+ "member": {
2055
+ "type": "structure",
2056
+ "required": [
2057
+ "Event",
2058
+ "LogLevel"
2059
+ ],
2060
+ "members": {
2061
+ "Event": {},
2062
+ "LogLevel": {}
2063
+ }
2064
+ }
2065
+ }
2066
+ }
2067
+ }
2068
+ },
2069
+ "S49": {
2070
+ "type": "list",
2071
+ "member": {
2072
+ "type": "structure",
2073
+ "required": [
2074
+ "Type",
2075
+ "LogLevel"
2076
+ ],
2077
+ "members": {
2078
+ "Type": {},
2079
+ "LogLevel": {},
2080
+ "Events": {
2081
+ "type": "list",
2082
+ "member": {
2083
+ "type": "structure",
2084
+ "required": [
2085
+ "Event",
2086
+ "LogLevel"
2087
+ ],
2088
+ "members": {
2089
+ "Event": {},
2090
+ "LogLevel": {}
2091
+ }
2092
+ }
2093
+ }
2094
+ }
2095
+ }
2096
+ },
2097
+ "S4g": {
1894
2098
  "type": "structure",
1895
2099
  "members": {
1896
2100
  "AmazonId": {},
@@ -1901,7 +2105,7 @@
1901
2105
  "Arn": {}
1902
2106
  }
1903
2107
  },
1904
- "S53": {
2108
+ "S5l": {
1905
2109
  "type": "list",
1906
2110
  "member": {
1907
2111
  "type": "structure",