@aws-sdk/client-appfabric 3.775.0 → 3.777.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/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +1 -0
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAppBundleCommand.d.ts +1 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIngestionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +1 -0
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/GetAppBundleCommand.d.ts +1 -0
- package/dist-types/commands/GetIngestionCommand.d.ts +1 -0
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +1 -0
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAppBundlesCommand.d.ts +1 -0
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/StartIngestionCommand.d.ts +1 -0
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +1 -0
- package/dist-types/commands/StopIngestionCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -93,6 +93,7 @@ declare const BatchGetUserAccessTasksCommand_base: {
|
|
|
93
93
|
* @throws {@link AppFabricServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ConnectAppAuthorizationCommand_base: {
|
|
|
86
86
|
* @throws {@link AppFabricServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CreateAppAuthorizationCommand_base: {
|
|
|
113
113
|
* @throws {@link AppFabricServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const CreateAppBundleCommand_base: {
|
|
|
83
83
|
* @throws {@link AppFabricServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateIngestionCommand_base: {
|
|
|
92
92
|
* @throws {@link AppFabricServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const CreateIngestionDestinationCommand_base: {
|
|
|
127
127
|
* @throws {@link AppFabricServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class CreateIngestionDestinationCommand extends CreateIngestionDestinationCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteAppAuthorizationCommand_base: {
|
|
|
70
70
|
* @throws {@link AppFabricServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteAppAuthorizationCommand extends DeleteAppAuthorizationCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteAppBundleCommand_base: {
|
|
|
69
69
|
* @throws {@link AppFabricServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteAppBundleCommand extends DeleteAppBundleCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteIngestionCommand_base: {
|
|
|
70
70
|
* @throws {@link AppFabricServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteIngestionCommand extends DeleteIngestionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteIngestionDestinationCommand_base: {
|
|
|
74
74
|
* @throws {@link AppFabricServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteIngestionDestinationCommand extends DeleteIngestionDestinationCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetAppAuthorizationCommand_base: {
|
|
|
85
85
|
* @throws {@link AppFabricServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetAppAuthorizationCommand extends GetAppAuthorizationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetAppBundleCommand_base: {
|
|
|
73
73
|
* @throws {@link AppFabricServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetAppBundleCommand extends GetAppBundleCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetIngestionCommand_base: {
|
|
|
80
80
|
* @throws {@link AppFabricServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetIngestionCommand extends GetIngestionCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const GetIngestionDestinationCommand_base: {
|
|
|
98
98
|
* @throws {@link AppFabricServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetIngestionDestinationCommand extends GetIngestionDestinationCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListAppAuthorizationsCommand_base: {
|
|
|
85
85
|
* @throws {@link AppFabricServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListAppAuthorizationsCommand extends ListAppAuthorizationsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListAppBundlesCommand_base: {
|
|
|
73
73
|
* @throws {@link AppFabricServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListAppBundlesCommand extends ListAppBundlesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListIngestionDestinationsCommand_base: {
|
|
|
78
78
|
* @throws {@link AppFabricServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListIngestionDestinationsCommand extends ListIngestionDestinationsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListIngestionsCommand_base: {
|
|
|
80
80
|
* @throws {@link AppFabricServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link AppFabricServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const StartIngestionCommand_base: {
|
|
|
72
72
|
* @throws {@link AppFabricServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class StartIngestionCommand extends StartIngestionCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const StartUserAccessTasksCommand_base: {
|
|
|
83
83
|
* @throws {@link AppFabricServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class StartUserAccessTasksCommand extends StartUserAccessTasksCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const StopIngestionCommand_base: {
|
|
|
72
72
|
* @throws {@link AppFabricServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class StopIngestionCommand extends StopIngestionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link AppFabricServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link AppFabricServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateAppAuthorizationCommand_base: {
|
|
|
101
101
|
* @throws {@link AppFabricServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateAppAuthorizationCommand extends UpdateAppAuthorizationCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const UpdateIngestionDestinationCommand_base: {
|
|
|
118
118
|
* @throws {@link AppFabricServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from AppFabric service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class UpdateIngestionDestinationCommand extends UpdateIngestionDestinationCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appfabric",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appfabric",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|