@aws-sdk/client-ssm-sap 3.369.0 → 3.373.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 +8 -0
- package/dist-cjs/SsmSap.js +2 -0
- package/dist-cjs/commands/StartApplicationRefreshCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +40 -1
- package/dist-cjs/protocols/Aws_restJson1.js +79 -1
- package/dist-es/SsmSap.js +2 -0
- package/dist-es/commands/StartApplicationRefreshCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +39 -0
- package/dist-es/protocols/Aws_restJson1.js +76 -0
- package/dist-types/SsmSap.d.ts +7 -0
- package/dist-types/SsmSapClient.d.ts +3 -2
- package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -2
- package/dist-types/commands/GetComponentCommand.d.ts +27 -3
- package/dist-types/commands/GetDatabaseCommand.d.ts +3 -3
- package/dist-types/commands/GetOperationCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePermissionCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePermissionCommand.d.ts +1 -1
- package/dist-types/commands/RegisterApplicationCommand.d.ts +5 -4
- package/dist-types/commands/StartApplicationRefreshCommand.d.ts +85 -0
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +9 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +228 -13
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/SsmSap.d.ts +17 -0
- package/dist-types/ts3.4/SsmSapClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +82 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +16 -17
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
RegisterApplicationCommandInput,
|
|
60
60
|
RegisterApplicationCommandOutput,
|
|
61
61
|
} from "../commands/RegisterApplicationCommand";
|
|
62
|
+
import {
|
|
63
|
+
StartApplicationRefreshCommandInput,
|
|
64
|
+
StartApplicationRefreshCommandOutput,
|
|
65
|
+
} from "../commands/StartApplicationRefreshCommand";
|
|
62
66
|
import {
|
|
63
67
|
TagResourceCommandInput,
|
|
64
68
|
TagResourceCommandOutput,
|
|
@@ -127,6 +131,10 @@ export declare const se_RegisterApplicationCommand: (
|
|
|
127
131
|
input: RegisterApplicationCommandInput,
|
|
128
132
|
context: __SerdeContext
|
|
129
133
|
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const se_StartApplicationRefreshCommand: (
|
|
135
|
+
input: StartApplicationRefreshCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
130
138
|
export declare const se_TagResourceCommand: (
|
|
131
139
|
input: TagResourceCommandInput,
|
|
132
140
|
context: __SerdeContext
|
|
@@ -195,6 +203,10 @@ export declare const de_RegisterApplicationCommand: (
|
|
|
195
203
|
output: __HttpResponse,
|
|
196
204
|
context: __SerdeContext
|
|
197
205
|
) => Promise<RegisterApplicationCommandOutput>;
|
|
206
|
+
export declare const de_StartApplicationRefreshCommand: (
|
|
207
|
+
output: __HttpResponse,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<StartApplicationRefreshCommandOutput>;
|
|
198
210
|
export declare const de_TagResourceCommand: (
|
|
199
211
|
output: __HttpResponse,
|
|
200
212
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-sap",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.373.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,29 +21,29 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.370.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.370.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.370.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.370.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.370.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.370.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.370.0",
|
|
31
|
+
"@aws-sdk/types": "3.370.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.370.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.370.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.370.0",
|
|
35
35
|
"@smithy/config-resolver": "^1.0.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
37
|
"@smithy/hash-node": "^1.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^1.0.
|
|
41
|
-
"@smithy/middleware-retry": "^1.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.2",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.3",
|
|
42
42
|
"@smithy/middleware-serde": "^1.0.1",
|
|
43
43
|
"@smithy/middleware-stack": "^1.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^1.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^1.0.2",
|
|
46
|
-
"@smithy/protocol-http": "^1.0
|
|
46
|
+
"@smithy/protocol-http": "^1.1.0",
|
|
47
47
|
"@smithy/smithy-client": "^1.0.3",
|
|
48
48
|
"@smithy/types": "^1.1.0",
|
|
49
49
|
"@smithy/url-parser": "^1.0.1",
|
|
@@ -52,12 +52,11 @@
|
|
|
52
52
|
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
53
|
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
-
"@smithy/util-retry": "^1.0.
|
|
55
|
+
"@smithy/util-retry": "^1.0.3",
|
|
56
56
|
"@smithy/util-utf8": "^1.0.1",
|
|
57
57
|
"tslib": "^2.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
61
60
|
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
62
61
|
"@tsconfig/node14": "1.0.3",
|
|
63
62
|
"@types/node": "^14.14.31",
|