aws-sdk 2.1603.0 → 2.1604.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['paymentcryptography'], '2021-09-14', {
9
9
  get: function get() {
10
10
  var model = require('../apis/payment-cryptography-2021-09-14.min.json');
11
11
  model.paginators = require('../apis/payment-cryptography-2021-09-14.paginators.json').pagination;
12
+ model.waiters = require('../apis/payment-cryptography-2021-09-14.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -644,7 +644,7 @@ declare namespace RedshiftServerless {
644
644
  */
645
645
  roleArn: IamRoleArn;
646
646
  /**
647
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
647
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
648
648
  */
649
649
  schedule: Schedule;
650
650
  /**
@@ -1776,11 +1776,11 @@ declare namespace RedshiftServerless {
1776
1776
  }
1777
1777
  export interface Schedule {
1778
1778
  /**
1779
- * The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)".
1779
+ * The timestamp of when Amazon Redshift Serverless should run the scheduled action. Timestamp is in UTC. Format of at expression is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00.
1780
1780
  */
1781
1781
  at?: Timestamp;
1782
1782
  /**
1783
- * The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
1783
+ * The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of cron expressions is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
1784
1784
  */
1785
1785
  cron?: String;
1786
1786
  }
@@ -1803,7 +1803,7 @@ declare namespace RedshiftServerless {
1803
1803
  */
1804
1804
  roleArn?: IamRoleArn;
1805
1805
  /**
1806
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
1806
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
1807
1807
  */
1808
1808
  schedule?: Schedule;
1809
1809
  /**
@@ -2171,7 +2171,7 @@ declare namespace RedshiftServerless {
2171
2171
  */
2172
2172
  roleArn?: IamRoleArn;
2173
2173
  /**
2174
- * The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
2174
+ * The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
2175
2175
  */
2176
2176
  schedule?: Schedule;
2177
2177
  /**
@@ -0,0 +1,614 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class Route53Profiles extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: Route53Profiles.Types.ClientConfiguration)
13
+ config: Config & Route53Profiles.Types.ClientConfiguration;
14
+ /**
15
+ * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
16
+ */
17
+ associateProfile(params: Route53Profiles.Types.AssociateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.AssociateProfileResponse) => void): Request<Route53Profiles.Types.AssociateProfileResponse, AWSError>;
18
+ /**
19
+ * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
20
+ */
21
+ associateProfile(callback?: (err: AWSError, data: Route53Profiles.Types.AssociateProfileResponse) => void): Request<Route53Profiles.Types.AssociateProfileResponse, AWSError>;
22
+ /**
23
+ * Associates a DNS reource configuration to a Route 53 Profile.
24
+ */
25
+ associateResourceToProfile(params: Route53Profiles.Types.AssociateResourceToProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.AssociateResourceToProfileResponse) => void): Request<Route53Profiles.Types.AssociateResourceToProfileResponse, AWSError>;
26
+ /**
27
+ * Associates a DNS reource configuration to a Route 53 Profile.
28
+ */
29
+ associateResourceToProfile(callback?: (err: AWSError, data: Route53Profiles.Types.AssociateResourceToProfileResponse) => void): Request<Route53Profiles.Types.AssociateResourceToProfileResponse, AWSError>;
30
+ /**
31
+ * Creates an empty Route 53 Profile.
32
+ */
33
+ createProfile(params: Route53Profiles.Types.CreateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.CreateProfileResponse) => void): Request<Route53Profiles.Types.CreateProfileResponse, AWSError>;
34
+ /**
35
+ * Creates an empty Route 53 Profile.
36
+ */
37
+ createProfile(callback?: (err: AWSError, data: Route53Profiles.Types.CreateProfileResponse) => void): Request<Route53Profiles.Types.CreateProfileResponse, AWSError>;
38
+ /**
39
+ * Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
40
+ */
41
+ deleteProfile(params: Route53Profiles.Types.DeleteProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DeleteProfileResponse) => void): Request<Route53Profiles.Types.DeleteProfileResponse, AWSError>;
42
+ /**
43
+ * Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
44
+ */
45
+ deleteProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DeleteProfileResponse) => void): Request<Route53Profiles.Types.DeleteProfileResponse, AWSError>;
46
+ /**
47
+ * Dissociates a specified Route 53 Profile from the specified VPC.
48
+ */
49
+ disassociateProfile(params: Route53Profiles.Types.DisassociateProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateProfileResponse) => void): Request<Route53Profiles.Types.DisassociateProfileResponse, AWSError>;
50
+ /**
51
+ * Dissociates a specified Route 53 Profile from the specified VPC.
52
+ */
53
+ disassociateProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateProfileResponse) => void): Request<Route53Profiles.Types.DisassociateProfileResponse, AWSError>;
54
+ /**
55
+ * Dissoaciated a specified resource, from the Route 53 Profile.
56
+ */
57
+ disassociateResourceFromProfile(params: Route53Profiles.Types.DisassociateResourceFromProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateResourceFromProfileResponse) => void): Request<Route53Profiles.Types.DisassociateResourceFromProfileResponse, AWSError>;
58
+ /**
59
+ * Dissoaciated a specified resource, from the Route 53 Profile.
60
+ */
61
+ disassociateResourceFromProfile(callback?: (err: AWSError, data: Route53Profiles.Types.DisassociateResourceFromProfileResponse) => void): Request<Route53Profiles.Types.DisassociateResourceFromProfileResponse, AWSError>;
62
+ /**
63
+ * Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
64
+ */
65
+ getProfile(params: Route53Profiles.Types.GetProfileRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResponse) => void): Request<Route53Profiles.Types.GetProfileResponse, AWSError>;
66
+ /**
67
+ * Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
68
+ */
69
+ getProfile(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResponse) => void): Request<Route53Profiles.Types.GetProfileResponse, AWSError>;
70
+ /**
71
+ * Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
72
+ */
73
+ getProfileAssociation(params: Route53Profiles.Types.GetProfileAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileAssociationResponse) => void): Request<Route53Profiles.Types.GetProfileAssociationResponse, AWSError>;
74
+ /**
75
+ * Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
76
+ */
77
+ getProfileAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileAssociationResponse) => void): Request<Route53Profiles.Types.GetProfileAssociationResponse, AWSError>;
78
+ /**
79
+ * Returns information about a specified Route 53 Profile resource association.
80
+ */
81
+ getProfileResourceAssociation(params: Route53Profiles.Types.GetProfileResourceAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResourceAssociationResponse) => void): Request<Route53Profiles.Types.GetProfileResourceAssociationResponse, AWSError>;
82
+ /**
83
+ * Returns information about a specified Route 53 Profile resource association.
84
+ */
85
+ getProfileResourceAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.GetProfileResourceAssociationResponse) => void): Request<Route53Profiles.Types.GetProfileResourceAssociationResponse, AWSError>;
86
+ /**
87
+ * Lists all the VPCs that the specified Route 53 Profile is associated with.
88
+ */
89
+ listProfileAssociations(params: Route53Profiles.Types.ListProfileAssociationsRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileAssociationsResponse) => void): Request<Route53Profiles.Types.ListProfileAssociationsResponse, AWSError>;
90
+ /**
91
+ * Lists all the VPCs that the specified Route 53 Profile is associated with.
92
+ */
93
+ listProfileAssociations(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileAssociationsResponse) => void): Request<Route53Profiles.Types.ListProfileAssociationsResponse, AWSError>;
94
+ /**
95
+ * Lists all the resource associations for the specified Route 53 Profile.
96
+ */
97
+ listProfileResourceAssociations(params: Route53Profiles.Types.ListProfileResourceAssociationsRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileResourceAssociationsResponse) => void): Request<Route53Profiles.Types.ListProfileResourceAssociationsResponse, AWSError>;
98
+ /**
99
+ * Lists all the resource associations for the specified Route 53 Profile.
100
+ */
101
+ listProfileResourceAssociations(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfileResourceAssociationsResponse) => void): Request<Route53Profiles.Types.ListProfileResourceAssociationsResponse, AWSError>;
102
+ /**
103
+ * Lists all the Route 53 Profiles associated with your Amazon Web Services account.
104
+ */
105
+ listProfiles(params: Route53Profiles.Types.ListProfilesRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListProfilesResponse) => void): Request<Route53Profiles.Types.ListProfilesResponse, AWSError>;
106
+ /**
107
+ * Lists all the Route 53 Profiles associated with your Amazon Web Services account.
108
+ */
109
+ listProfiles(callback?: (err: AWSError, data: Route53Profiles.Types.ListProfilesResponse) => void): Request<Route53Profiles.Types.ListProfilesResponse, AWSError>;
110
+ /**
111
+ * Lists the tags that you associated with the specified resource.
112
+ */
113
+ listTagsForResource(params: Route53Profiles.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.ListTagsForResourceResponse) => void): Request<Route53Profiles.Types.ListTagsForResourceResponse, AWSError>;
114
+ /**
115
+ * Lists the tags that you associated with the specified resource.
116
+ */
117
+ listTagsForResource(callback?: (err: AWSError, data: Route53Profiles.Types.ListTagsForResourceResponse) => void): Request<Route53Profiles.Types.ListTagsForResourceResponse, AWSError>;
118
+ /**
119
+ * Adds one or more tags to a specified resource.
120
+ */
121
+ tagResource(params: Route53Profiles.Types.TagResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.TagResourceResponse) => void): Request<Route53Profiles.Types.TagResourceResponse, AWSError>;
122
+ /**
123
+ * Adds one or more tags to a specified resource.
124
+ */
125
+ tagResource(callback?: (err: AWSError, data: Route53Profiles.Types.TagResourceResponse) => void): Request<Route53Profiles.Types.TagResourceResponse, AWSError>;
126
+ /**
127
+ * Removes one or more tags from a specified resource.
128
+ */
129
+ untagResource(params: Route53Profiles.Types.UntagResourceRequest, callback?: (err: AWSError, data: Route53Profiles.Types.UntagResourceResponse) => void): Request<Route53Profiles.Types.UntagResourceResponse, AWSError>;
130
+ /**
131
+ * Removes one or more tags from a specified resource.
132
+ */
133
+ untagResource(callback?: (err: AWSError, data: Route53Profiles.Types.UntagResourceResponse) => void): Request<Route53Profiles.Types.UntagResourceResponse, AWSError>;
134
+ /**
135
+ * Updates the specified Route 53 Profile resourse association.
136
+ */
137
+ updateProfileResourceAssociation(params: Route53Profiles.Types.UpdateProfileResourceAssociationRequest, callback?: (err: AWSError, data: Route53Profiles.Types.UpdateProfileResourceAssociationResponse) => void): Request<Route53Profiles.Types.UpdateProfileResourceAssociationResponse, AWSError>;
138
+ /**
139
+ * Updates the specified Route 53 Profile resourse association.
140
+ */
141
+ updateProfileResourceAssociation(callback?: (err: AWSError, data: Route53Profiles.Types.UpdateProfileResourceAssociationResponse) => void): Request<Route53Profiles.Types.UpdateProfileResourceAssociationResponse, AWSError>;
142
+ }
143
+ declare namespace Route53Profiles {
144
+ export type AccountId = string;
145
+ export type Arn = string;
146
+ export interface AssociateProfileRequest {
147
+ /**
148
+ * A name for the association.
149
+ */
150
+ Name: Name;
151
+ /**
152
+ * ID of the Profile.
153
+ */
154
+ ProfileId: ResourceId;
155
+ /**
156
+ * The ID of the VPC.
157
+ */
158
+ ResourceId: ResourceId;
159
+ /**
160
+ * A list of the tag keys and values that you want to identify the Profile association.
161
+ */
162
+ Tags?: TagList;
163
+ }
164
+ export interface AssociateProfileResponse {
165
+ /**
166
+ * The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
167
+ */
168
+ ProfileAssociation?: ProfileAssociation;
169
+ }
170
+ export interface AssociateResourceToProfileRequest {
171
+ /**
172
+ * Name for the resource association.
173
+ */
174
+ Name: Name;
175
+ /**
176
+ * ID of the Profile.
177
+ */
178
+ ProfileId: ResourceId;
179
+ /**
180
+ * Amazon resource number, ARN, of the DNS resource.
181
+ */
182
+ ResourceArn: Arn;
183
+ /**
184
+ * If you are adding a DNS Firewall rule group, include also a priority in this format: Key=FirewallRuleGroupPriority,Value=100
185
+ */
186
+ ResourceProperties?: ResourceProperties;
187
+ }
188
+ export interface AssociateResourceToProfileResponse {
189
+ /**
190
+ * Infromation about the AssociateResourceToProfile, including a status message.
191
+ */
192
+ ProfileResourceAssociation?: ProfileResourceAssociation;
193
+ }
194
+ export interface CreateProfileRequest {
195
+ /**
196
+ * ClientToken is an idempotency token that ensures a call to CreateProfile completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile. In this case, safely retry your call to CreateProfile by using the same CreateProfile parameter value.
197
+ */
198
+ ClientToken: CreatorRequestId;
199
+ /**
200
+ * A name for the Profile.
201
+ */
202
+ Name: Name;
203
+ /**
204
+ * A list of the tag keys and values that you want to associate with the Route 53 Profile.
205
+ */
206
+ Tags?: TagList;
207
+ }
208
+ export interface CreateProfileResponse {
209
+ /**
210
+ * The Profile that you just created.
211
+ */
212
+ Profile?: Profile;
213
+ }
214
+ export type CreatorRequestId = string;
215
+ export interface DeleteProfileRequest {
216
+ /**
217
+ * The ID of the Profile that you want to delete.
218
+ */
219
+ ProfileId: ResourceId;
220
+ }
221
+ export interface DeleteProfileResponse {
222
+ /**
223
+ * Information about the DeleteProfile request, including the status of the request.
224
+ */
225
+ Profile?: Profile;
226
+ }
227
+ export interface DisassociateProfileRequest {
228
+ /**
229
+ * ID of the Profile.
230
+ */
231
+ ProfileId: ResourceId;
232
+ /**
233
+ * The ID of the VPC.
234
+ */
235
+ ResourceId: ResourceId;
236
+ }
237
+ export interface DisassociateProfileResponse {
238
+ /**
239
+ * Information about the DisassociateProfile request.
240
+ */
241
+ ProfileAssociation?: ProfileAssociation;
242
+ }
243
+ export interface DisassociateResourceFromProfileRequest {
244
+ /**
245
+ * The ID of the Profile.
246
+ */
247
+ ProfileId: ResourceId;
248
+ /**
249
+ * The Amazon Resource Name (ARN) of the resource.
250
+ */
251
+ ResourceArn: Arn;
252
+ }
253
+ export interface DisassociateResourceFromProfileResponse {
254
+ /**
255
+ * Information about the DisassociateResourceFromProfile request, including the status of the request.
256
+ */
257
+ ProfileResourceAssociation?: ProfileResourceAssociation;
258
+ }
259
+ export interface GetProfileAssociationRequest {
260
+ /**
261
+ * The identifier of the association you want to get information about.
262
+ */
263
+ ProfileAssociationId: ResourceId;
264
+ }
265
+ export interface GetProfileAssociationResponse {
266
+ /**
267
+ * Information about the Profile association that you specified in a GetProfileAssociation request.
268
+ */
269
+ ProfileAssociation?: ProfileAssociation;
270
+ }
271
+ export interface GetProfileRequest {
272
+ /**
273
+ * ID of the Profile.
274
+ */
275
+ ProfileId: ResourceId;
276
+ }
277
+ export interface GetProfileResourceAssociationRequest {
278
+ /**
279
+ * The ID of the profile resource association that you want to get information about.
280
+ */
281
+ ProfileResourceAssociationId: ResourceId;
282
+ }
283
+ export interface GetProfileResourceAssociationResponse {
284
+ /**
285
+ * Information about the Profile resource association that you specified in a GetProfileResourceAssociation request.
286
+ */
287
+ ProfileResourceAssociation?: ProfileResourceAssociation;
288
+ }
289
+ export interface GetProfileResponse {
290
+ /**
291
+ * Information about the Profile, including the status of the Profile.
292
+ */
293
+ Profile?: Profile;
294
+ }
295
+ export interface ListProfileAssociationsRequest {
296
+ /**
297
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
298
+ */
299
+ MaxResults?: MaxResults;
300
+ /**
301
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
302
+ */
303
+ NextToken?: NextToken;
304
+ /**
305
+ * ID of the Profile.
306
+ */
307
+ ProfileId?: ResourceId;
308
+ /**
309
+ * ID of the VPC.
310
+ */
311
+ ResourceId?: ResourceId;
312
+ }
313
+ export interface ListProfileAssociationsResponse {
314
+ /**
315
+ * If more than MaxResults profile associations match the specified criteria, you can submit another ListProfileAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
316
+ */
317
+ NextToken?: NextToken;
318
+ /**
319
+ * A complex type that containts settings information about the profile's VPC associations.
320
+ */
321
+ ProfileAssociations?: ProfileAssociations;
322
+ }
323
+ export interface ListProfileResourceAssociationsRequest {
324
+ /**
325
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
326
+ */
327
+ MaxResults?: MaxResults;
328
+ /**
329
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
330
+ */
331
+ NextToken?: NextToken;
332
+ /**
333
+ * The ID of the Profile.
334
+ */
335
+ ProfileId: ResourceId;
336
+ /**
337
+ * ID of a resource if you want information on only one type.
338
+ */
339
+ ResourceType?: String;
340
+ }
341
+ export interface ListProfileResourceAssociationsResponse {
342
+ /**
343
+ * If more than MaxResults resource associations match the specified criteria, you can submit another ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
344
+ */
345
+ NextToken?: NextToken;
346
+ /**
347
+ * Information about the profile resource association that you specified in a GetProfileResourceAssociation request.
348
+ */
349
+ ProfileResourceAssociations?: ProfileResourceAssociations;
350
+ }
351
+ export interface ListProfilesRequest {
352
+ /**
353
+ * The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided. If you don't specify a value for MaxResults, up to 100 objects are returned.
354
+ */
355
+ MaxResults?: MaxResults;
356
+ /**
357
+ * For the first call to this list request, omit this value. When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
358
+ */
359
+ NextToken?: NextToken;
360
+ }
361
+ export interface ListProfilesResponse {
362
+ /**
363
+ * If more than MaxResults resource associations match the specified criteria, you can submit another ListProfiles request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
364
+ */
365
+ NextToken?: NextToken;
366
+ /**
367
+ * Summary information about the Profiles.
368
+ */
369
+ ProfileSummaries?: ProfileSummaryList;
370
+ }
371
+ export interface ListTagsForResourceRequest {
372
+ /**
373
+ * The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
374
+ */
375
+ ResourceArn: Arn;
376
+ }
377
+ export interface ListTagsForResourceResponse {
378
+ /**
379
+ * The tags that are associated with the resource that you specified in the ListTagsForResource request.
380
+ */
381
+ Tags: TagMap;
382
+ }
383
+ export type MaxResults = number;
384
+ export type Name = string;
385
+ export type NextToken = string;
386
+ export interface Profile {
387
+ /**
388
+ * The Amazon Resource Name (ARN) of the Profile.
389
+ */
390
+ Arn?: Arn;
391
+ /**
392
+ * The ClientToken value that was assigned when the Profile was created.
393
+ */
394
+ ClientToken?: CreatorRequestId;
395
+ /**
396
+ * The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
397
+ */
398
+ CreationTime?: Rfc3339Timestamp;
399
+ /**
400
+ * ID of the Profile.
401
+ */
402
+ Id?: ResourceId;
403
+ /**
404
+ * The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
405
+ */
406
+ ModificationTime?: Rfc3339Timestamp;
407
+ /**
408
+ * Name of the Profile.
409
+ */
410
+ Name?: Name;
411
+ /**
412
+ * Amazon Web Services account ID of the Profile owner.
413
+ */
414
+ OwnerId?: AccountId;
415
+ /**
416
+ * Sharing status for the Profile.
417
+ */
418
+ ShareStatus?: ShareStatus;
419
+ /**
420
+ * The status for the Profile.
421
+ */
422
+ Status?: ProfileStatus;
423
+ /**
424
+ * Status message that includes additiona information about the Profile.
425
+ */
426
+ StatusMessage?: String;
427
+ }
428
+ export interface ProfileAssociation {
429
+ /**
430
+ * The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
431
+ */
432
+ CreationTime?: Rfc3339Timestamp;
433
+ /**
434
+ * ID of the Profile association.
435
+ */
436
+ Id?: ResourceId;
437
+ /**
438
+ * The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
439
+ */
440
+ ModificationTime?: Rfc3339Timestamp;
441
+ /**
442
+ * Name of the Profile association.
443
+ */
444
+ Name?: Name;
445
+ /**
446
+ * Amazon Web Services account ID of the Profile association owner.
447
+ */
448
+ OwnerId?: AccountId;
449
+ /**
450
+ * ID of the Profile.
451
+ */
452
+ ProfileId?: ResourceId;
453
+ /**
454
+ * The Amazon Resource Name (ARN) of the VPC.
455
+ */
456
+ ResourceId?: ResourceId;
457
+ /**
458
+ * Status of the Profile association.
459
+ */
460
+ Status?: ProfileStatus;
461
+ /**
462
+ * Additional information about the Profile association.
463
+ */
464
+ StatusMessage?: String;
465
+ }
466
+ export type ProfileAssociations = ProfileAssociation[];
467
+ export interface ProfileResourceAssociation {
468
+ /**
469
+ * The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
470
+ */
471
+ CreationTime?: Rfc3339Timestamp;
472
+ /**
473
+ * ID of the Profile resource association.
474
+ */
475
+ Id?: ResourceId;
476
+ /**
477
+ * The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
478
+ */
479
+ ModificationTime?: Rfc3339Timestamp;
480
+ /**
481
+ * Name of the Profile resource association.
482
+ */
483
+ Name?: Name;
484
+ /**
485
+ * Amazon Web Services account ID of the Profile resource association owner.
486
+ */
487
+ OwnerId?: AccountId;
488
+ /**
489
+ * Profile ID of the Profile that the resources are associated with.
490
+ */
491
+ ProfileId?: ResourceId;
492
+ /**
493
+ * The Amazon Resource Name (ARN) of the resource association.
494
+ */
495
+ ResourceArn?: Arn;
496
+ /**
497
+ * If the DNS resource is a DNS Firewall rule group, this indicates the priority.
498
+ */
499
+ ResourceProperties?: ResourceProperties;
500
+ /**
501
+ * Resource type, such as a private hosted zone, or DNS Firewall rule group.
502
+ */
503
+ ResourceType?: String;
504
+ /**
505
+ * Status of the Profile resource association.
506
+ */
507
+ Status?: ProfileStatus;
508
+ /**
509
+ * Additional information about the Profile resource association.
510
+ */
511
+ StatusMessage?: String;
512
+ }
513
+ export type ProfileResourceAssociations = ProfileResourceAssociation[];
514
+ export type ProfileStatus = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED"|string;
515
+ export interface ProfileSummary {
516
+ /**
517
+ * The Amazon Resource Name (ARN) of the Profile.
518
+ */
519
+ Arn?: Arn;
520
+ /**
521
+ * ID of the Profile.
522
+ */
523
+ Id?: ResourceId;
524
+ /**
525
+ * Name of the Profile.
526
+ */
527
+ Name?: Name;
528
+ /**
529
+ * Share status of the Profile.
530
+ */
531
+ ShareStatus?: ShareStatus;
532
+ }
533
+ export type ProfileSummaryList = ProfileSummary[];
534
+ export type ResourceId = string;
535
+ export type ResourceProperties = string;
536
+ export type Rfc3339Timestamp = Date;
537
+ export type ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME"|string;
538
+ export type String = string;
539
+ export interface Tag {
540
+ /**
541
+ * Key associated with the Tag.
542
+ */
543
+ Key: TagKey;
544
+ /**
545
+ * Value for the Tag.
546
+ */
547
+ Value: TagValue;
548
+ }
549
+ export type TagKey = string;
550
+ export type TagKeyList = TagKey[];
551
+ export type TagList = Tag[];
552
+ export type TagMap = {[key: string]: TagValue};
553
+ export interface TagResourceRequest {
554
+ /**
555
+ * The Amazon Resource Name (ARN) for the resource that you want to add tags to.
556
+ */
557
+ ResourceArn: Arn;
558
+ /**
559
+ * The tags that you want to add to the specified resource.
560
+ */
561
+ Tags: TagMap;
562
+ }
563
+ export interface TagResourceResponse {
564
+ }
565
+ export type TagValue = string;
566
+ export interface UntagResourceRequest {
567
+ /**
568
+ * The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
569
+ */
570
+ ResourceArn: Arn;
571
+ /**
572
+ * The tags that you want to remove to the specified resource.
573
+ */
574
+ TagKeys: TagKeyList;
575
+ }
576
+ export interface UntagResourceResponse {
577
+ }
578
+ export interface UpdateProfileResourceAssociationRequest {
579
+ /**
580
+ * Name of the resource association.
581
+ */
582
+ Name?: Name;
583
+ /**
584
+ * ID of the resource association.
585
+ */
586
+ ProfileResourceAssociationId: ResourceId;
587
+ /**
588
+ * If you are adding a DNS Firewall rule group, include also a priority in this format: Key=FirewallRuleGroupPriority,Value=100.
589
+ */
590
+ ResourceProperties?: ResourceProperties;
591
+ }
592
+ export interface UpdateProfileResourceAssociationResponse {
593
+ /**
594
+ * Information about the UpdateProfileResourceAssociation request, including a status message.
595
+ */
596
+ ProfileResourceAssociation?: ProfileResourceAssociation;
597
+ }
598
+ /**
599
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
600
+ */
601
+ export type apiVersion = "2018-05-10"|"latest"|string;
602
+ export interface ClientApiVersions {
603
+ /**
604
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
605
+ */
606
+ apiVersion?: apiVersion;
607
+ }
608
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
609
+ /**
610
+ * Contains interfaces for use with the Route53Profiles client.
611
+ */
612
+ export import Types = Route53Profiles;
613
+ }
614
+ export = Route53Profiles;
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['route53profiles'] = {};
7
+ AWS.Route53Profiles = Service.defineService('route53profiles', ['2018-05-10']);
8
+ Object.defineProperty(apiLoader.services['route53profiles'], '2018-05-10', {
9
+ get: function get() {
10
+ var model = require('../apis/route53profiles-2018-05-10.min.json');
11
+ model.paginators = require('../apis/route53profiles-2018-05-10.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.Route53Profiles;