aws-sdk 2.637.0 → 2.641.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/CHANGELOG.md +23 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +437 -73
- package/apis/cognito-idp-2016-04-18.min.json +115 -112
- package/apis/ecs-2014-11-13.min.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +424 -95
- package/apis/elasticache-2015-02-02.paginators.json +6 -0
- package/apis/iot-2015-05-28.min.json +111 -100
- package/apis/lex-models-2017-04-19.min.json +116 -1
- package/apis/mediaconvert-2017-08-29.min.json +121 -62
- package/apis/redshift-2012-12-01.min.json +112 -60
- package/apis/s3control-2018-08-20.min.json +100 -4
- package/apis/securityhub-2018-10-26.min.json +198 -155
- package/apis/ssm-2014-11-06.min.json +182 -176
- package/buildspec.yml +22 -0
- package/clients/apigatewayv2.d.ts +378 -45
- package/clients/appconfig.d.ts +6 -6
- package/clients/cognitoidentityserviceprovider.d.ts +10 -6
- package/clients/ec2.d.ts +1 -1
- package/clients/ecs.d.ts +15 -7
- package/clients/efs.d.ts +3 -3
- package/clients/elasticache.d.ts +390 -15
- package/clients/iot.d.ts +18 -3
- package/clients/lexmodelbuildingservice.d.ts +99 -0
- package/clients/mediaconvert.d.ts +73 -3
- package/clients/redshift.d.ts +44 -2
- package/clients/s3control.d.ts +72 -0
- package/clients/securityhub.d.ts +85 -4
- package/clients/ssm.d.ts +15 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +1076 -548
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/package.json +1 -1
|
@@ -1254,6 +1254,33 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
|
+
"ListTagsForResource": {
|
|
1258
|
+
"http": {
|
|
1259
|
+
"method": "GET",
|
|
1260
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1261
|
+
"responseCode": 200
|
|
1262
|
+
},
|
|
1263
|
+
"input": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"required": [
|
|
1266
|
+
"resourceArn"
|
|
1267
|
+
],
|
|
1268
|
+
"members": {
|
|
1269
|
+
"resourceArn": {
|
|
1270
|
+
"location": "uri",
|
|
1271
|
+
"locationName": "resourceArn"
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"output": {
|
|
1276
|
+
"type": "structure",
|
|
1277
|
+
"members": {
|
|
1278
|
+
"tags": {
|
|
1279
|
+
"shape": "S4d"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1257
1284
|
"PutBot": {
|
|
1258
1285
|
"http": {
|
|
1259
1286
|
"method": "PUT",
|
|
@@ -1297,6 +1324,9 @@
|
|
|
1297
1324
|
},
|
|
1298
1325
|
"createVersion": {
|
|
1299
1326
|
"type": "boolean"
|
|
1327
|
+
},
|
|
1328
|
+
"tags": {
|
|
1329
|
+
"shape": "S4d"
|
|
1300
1330
|
}
|
|
1301
1331
|
}
|
|
1302
1332
|
},
|
|
@@ -1337,6 +1367,9 @@
|
|
|
1337
1367
|
},
|
|
1338
1368
|
"detectSentiment": {
|
|
1339
1369
|
"type": "boolean"
|
|
1370
|
+
},
|
|
1371
|
+
"tags": {
|
|
1372
|
+
"shape": "S4d"
|
|
1340
1373
|
}
|
|
1341
1374
|
}
|
|
1342
1375
|
}
|
|
@@ -1392,6 +1425,9 @@
|
|
|
1392
1425
|
},
|
|
1393
1426
|
"iamRoleArn": {}
|
|
1394
1427
|
}
|
|
1428
|
+
},
|
|
1429
|
+
"tags": {
|
|
1430
|
+
"shape": "S4d"
|
|
1395
1431
|
}
|
|
1396
1432
|
}
|
|
1397
1433
|
},
|
|
@@ -1411,6 +1447,9 @@
|
|
|
1411
1447
|
"checksum": {},
|
|
1412
1448
|
"conversationLogs": {
|
|
1413
1449
|
"shape": "S20"
|
|
1450
|
+
},
|
|
1451
|
+
"tags": {
|
|
1452
|
+
"shape": "S4d"
|
|
1414
1453
|
}
|
|
1415
1454
|
}
|
|
1416
1455
|
}
|
|
@@ -1582,7 +1621,10 @@
|
|
|
1582
1621
|
"type": "blob"
|
|
1583
1622
|
},
|
|
1584
1623
|
"resourceType": {},
|
|
1585
|
-
"mergeStrategy": {}
|
|
1624
|
+
"mergeStrategy": {},
|
|
1625
|
+
"tags": {
|
|
1626
|
+
"shape": "S4d"
|
|
1627
|
+
}
|
|
1586
1628
|
}
|
|
1587
1629
|
},
|
|
1588
1630
|
"output": {
|
|
@@ -1593,11 +1635,70 @@
|
|
|
1593
1635
|
"mergeStrategy": {},
|
|
1594
1636
|
"importId": {},
|
|
1595
1637
|
"importStatus": {},
|
|
1638
|
+
"tags": {
|
|
1639
|
+
"shape": "S4d"
|
|
1640
|
+
},
|
|
1596
1641
|
"createdDate": {
|
|
1597
1642
|
"type": "timestamp"
|
|
1598
1643
|
}
|
|
1599
1644
|
}
|
|
1600
1645
|
}
|
|
1646
|
+
},
|
|
1647
|
+
"TagResource": {
|
|
1648
|
+
"http": {
|
|
1649
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1650
|
+
"responseCode": 204
|
|
1651
|
+
},
|
|
1652
|
+
"input": {
|
|
1653
|
+
"type": "structure",
|
|
1654
|
+
"required": [
|
|
1655
|
+
"resourceArn",
|
|
1656
|
+
"tags"
|
|
1657
|
+
],
|
|
1658
|
+
"members": {
|
|
1659
|
+
"resourceArn": {
|
|
1660
|
+
"location": "uri",
|
|
1661
|
+
"locationName": "resourceArn"
|
|
1662
|
+
},
|
|
1663
|
+
"tags": {
|
|
1664
|
+
"shape": "S4d"
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"output": {
|
|
1669
|
+
"type": "structure",
|
|
1670
|
+
"members": {}
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
"UntagResource": {
|
|
1674
|
+
"http": {
|
|
1675
|
+
"method": "DELETE",
|
|
1676
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1677
|
+
"responseCode": 204
|
|
1678
|
+
},
|
|
1679
|
+
"input": {
|
|
1680
|
+
"type": "structure",
|
|
1681
|
+
"required": [
|
|
1682
|
+
"resourceArn",
|
|
1683
|
+
"tagKeys"
|
|
1684
|
+
],
|
|
1685
|
+
"members": {
|
|
1686
|
+
"resourceArn": {
|
|
1687
|
+
"location": "uri",
|
|
1688
|
+
"locationName": "resourceArn"
|
|
1689
|
+
},
|
|
1690
|
+
"tagKeys": {
|
|
1691
|
+
"location": "querystring",
|
|
1692
|
+
"locationName": "tagKeys",
|
|
1693
|
+
"type": "list",
|
|
1694
|
+
"member": {}
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"output": {
|
|
1699
|
+
"type": "structure",
|
|
1700
|
+
"members": {}
|
|
1701
|
+
}
|
|
1601
1702
|
}
|
|
1602
1703
|
},
|
|
1603
1704
|
"shapes": {
|
|
@@ -1844,6 +1945,20 @@
|
|
|
1844
1945
|
"version": {}
|
|
1845
1946
|
}
|
|
1846
1947
|
}
|
|
1948
|
+
},
|
|
1949
|
+
"S4d": {
|
|
1950
|
+
"type": "list",
|
|
1951
|
+
"member": {
|
|
1952
|
+
"type": "structure",
|
|
1953
|
+
"required": [
|
|
1954
|
+
"key",
|
|
1955
|
+
"value"
|
|
1956
|
+
],
|
|
1957
|
+
"members": {
|
|
1958
|
+
"key": {},
|
|
1959
|
+
"value": {}
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1847
1962
|
}
|
|
1848
1963
|
}
|
|
1849
1964
|
}
|