aws-sdk 2.624.0 → 2.628.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 +24 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/eventbridge-2015-10-07.min.json +8 -5
- package/apis/events-2015-10-07.min.json +8 -5
- package/apis/fsx-2018-03-01.min.json +28 -19
- package/apis/globalaccelerator-2018-08-08.min.json +235 -30
- package/apis/kafka-2018-11-14.min.json +118 -37
- package/apis/lightsail-2016-11-28.min.json +368 -110
- package/apis/outposts-2019-12-03.min.json +44 -0
- package/apis/sagemaker-2017-07-24.min.json +163 -147
- package/apis/securityhub-2018-10-26.min.json +19 -15
- package/apis/snowball-2016-06-30.min.json +36 -13
- package/apis/states-2016-11-23.min.json +3 -0
- package/apis/transcribe-2017-10-26.min.json +23 -2
- package/clients/cloudwatchevents.d.ts +115 -111
- package/clients/docdb.d.ts +5 -5
- package/clients/ec2.d.ts +7 -7
- package/clients/eventbridge.d.ts +117 -113
- package/clients/fsx.d.ts +30 -7
- package/clients/globalaccelerator.d.ts +240 -23
- package/clients/iotevents.d.ts +22 -22
- package/clients/kafka.d.ts +25 -0
- package/clients/lightsail.d.ts +492 -130
- package/clients/outposts.d.ts +26 -0
- package/clients/sagemaker.d.ts +47 -28
- package/clients/secretsmanager.d.ts +7 -1
- package/clients/securityhub.d.ts +31 -25
- package/clients/snowball.d.ts +32 -3
- package/clients/stepfunctions.d.ts +36 -38
- package/clients/transcribeservice.d.ts +33 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +13 -9
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/lib/s3/managed_upload.js +1 -1
- package/package.json +2 -2
|
@@ -39,6 +39,50 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"DeleteOutpost": {
|
|
43
|
+
"http": {
|
|
44
|
+
"method": "DELETE",
|
|
45
|
+
"requestUri": "/outposts/{OutpostId}"
|
|
46
|
+
},
|
|
47
|
+
"input": {
|
|
48
|
+
"type": "structure",
|
|
49
|
+
"required": [
|
|
50
|
+
"OutpostId"
|
|
51
|
+
],
|
|
52
|
+
"members": {
|
|
53
|
+
"OutpostId": {
|
|
54
|
+
"location": "uri",
|
|
55
|
+
"locationName": "OutpostId"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"output": {
|
|
60
|
+
"type": "structure",
|
|
61
|
+
"members": {}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"DeleteSite": {
|
|
65
|
+
"http": {
|
|
66
|
+
"method": "DELETE",
|
|
67
|
+
"requestUri": "/sites/{SiteId}"
|
|
68
|
+
},
|
|
69
|
+
"input": {
|
|
70
|
+
"type": "structure",
|
|
71
|
+
"required": [
|
|
72
|
+
"SiteId"
|
|
73
|
+
],
|
|
74
|
+
"members": {
|
|
75
|
+
"SiteId": {
|
|
76
|
+
"location": "uri",
|
|
77
|
+
"locationName": "SiteId"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"output": {
|
|
82
|
+
"type": "structure",
|
|
83
|
+
"members": {}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
42
86
|
"GetOutpost": {
|
|
43
87
|
"http": {
|
|
44
88
|
"method": "GET",
|