@aws-sdk/client-route53profiles 3.927.0 → 3.929.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 (37) hide show
  1. package/dist-cjs/index.js +671 -805
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/Route53ProfilesClient.js +2 -0
  4. package/dist-es/commands/AssociateProfileCommand.js +3 -9
  5. package/dist-es/commands/AssociateResourceToProfileCommand.js +3 -9
  6. package/dist-es/commands/CreateProfileCommand.js +3 -9
  7. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  8. package/dist-es/commands/DisassociateProfileCommand.js +3 -9
  9. package/dist-es/commands/DisassociateResourceFromProfileCommand.js +3 -9
  10. package/dist-es/commands/GetProfileAssociationCommand.js +3 -9
  11. package/dist-es/commands/GetProfileCommand.js +3 -9
  12. package/dist-es/commands/GetProfileResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/ListProfileAssociationsCommand.js +3 -9
  14. package/dist-es/commands/ListProfileResourceAssociationsCommand.js +3 -9
  15. package/dist-es/commands/ListProfilesCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateProfileResourceAssociationCommand.js +3 -9
  20. package/dist-es/runtimeConfig.shared.js +2 -0
  21. package/dist-es/schemas/schemas_0.js +622 -0
  22. package/dist-types/Route53ProfilesClient.d.ts +10 -1
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +72 -0
  28. package/dist-types/ts3.4/Route53ProfilesClient.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -0
  34. package/package.json +5 -6
  35. package/dist-es/protocols/Aws_restJson1.js +0 -676
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
@@ -1,146 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateProfileCommandInput, AssociateProfileCommandOutput } from "../commands/AssociateProfileCommand";
4
- import { AssociateResourceToProfileCommandInput, AssociateResourceToProfileCommandOutput } from "../commands/AssociateResourceToProfileCommand";
5
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
6
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
7
- import { DisassociateProfileCommandInput, DisassociateProfileCommandOutput } from "../commands/DisassociateProfileCommand";
8
- import { DisassociateResourceFromProfileCommandInput, DisassociateResourceFromProfileCommandOutput } from "../commands/DisassociateResourceFromProfileCommand";
9
- import { GetProfileAssociationCommandInput, GetProfileAssociationCommandOutput } from "../commands/GetProfileAssociationCommand";
10
- import { GetProfileCommandInput, GetProfileCommandOutput } from "../commands/GetProfileCommand";
11
- import { GetProfileResourceAssociationCommandInput, GetProfileResourceAssociationCommandOutput } from "../commands/GetProfileResourceAssociationCommand";
12
- import { ListProfileAssociationsCommandInput, ListProfileAssociationsCommandOutput } from "../commands/ListProfileAssociationsCommand";
13
- import { ListProfileResourceAssociationsCommandInput, ListProfileResourceAssociationsCommandOutput } from "../commands/ListProfileResourceAssociationsCommand";
14
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
15
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
18
- import { UpdateProfileResourceAssociationCommandInput, UpdateProfileResourceAssociationCommandOutput } from "../commands/UpdateProfileResourceAssociationCommand";
19
- /**
20
- * serializeAws_restJson1AssociateProfileCommand
21
- */
22
- export declare const se_AssociateProfileCommand: (input: AssociateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * serializeAws_restJson1AssociateResourceToProfileCommand
25
- */
26
- export declare const se_AssociateResourceToProfileCommand: (input: AssociateResourceToProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_restJson1CreateProfileCommand
29
- */
30
- export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_restJson1DeleteProfileCommand
33
- */
34
- export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_restJson1DisassociateProfileCommand
37
- */
38
- export declare const se_DisassociateProfileCommand: (input: DisassociateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1DisassociateResourceFromProfileCommand
41
- */
42
- export declare const se_DisassociateResourceFromProfileCommand: (input: DisassociateResourceFromProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1GetProfileCommand
45
- */
46
- export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1GetProfileAssociationCommand
49
- */
50
- export declare const se_GetProfileAssociationCommand: (input: GetProfileAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1GetProfileResourceAssociationCommand
53
- */
54
- export declare const se_GetProfileResourceAssociationCommand: (input: GetProfileResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1ListProfileAssociationsCommand
57
- */
58
- export declare const se_ListProfileAssociationsCommand: (input: ListProfileAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1ListProfileResourceAssociationsCommand
61
- */
62
- export declare const se_ListProfileResourceAssociationsCommand: (input: ListProfileResourceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1ListProfilesCommand
65
- */
66
- export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1ListTagsForResourceCommand
69
- */
70
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1TagResourceCommand
73
- */
74
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1UntagResourceCommand
77
- */
78
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1UpdateProfileResourceAssociationCommand
81
- */
82
- export declare const se_UpdateProfileResourceAssociationCommand: (input: UpdateProfileResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * deserializeAws_restJson1AssociateProfileCommand
85
- */
86
- export declare const de_AssociateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProfileCommandOutput>;
87
- /**
88
- * deserializeAws_restJson1AssociateResourceToProfileCommand
89
- */
90
- export declare const de_AssociateResourceToProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceToProfileCommandOutput>;
91
- /**
92
- * deserializeAws_restJson1CreateProfileCommand
93
- */
94
- export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
95
- /**
96
- * deserializeAws_restJson1DeleteProfileCommand
97
- */
98
- export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
99
- /**
100
- * deserializeAws_restJson1DisassociateProfileCommand
101
- */
102
- export declare const de_DisassociateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateProfileCommandOutput>;
103
- /**
104
- * deserializeAws_restJson1DisassociateResourceFromProfileCommand
105
- */
106
- export declare const de_DisassociateResourceFromProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceFromProfileCommandOutput>;
107
- /**
108
- * deserializeAws_restJson1GetProfileCommand
109
- */
110
- export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
111
- /**
112
- * deserializeAws_restJson1GetProfileAssociationCommand
113
- */
114
- export declare const de_GetProfileAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileAssociationCommandOutput>;
115
- /**
116
- * deserializeAws_restJson1GetProfileResourceAssociationCommand
117
- */
118
- export declare const de_GetProfileResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileResourceAssociationCommandOutput>;
119
- /**
120
- * deserializeAws_restJson1ListProfileAssociationsCommand
121
- */
122
- export declare const de_ListProfileAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileAssociationsCommandOutput>;
123
- /**
124
- * deserializeAws_restJson1ListProfileResourceAssociationsCommand
125
- */
126
- export declare const de_ListProfileResourceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileResourceAssociationsCommandOutput>;
127
- /**
128
- * deserializeAws_restJson1ListProfilesCommand
129
- */
130
- export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
131
- /**
132
- * deserializeAws_restJson1ListTagsForResourceCommand
133
- */
134
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
135
- /**
136
- * deserializeAws_restJson1TagResourceCommand
137
- */
138
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
139
- /**
140
- * deserializeAws_restJson1UntagResourceCommand
141
- */
142
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
- /**
144
- * deserializeAws_restJson1UpdateProfileResourceAssociationCommand
145
- */
146
- export declare const de_UpdateProfileResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileResourceAssociationCommandOutput>;
@@ -1,197 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateProfileCommandInput,
8
- AssociateProfileCommandOutput,
9
- } from "../commands/AssociateProfileCommand";
10
- import {
11
- AssociateResourceToProfileCommandInput,
12
- AssociateResourceToProfileCommandOutput,
13
- } from "../commands/AssociateResourceToProfileCommand";
14
- import {
15
- CreateProfileCommandInput,
16
- CreateProfileCommandOutput,
17
- } from "../commands/CreateProfileCommand";
18
- import {
19
- DeleteProfileCommandInput,
20
- DeleteProfileCommandOutput,
21
- } from "../commands/DeleteProfileCommand";
22
- import {
23
- DisassociateProfileCommandInput,
24
- DisassociateProfileCommandOutput,
25
- } from "../commands/DisassociateProfileCommand";
26
- import {
27
- DisassociateResourceFromProfileCommandInput,
28
- DisassociateResourceFromProfileCommandOutput,
29
- } from "../commands/DisassociateResourceFromProfileCommand";
30
- import {
31
- GetProfileAssociationCommandInput,
32
- GetProfileAssociationCommandOutput,
33
- } from "../commands/GetProfileAssociationCommand";
34
- import {
35
- GetProfileCommandInput,
36
- GetProfileCommandOutput,
37
- } from "../commands/GetProfileCommand";
38
- import {
39
- GetProfileResourceAssociationCommandInput,
40
- GetProfileResourceAssociationCommandOutput,
41
- } from "../commands/GetProfileResourceAssociationCommand";
42
- import {
43
- ListProfileAssociationsCommandInput,
44
- ListProfileAssociationsCommandOutput,
45
- } from "../commands/ListProfileAssociationsCommand";
46
- import {
47
- ListProfileResourceAssociationsCommandInput,
48
- ListProfileResourceAssociationsCommandOutput,
49
- } from "../commands/ListProfileResourceAssociationsCommand";
50
- import {
51
- ListProfilesCommandInput,
52
- ListProfilesCommandOutput,
53
- } from "../commands/ListProfilesCommand";
54
- import {
55
- ListTagsForResourceCommandInput,
56
- ListTagsForResourceCommandOutput,
57
- } from "../commands/ListTagsForResourceCommand";
58
- import {
59
- TagResourceCommandInput,
60
- TagResourceCommandOutput,
61
- } from "../commands/TagResourceCommand";
62
- import {
63
- UntagResourceCommandInput,
64
- UntagResourceCommandOutput,
65
- } from "../commands/UntagResourceCommand";
66
- import {
67
- UpdateProfileResourceAssociationCommandInput,
68
- UpdateProfileResourceAssociationCommandOutput,
69
- } from "../commands/UpdateProfileResourceAssociationCommand";
70
- export declare const se_AssociateProfileCommand: (
71
- input: AssociateProfileCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_AssociateResourceToProfileCommand: (
75
- input: AssociateResourceToProfileCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_CreateProfileCommand: (
79
- input: CreateProfileCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_DeleteProfileCommand: (
83
- input: DeleteProfileCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_DisassociateProfileCommand: (
87
- input: DisassociateProfileCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_DisassociateResourceFromProfileCommand: (
91
- input: DisassociateResourceFromProfileCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_GetProfileCommand: (
95
- input: GetProfileCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_GetProfileAssociationCommand: (
99
- input: GetProfileAssociationCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_GetProfileResourceAssociationCommand: (
103
- input: GetProfileResourceAssociationCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListProfileAssociationsCommand: (
107
- input: ListProfileAssociationsCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ListProfileResourceAssociationsCommand: (
111
- input: ListProfileResourceAssociationsCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_ListProfilesCommand: (
115
- input: ListProfilesCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_ListTagsForResourceCommand: (
119
- input: ListTagsForResourceCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_TagResourceCommand: (
123
- input: TagResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_UntagResourceCommand: (
127
- input: UntagResourceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_UpdateProfileResourceAssociationCommand: (
131
- input: UpdateProfileResourceAssociationCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const de_AssociateProfileCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<AssociateProfileCommandOutput>;
138
- export declare const de_AssociateResourceToProfileCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<AssociateResourceToProfileCommandOutput>;
142
- export declare const de_CreateProfileCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<CreateProfileCommandOutput>;
146
- export declare const de_DeleteProfileCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<DeleteProfileCommandOutput>;
150
- export declare const de_DisassociateProfileCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<DisassociateProfileCommandOutput>;
154
- export declare const de_DisassociateResourceFromProfileCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<DisassociateResourceFromProfileCommandOutput>;
158
- export declare const de_GetProfileCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<GetProfileCommandOutput>;
162
- export declare const de_GetProfileAssociationCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<GetProfileAssociationCommandOutput>;
166
- export declare const de_GetProfileResourceAssociationCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<GetProfileResourceAssociationCommandOutput>;
170
- export declare const de_ListProfileAssociationsCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<ListProfileAssociationsCommandOutput>;
174
- export declare const de_ListProfileResourceAssociationsCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<ListProfileResourceAssociationsCommandOutput>;
178
- export declare const de_ListProfilesCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<ListProfilesCommandOutput>;
182
- export declare const de_ListTagsForResourceCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<ListTagsForResourceCommandOutput>;
186
- export declare const de_TagResourceCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<TagResourceCommandOutput>;
190
- export declare const de_UntagResourceCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<UntagResourceCommandOutput>;
194
- export declare const de_UpdateProfileResourceAssociationCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<UpdateProfileResourceAssociationCommandOutput>;