@aws-sdk/client-serverlessapplicationrepository 3.306.0 → 3.310.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 (33) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
  3. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  6. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/GetApplicationPolicyCommand.js +2 -2
  8. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/ListApplicationDependenciesCommand.js +2 -2
  10. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  11. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  12. package/dist-cjs/commands/PutApplicationPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/UnshareApplicationCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  15. package/dist-cjs/protocols/Aws_restJson1.js +227 -245
  16. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  17. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
  18. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +3 -3
  19. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +3 -3
  20. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  21. package/dist-es/commands/GetApplicationCommand.js +3 -3
  22. package/dist-es/commands/GetApplicationPolicyCommand.js +3 -3
  23. package/dist-es/commands/GetCloudFormationTemplateCommand.js +3 -3
  24. package/dist-es/commands/ListApplicationDependenciesCommand.js +3 -3
  25. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  26. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  27. package/dist-es/commands/PutApplicationPolicyCommand.js +3 -3
  28. package/dist-es/commands/UnshareApplicationCommand.js +3 -3
  29. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  30. package/dist-es/protocols/Aws_restJson1.js +198 -216
  31. package/dist-types/protocols/Aws_restJson1.d.ts +112 -28
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +28 -28
  33. package/package.json +35 -35
@@ -14,31 +14,115 @@ import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutp
14
14
  import { PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput } from "../commands/PutApplicationPolicyCommand";
15
15
  import { UnshareApplicationCommandInput, UnshareApplicationCommandOutput } from "../commands/UnshareApplicationCommand";
16
16
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
17
- export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1CreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1CreateCloudFormationChangeSetCommand: (input: CreateCloudFormationChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1CreateCloudFormationTemplateCommand: (input: CreateCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_restJson1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1GetApplicationPolicyCommand: (input: GetApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1GetCloudFormationTemplateCommand: (input: GetCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1ListApplicationDependenciesCommand: (input: ListApplicationDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1PutApplicationPolicyCommand: (input: PutApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1UnshareApplicationCommand: (input: UnshareApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const deserializeAws_restJson1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
32
- export declare const deserializeAws_restJson1CreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
33
- export declare const deserializeAws_restJson1CreateCloudFormationChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationChangeSetCommandOutput>;
34
- export declare const deserializeAws_restJson1CreateCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationTemplateCommandOutput>;
35
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
36
- export declare const deserializeAws_restJson1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
37
- export declare const deserializeAws_restJson1GetApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationPolicyCommandOutput>;
38
- export declare const deserializeAws_restJson1GetCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFormationTemplateCommandOutput>;
39
- export declare const deserializeAws_restJson1ListApplicationDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDependenciesCommandOutput>;
40
- export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
41
- export declare const deserializeAws_restJson1ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
42
- export declare const deserializeAws_restJson1PutApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApplicationPolicyCommandOutput>;
43
- export declare const deserializeAws_restJson1UnshareApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnshareApplicationCommandOutput>;
44
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
17
+ /**
18
+ * serializeAws_restJson1CreateApplicationCommand
19
+ */
20
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
+ /**
22
+ * serializeAws_restJson1CreateApplicationVersionCommand
23
+ */
24
+ export declare const se_CreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
+ /**
26
+ * serializeAws_restJson1CreateCloudFormationChangeSetCommand
27
+ */
28
+ export declare const se_CreateCloudFormationChangeSetCommand: (input: CreateCloudFormationChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ /**
30
+ * serializeAws_restJson1CreateCloudFormationTemplateCommand
31
+ */
32
+ export declare const se_CreateCloudFormationTemplateCommand: (input: CreateCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_restJson1DeleteApplicationCommand
35
+ */
36
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1GetApplicationCommand
39
+ */
40
+ export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1GetApplicationPolicyCommand
43
+ */
44
+ export declare const se_GetApplicationPolicyCommand: (input: GetApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1GetCloudFormationTemplateCommand
47
+ */
48
+ export declare const se_GetCloudFormationTemplateCommand: (input: GetCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1ListApplicationDependenciesCommand
51
+ */
52
+ export declare const se_ListApplicationDependenciesCommand: (input: ListApplicationDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1ListApplicationsCommand
55
+ */
56
+ export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1ListApplicationVersionsCommand
59
+ */
60
+ export declare const se_ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1PutApplicationPolicyCommand
63
+ */
64
+ export declare const se_PutApplicationPolicyCommand: (input: PutApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1UnshareApplicationCommand
67
+ */
68
+ export declare const se_UnshareApplicationCommand: (input: UnshareApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1UpdateApplicationCommand
71
+ */
72
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * deserializeAws_restJson1CreateApplicationCommand
75
+ */
76
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
77
+ /**
78
+ * deserializeAws_restJson1CreateApplicationVersionCommand
79
+ */
80
+ export declare const de_CreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
81
+ /**
82
+ * deserializeAws_restJson1CreateCloudFormationChangeSetCommand
83
+ */
84
+ export declare const de_CreateCloudFormationChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationChangeSetCommandOutput>;
85
+ /**
86
+ * deserializeAws_restJson1CreateCloudFormationTemplateCommand
87
+ */
88
+ export declare const de_CreateCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationTemplateCommandOutput>;
89
+ /**
90
+ * deserializeAws_restJson1DeleteApplicationCommand
91
+ */
92
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
93
+ /**
94
+ * deserializeAws_restJson1GetApplicationCommand
95
+ */
96
+ export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
97
+ /**
98
+ * deserializeAws_restJson1GetApplicationPolicyCommand
99
+ */
100
+ export declare const de_GetApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationPolicyCommandOutput>;
101
+ /**
102
+ * deserializeAws_restJson1GetCloudFormationTemplateCommand
103
+ */
104
+ export declare const de_GetCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFormationTemplateCommandOutput>;
105
+ /**
106
+ * deserializeAws_restJson1ListApplicationDependenciesCommand
107
+ */
108
+ export declare const de_ListApplicationDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDependenciesCommandOutput>;
109
+ /**
110
+ * deserializeAws_restJson1ListApplicationsCommand
111
+ */
112
+ export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
113
+ /**
114
+ * deserializeAws_restJson1ListApplicationVersionsCommand
115
+ */
116
+ export declare const de_ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
117
+ /**
118
+ * deserializeAws_restJson1PutApplicationPolicyCommand
119
+ */
120
+ export declare const de_PutApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApplicationPolicyCommandOutput>;
121
+ /**
122
+ * deserializeAws_restJson1UnshareApplicationCommand
123
+ */
124
+ export declare const de_UnshareApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnshareApplicationCommandOutput>;
125
+ /**
126
+ * deserializeAws_restJson1UpdateApplicationCommand
127
+ */
128
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -59,115 +59,115 @@ import {
59
59
  UpdateApplicationCommandInput,
60
60
  UpdateApplicationCommandOutput,
61
61
  } from "../commands/UpdateApplicationCommand";
62
- export declare const serializeAws_restJson1CreateApplicationCommand: (
62
+ export declare const se_CreateApplicationCommand: (
63
63
  input: CreateApplicationCommandInput,
64
64
  context: __SerdeContext
65
65
  ) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1CreateApplicationVersionCommand: (
66
+ export declare const se_CreateApplicationVersionCommand: (
67
67
  input: CreateApplicationVersionCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateCloudFormationChangeSetCommand: (
70
+ export declare const se_CreateCloudFormationChangeSetCommand: (
71
71
  input: CreateCloudFormationChangeSetCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateCloudFormationTemplateCommand: (
74
+ export declare const se_CreateCloudFormationTemplateCommand: (
75
75
  input: CreateCloudFormationTemplateCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeleteApplicationCommand: (
78
+ export declare const se_DeleteApplicationCommand: (
79
79
  input: DeleteApplicationCommandInput,
80
80
  context: __SerdeContext
81
81
  ) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetApplicationCommand: (
82
+ export declare const se_GetApplicationCommand: (
83
83
  input: GetApplicationCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1GetApplicationPolicyCommand: (
86
+ export declare const se_GetApplicationPolicyCommand: (
87
87
  input: GetApplicationPolicyCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1GetCloudFormationTemplateCommand: (
90
+ export declare const se_GetCloudFormationTemplateCommand: (
91
91
  input: GetCloudFormationTemplateCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1ListApplicationDependenciesCommand: (
94
+ export declare const se_ListApplicationDependenciesCommand: (
95
95
  input: ListApplicationDependenciesCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1ListApplicationsCommand: (
98
+ export declare const se_ListApplicationsCommand: (
99
99
  input: ListApplicationsCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListApplicationVersionsCommand: (
102
+ export declare const se_ListApplicationVersionsCommand: (
103
103
  input: ListApplicationVersionsCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1PutApplicationPolicyCommand: (
106
+ export declare const se_PutApplicationPolicyCommand: (
107
107
  input: PutApplicationPolicyCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1UnshareApplicationCommand: (
110
+ export declare const se_UnshareApplicationCommand: (
111
111
  input: UnshareApplicationCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1UpdateApplicationCommand: (
114
+ export declare const se_UpdateApplicationCommand: (
115
115
  input: UpdateApplicationCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const deserializeAws_restJson1CreateApplicationCommand: (
118
+ export declare const de_CreateApplicationCommand: (
119
119
  output: __HttpResponse,
120
120
  context: __SerdeContext
121
121
  ) => Promise<CreateApplicationCommandOutput>;
122
- export declare const deserializeAws_restJson1CreateApplicationVersionCommand: (
122
+ export declare const de_CreateApplicationVersionCommand: (
123
123
  output: __HttpResponse,
124
124
  context: __SerdeContext
125
125
  ) => Promise<CreateApplicationVersionCommandOutput>;
126
- export declare const deserializeAws_restJson1CreateCloudFormationChangeSetCommand: (
126
+ export declare const de_CreateCloudFormationChangeSetCommand: (
127
127
  output: __HttpResponse,
128
128
  context: __SerdeContext
129
129
  ) => Promise<CreateCloudFormationChangeSetCommandOutput>;
130
- export declare const deserializeAws_restJson1CreateCloudFormationTemplateCommand: (
130
+ export declare const de_CreateCloudFormationTemplateCommand: (
131
131
  output: __HttpResponse,
132
132
  context: __SerdeContext
133
133
  ) => Promise<CreateCloudFormationTemplateCommandOutput>;
134
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (
134
+ export declare const de_DeleteApplicationCommand: (
135
135
  output: __HttpResponse,
136
136
  context: __SerdeContext
137
137
  ) => Promise<DeleteApplicationCommandOutput>;
138
- export declare const deserializeAws_restJson1GetApplicationCommand: (
138
+ export declare const de_GetApplicationCommand: (
139
139
  output: __HttpResponse,
140
140
  context: __SerdeContext
141
141
  ) => Promise<GetApplicationCommandOutput>;
142
- export declare const deserializeAws_restJson1GetApplicationPolicyCommand: (
142
+ export declare const de_GetApplicationPolicyCommand: (
143
143
  output: __HttpResponse,
144
144
  context: __SerdeContext
145
145
  ) => Promise<GetApplicationPolicyCommandOutput>;
146
- export declare const deserializeAws_restJson1GetCloudFormationTemplateCommand: (
146
+ export declare const de_GetCloudFormationTemplateCommand: (
147
147
  output: __HttpResponse,
148
148
  context: __SerdeContext
149
149
  ) => Promise<GetCloudFormationTemplateCommandOutput>;
150
- export declare const deserializeAws_restJson1ListApplicationDependenciesCommand: (
150
+ export declare const de_ListApplicationDependenciesCommand: (
151
151
  output: __HttpResponse,
152
152
  context: __SerdeContext
153
153
  ) => Promise<ListApplicationDependenciesCommandOutput>;
154
- export declare const deserializeAws_restJson1ListApplicationsCommand: (
154
+ export declare const de_ListApplicationsCommand: (
155
155
  output: __HttpResponse,
156
156
  context: __SerdeContext
157
157
  ) => Promise<ListApplicationsCommandOutput>;
158
- export declare const deserializeAws_restJson1ListApplicationVersionsCommand: (
158
+ export declare const de_ListApplicationVersionsCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<ListApplicationVersionsCommandOutput>;
162
- export declare const deserializeAws_restJson1PutApplicationPolicyCommand: (
162
+ export declare const de_PutApplicationPolicyCommand: (
163
163
  output: __HttpResponse,
164
164
  context: __SerdeContext
165
165
  ) => Promise<PutApplicationPolicyCommandOutput>;
166
- export declare const deserializeAws_restJson1UnshareApplicationCommand: (
166
+ export declare const de_UnshareApplicationCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<UnshareApplicationCommandOutput>;
170
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (
170
+ export declare const de_UpdateApplicationCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<UpdateApplicationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-serverlessapplicationrepository",
3
3
  "description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.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,42 +21,42 @@
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.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",