cdk-lambda-subminute 2.0.249 → 2.0.251

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 (43) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
  8. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.examples.json +0 -77
  10. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +8 -2
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  15. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +69 -30
  16. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +142 -128
  17. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
  18. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
  19. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  20. package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
  21. package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
  22. package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
  23. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
  25. package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
  27. package/node_modules/aws-sdk/clients/firehose.d.ts +59 -9
  28. package/node_modules/aws-sdk/clients/iot.d.ts +46 -29
  29. package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
  30. package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/textract.d.ts +5 -5
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +614 -461
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  41. package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
  42. package/node_modules/xml2js/node_modules/sax/package.json +8 -4
  43. package/package.json +3 -3
@@ -11,6 +11,14 @@ declare class AppIntegrations extends Service {
11
11
  */
12
12
  constructor(options?: AppIntegrations.Types.ClientConfiguration)
13
13
  config: Config & AppIntegrations.Types.ClientConfiguration;
14
+ /**
15
+ * This API is in preview release and subject to change. Creates and persists an Application resource.
16
+ */
17
+ createApplication(params: AppIntegrations.Types.CreateApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.CreateApplicationResponse) => void): Request<AppIntegrations.Types.CreateApplicationResponse, AWSError>;
18
+ /**
19
+ * This API is in preview release and subject to change. Creates and persists an Application resource.
20
+ */
21
+ createApplication(callback?: (err: AWSError, data: AppIntegrations.Types.CreateApplicationResponse) => void): Request<AppIntegrations.Types.CreateApplicationResponse, AWSError>;
14
22
  /**
15
23
  * Creates and persists a DataIntegration resource. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
16
24
  */
@@ -43,6 +51,14 @@ declare class AppIntegrations extends Service {
43
51
  * Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
44
52
  */
45
53
  deleteEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.DeleteEventIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteEventIntegrationResponse, AWSError>;
54
+ /**
55
+ * This API is in preview release and subject to change. Get an Application resource.
56
+ */
57
+ getApplication(params: AppIntegrations.Types.GetApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.GetApplicationResponse) => void): Request<AppIntegrations.Types.GetApplicationResponse, AWSError>;
58
+ /**
59
+ * This API is in preview release and subject to change. Get an Application resource.
60
+ */
61
+ getApplication(callback?: (err: AWSError, data: AppIntegrations.Types.GetApplicationResponse) => void): Request<AppIntegrations.Types.GetApplicationResponse, AWSError>;
46
62
  /**
47
63
  * Returns information about the DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
48
64
  */
@@ -59,6 +75,14 @@ declare class AppIntegrations extends Service {
59
75
  * Returns information about the event integration.
60
76
  */
61
77
  getEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.GetEventIntegrationResponse) => void): Request<AppIntegrations.Types.GetEventIntegrationResponse, AWSError>;
78
+ /**
79
+ * This API is in preview release and subject to change. Lists applications in the account.
80
+ */
81
+ listApplications(params: AppIntegrations.Types.ListApplicationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationsResponse) => void): Request<AppIntegrations.Types.ListApplicationsResponse, AWSError>;
82
+ /**
83
+ * This API is in preview release and subject to change. Lists applications in the account.
84
+ */
85
+ listApplications(callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationsResponse) => void): Request<AppIntegrations.Types.ListApplicationsResponse, AWSError>;
62
86
  /**
63
87
  * Returns a paginated list of DataIntegration associations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
64
88
  */
@@ -115,6 +139,14 @@ declare class AppIntegrations extends Service {
115
139
  * Removes the specified tags from the specified resource.
116
140
  */
117
141
  untagResource(callback?: (err: AWSError, data: AppIntegrations.Types.UntagResourceResponse) => void): Request<AppIntegrations.Types.UntagResourceResponse, AWSError>;
142
+ /**
143
+ * This API is in preview release and subject to change. Updates and persists an Application resource.
144
+ */
145
+ updateApplication(params: AppIntegrations.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UpdateApplicationResponse) => void): Request<AppIntegrations.Types.UpdateApplicationResponse, AWSError>;
146
+ /**
147
+ * This API is in preview release and subject to change. Updates and persists an Application resource.
148
+ */
149
+ updateApplication(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateApplicationResponse) => void): Request<AppIntegrations.Types.UpdateApplicationResponse, AWSError>;
118
150
  /**
119
151
  * Updates the description of a DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
120
152
  */
@@ -133,9 +165,91 @@ declare class AppIntegrations extends Service {
133
165
  updateEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateEventIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateEventIntegrationResponse, AWSError>;
134
166
  }
135
167
  declare namespace AppIntegrations {
168
+ export type ApplicationApprovedOrigins = ApplicationTrustedSource[];
169
+ export type ApplicationName = string;
170
+ export type ApplicationNamespace = string;
171
+ export interface ApplicationSourceConfig {
172
+ /**
173
+ * The external URL source for the application.
174
+ */
175
+ ExternalUrlConfig?: ExternalUrlConfig;
176
+ }
177
+ export interface ApplicationSummary {
178
+ /**
179
+ * The Amazon Resource Name (ARN) of the Application.
180
+ */
181
+ Arn?: Arn;
182
+ /**
183
+ * A unique identifier for the Application.
184
+ */
185
+ Id?: UUID;
186
+ /**
187
+ * The name of the application.
188
+ */
189
+ Name?: ApplicationName;
190
+ /**
191
+ * The namespace of the application.
192
+ */
193
+ Namespace?: ApplicationNamespace;
194
+ /**
195
+ * The time when the application was created.
196
+ */
197
+ CreatedTime?: Timestamp;
198
+ /**
199
+ * The time when the application was last modified.
200
+ */
201
+ LastModifiedTime?: Timestamp;
202
+ }
203
+ export type ApplicationTrustedSource = string;
204
+ export type ApplicationsList = ApplicationSummary[];
136
205
  export type Arn = string;
206
+ export type ArnOrUUID = string;
137
207
  export type ClientAssociationMetadata = {[key: string]: NonBlankString};
138
208
  export type ClientId = string;
209
+ export interface CreateApplicationRequest {
210
+ /**
211
+ * The name of the application.
212
+ */
213
+ Name: ApplicationName;
214
+ /**
215
+ * The namespace of the application.
216
+ */
217
+ Namespace: ApplicationNamespace;
218
+ /**
219
+ * The description of the application.
220
+ */
221
+ Description?: Description;
222
+ /**
223
+ * The configuration for where the application should be loaded from.
224
+ */
225
+ ApplicationSourceConfig: ApplicationSourceConfig;
226
+ /**
227
+ * The events that the application subscribes.
228
+ */
229
+ Subscriptions?: SubscriptionList;
230
+ /**
231
+ * The events that the application publishes.
232
+ */
233
+ Publications?: PublicationList;
234
+ /**
235
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
236
+ */
237
+ ClientToken?: IdempotencyToken;
238
+ /**
239
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
240
+ */
241
+ Tags?: TagMap;
242
+ }
243
+ export interface CreateApplicationResponse {
244
+ /**
245
+ * The Amazon Resource Name (ARN) of the Application.
246
+ */
247
+ Arn?: Arn;
248
+ /**
249
+ * A unique identifier for the Application.
250
+ */
251
+ Id?: UUID;
252
+ }
139
253
  export interface CreateDataIntegrationRequest {
140
254
  /**
141
255
  * The name of the DataIntegration.
@@ -301,6 +415,7 @@ declare namespace AppIntegrations {
301
415
  export type Description = string;
302
416
  export type EventBridgeBus = string;
303
417
  export type EventBridgeRuleName = string;
418
+ export type EventDefinitionSchema = string;
304
419
  export interface EventFilter {
305
420
  /**
306
421
  * The source of the events.
@@ -361,6 +476,17 @@ declare namespace AppIntegrations {
361
476
  }
362
477
  export type EventIntegrationAssociationsList = EventIntegrationAssociation[];
363
478
  export type EventIntegrationsList = EventIntegration[];
479
+ export type EventName = string;
480
+ export interface ExternalUrlConfig {
481
+ /**
482
+ * The URL to access the application.
483
+ */
484
+ AccessUrl: URL;
485
+ /**
486
+ * Additional URLs to allow list if different than the access URL.
487
+ */
488
+ ApprovedOrigins?: ApplicationApprovedOrigins;
489
+ }
364
490
  export type Fields = string;
365
491
  export type FieldsList = Fields[];
366
492
  export type FieldsMap = {[key: string]: FieldsList};
@@ -375,6 +501,58 @@ declare namespace AppIntegrations {
375
501
  Filters?: FieldsMap;
376
502
  }
377
503
  export type FolderList = NonBlankLongString[];
504
+ export interface GetApplicationRequest {
505
+ /**
506
+ * The Amazon Resource Name (ARN) of the Application.
507
+ */
508
+ Arn: ArnOrUUID;
509
+ }
510
+ export interface GetApplicationResponse {
511
+ /**
512
+ * The Amazon Resource Name (ARN) of the Application.
513
+ */
514
+ Arn?: Arn;
515
+ /**
516
+ * A unique identifier for the Application.
517
+ */
518
+ Id?: UUID;
519
+ /**
520
+ * The name of the application.
521
+ */
522
+ Name?: ApplicationName;
523
+ /**
524
+ * The namespace of the application.
525
+ */
526
+ Namespace?: ApplicationNamespace;
527
+ /**
528
+ * The description of the application.
529
+ */
530
+ Description?: Description;
531
+ /**
532
+ * The configuration for where the application should be loaded from.
533
+ */
534
+ ApplicationSourceConfig?: ApplicationSourceConfig;
535
+ /**
536
+ * The events that the application subscribes.
537
+ */
538
+ Subscriptions?: SubscriptionList;
539
+ /**
540
+ * The events that the application publishes.
541
+ */
542
+ Publications?: PublicationList;
543
+ /**
544
+ * The created time of the Application.
545
+ */
546
+ CreatedTime?: Timestamp;
547
+ /**
548
+ * The last modified time of the Application.
549
+ */
550
+ LastModifiedTime?: Timestamp;
551
+ /**
552
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
553
+ */
554
+ Tags?: TagMap;
555
+ }
378
556
  export interface GetDataIntegrationRequest {
379
557
  /**
380
558
  * A unique identifier.
@@ -457,6 +635,26 @@ declare namespace AppIntegrations {
457
635
  }
458
636
  export type IdempotencyToken = string;
459
637
  export type Identifier = string;
638
+ export interface ListApplicationsRequest {
639
+ /**
640
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
641
+ */
642
+ NextToken?: NextToken;
643
+ /**
644
+ * The maximum number of results to return per page.
645
+ */
646
+ MaxResults?: MaxResults;
647
+ }
648
+ export interface ListApplicationsResponse {
649
+ /**
650
+ * The Applications associated with this account.
651
+ */
652
+ Applications?: ApplicationsList;
653
+ /**
654
+ * If there are additional results, this is the token for the next set of results.
655
+ */
656
+ NextToken?: NextToken;
657
+ }
460
658
  export interface ListDataIntegrationAssociationsRequest {
461
659
  /**
462
660
  * A unique identifier for the DataIntegration.
@@ -564,6 +762,21 @@ declare namespace AppIntegrations {
564
762
  export type NonBlankString = string;
565
763
  export type Object = string;
566
764
  export type ObjectConfiguration = {[key: string]: FieldsMap};
765
+ export interface Publication {
766
+ /**
767
+ * The name of the publication.
768
+ */
769
+ Event: EventName;
770
+ /**
771
+ * The JSON schema of the publication event.
772
+ */
773
+ Schema: EventDefinitionSchema;
774
+ /**
775
+ * The description of the publication.
776
+ */
777
+ Description?: Description;
778
+ }
779
+ export type PublicationList = Publication[];
567
780
  export interface ScheduleConfiguration {
568
781
  /**
569
782
  * The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
@@ -580,6 +793,17 @@ declare namespace AppIntegrations {
580
793
  }
581
794
  export type Source = string;
582
795
  export type SourceURI = string;
796
+ export interface Subscription {
797
+ /**
798
+ * The name of the subscription.
799
+ */
800
+ Event: EventName;
801
+ /**
802
+ * The description of the subscription.
803
+ */
804
+ Description?: Description;
805
+ }
806
+ export type SubscriptionList = Subscription[];
583
807
  export type TagKey = string;
584
808
  export type TagKeyList = TagKey[];
585
809
  export type TagMap = {[key: string]: TagValue};
@@ -596,6 +820,8 @@ declare namespace AppIntegrations {
596
820
  export interface TagResourceResponse {
597
821
  }
598
822
  export type TagValue = string;
823
+ export type Timestamp = Date;
824
+ export type URL = string;
599
825
  export type UUID = string;
600
826
  export interface UntagResourceRequest {
601
827
  /**
@@ -609,6 +835,34 @@ declare namespace AppIntegrations {
609
835
  }
610
836
  export interface UntagResourceResponse {
611
837
  }
838
+ export interface UpdateApplicationRequest {
839
+ /**
840
+ * The Amazon Resource Name (ARN) of the Application.
841
+ */
842
+ Arn: ArnOrUUID;
843
+ /**
844
+ * The name of the application.
845
+ */
846
+ Name?: ApplicationName;
847
+ /**
848
+ * The description of the application.
849
+ */
850
+ Description?: Description;
851
+ /**
852
+ * The configuration for where the application should be loaded from.
853
+ */
854
+ ApplicationSourceConfig?: ApplicationSourceConfig;
855
+ /**
856
+ * The events that the application subscribes.
857
+ */
858
+ Subscriptions?: SubscriptionList;
859
+ /**
860
+ * The events that the application publishes.
861
+ */
862
+ Publications?: PublicationList;
863
+ }
864
+ export interface UpdateApplicationResponse {
865
+ }
612
866
  export interface UpdateDataIntegrationRequest {
613
867
  /**
614
868
  * A unique identifier for the DataIntegration.
@@ -631,7 +885,7 @@ declare namespace AppIntegrations {
631
885
  */
632
886
  Name: Name;
633
887
  /**
634
- * The description of the event inegration.
888
+ * The description of the event integration.
635
889
  */
636
890
  Description?: Description;
637
891
  }
@@ -510,6 +510,10 @@ declare namespace AppRunner {
510
510
  * Configuration for building and running the service from a source code repository. CodeConfiguration is required only for CreateService request.
511
511
  */
512
512
  CodeConfiguration?: CodeConfiguration;
513
+ /**
514
+ * The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.
515
+ */
516
+ SourceDirectory?: SourceDirectory;
513
517
  }
514
518
  export type ConfigurationSource = "REPOSITORY"|"API"|string;
515
519
  export interface Connection {
@@ -562,7 +566,7 @@ declare namespace AppRunner {
562
566
  export type Cpu = string;
563
567
  export interface CreateAutoScalingConfigurationRequest {
564
568
  /**
565
- * A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. Prior to the release of Managing auto scaling, the name DefaultConfiguration was reserved. This restriction is no longer in place. You can now manage DefaultConfiguration the same way you manage your custom auto scaling configurations. This means you can do the following with the DefaultConfiguration that App Runner provides: Create new revisions of the DefaultConfiguration. Delete the revisions of the DefaultConfiguration. Delete the auto scaling configuration for which the App Runner DefaultConfiguration was created. If you delete the auto scaling configuration you can create another custom auto scaling configuration with the same DefaultConfiguration name. The original DefaultConfiguration resource provided by App Runner remains in your account unless you make changes to it.
569
+ * A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. Prior to the release of Auto scale configuration enhancements, the name DefaultConfiguration was reserved. This restriction is no longer in place. You can now manage DefaultConfiguration the same way you manage your custom auto scaling configurations. This means you can do the following with the DefaultConfiguration that App Runner provides: Create new revisions of the DefaultConfiguration. Delete the revisions of the DefaultConfiguration. Delete the auto scaling configuration for which the App Runner DefaultConfiguration was created. If you delete the auto scaling configuration you can create another custom auto scaling configuration with the same DefaultConfiguration name. The original DefaultConfiguration resource provided by App Runner remains in your account unless you make changes to it.
566
570
  */
567
571
  AutoScalingConfigurationName: AutoScalingConfigurationName;
568
572
  /**
@@ -1563,6 +1567,7 @@ declare namespace AppRunner {
1563
1567
  */
1564
1568
  AuthenticationConfiguration?: AuthenticationConfiguration;
1565
1569
  }
1570
+ export type SourceDirectory = string;
1566
1571
  export type StartCommand = string;
1567
1572
  export interface StartDeploymentRequest {
1568
1573
  /**
@@ -149,11 +149,11 @@ declare class CodeDeploy extends Service {
149
149
  */
150
150
  deleteGitHubAccountToken(callback?: (err: AWSError, data: CodeDeploy.Types.DeleteGitHubAccountTokenOutput) => void): Request<CodeDeploy.Types.DeleteGitHubAccountTokenOutput, AWSError>;
151
151
  /**
152
- * Deletes resources linked to an external ID.
152
+ * Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation. It is not necessary to call this action directly. CloudFormation calls it on your behalf when it needs to delete stack resources. This action is offered publicly in case you need to delete resources to comply with General Data Protection Regulation (GDPR) requirements.
153
153
  */
154
154
  deleteResourcesByExternalId(params: CodeDeploy.Types.DeleteResourcesByExternalIdInput, callback?: (err: AWSError, data: CodeDeploy.Types.DeleteResourcesByExternalIdOutput) => void): Request<CodeDeploy.Types.DeleteResourcesByExternalIdOutput, AWSError>;
155
155
  /**
156
- * Deletes resources linked to an external ID.
156
+ * Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation. It is not necessary to call this action directly. CloudFormation calls it on your behalf when it needs to delete stack resources. This action is offered publicly in case you need to delete resources to comply with General Data Protection Regulation (GDPR) requirements.
157
157
  */
158
158
  deleteResourcesByExternalId(callback?: (err: AWSError, data: CodeDeploy.Types.DeleteResourcesByExternalIdOutput) => void): Request<CodeDeploy.Types.DeleteResourcesByExternalIdOutput, AWSError>;
159
159
  /**
@@ -237,35 +237,35 @@ declare class CodeDeploy extends Service {
237
237
  */
238
238
  listApplicationRevisions(callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationRevisionsOutput) => void): Request<CodeDeploy.Types.ListApplicationRevisionsOutput, AWSError>;
239
239
  /**
240
- * Lists the applications registered with the IAM user or Amazon Web Services account.
240
+ * Lists the applications registered with the user or Amazon Web Services account.
241
241
  */
242
242
  listApplications(params: CodeDeploy.Types.ListApplicationsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationsOutput) => void): Request<CodeDeploy.Types.ListApplicationsOutput, AWSError>;
243
243
  /**
244
- * Lists the applications registered with the IAM user or Amazon Web Services account.
244
+ * Lists the applications registered with the user or Amazon Web Services account.
245
245
  */
246
246
  listApplications(callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationsOutput) => void): Request<CodeDeploy.Types.ListApplicationsOutput, AWSError>;
247
247
  /**
248
- * Lists the deployment configurations with the IAM user or Amazon Web Services account.
248
+ * Lists the deployment configurations with the user or Amazon Web Services account.
249
249
  */
250
250
  listDeploymentConfigs(params: CodeDeploy.Types.ListDeploymentConfigsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentConfigsOutput) => void): Request<CodeDeploy.Types.ListDeploymentConfigsOutput, AWSError>;
251
251
  /**
252
- * Lists the deployment configurations with the IAM user or Amazon Web Services account.
252
+ * Lists the deployment configurations with the user or Amazon Web Services account.
253
253
  */
254
254
  listDeploymentConfigs(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentConfigsOutput) => void): Request<CodeDeploy.Types.ListDeploymentConfigsOutput, AWSError>;
255
255
  /**
256
- * Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
256
+ * Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
257
257
  */
258
258
  listDeploymentGroups(params: CodeDeploy.Types.ListDeploymentGroupsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentGroupsOutput) => void): Request<CodeDeploy.Types.ListDeploymentGroupsOutput, AWSError>;
259
259
  /**
260
- * Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
260
+ * Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
261
261
  */
262
262
  listDeploymentGroups(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentGroupsOutput) => void): Request<CodeDeploy.Types.ListDeploymentGroupsOutput, AWSError>;
263
263
  /**
264
- * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.
264
+ * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the user or Amazon Web Services account.
265
265
  */
266
266
  listDeploymentInstances(params: CodeDeploy.Types.ListDeploymentInstancesInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentInstancesOutput) => void): Request<CodeDeploy.Types.ListDeploymentInstancesOutput, AWSError>;
267
267
  /**
268
- * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.
268
+ * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the user or Amazon Web Services account.
269
269
  */
270
270
  listDeploymentInstances(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentInstancesOutput) => void): Request<CodeDeploy.Types.ListDeploymentInstancesOutput, AWSError>;
271
271
  /**
@@ -277,11 +277,11 @@ declare class CodeDeploy extends Service {
277
277
  */
278
278
  listDeploymentTargets(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentTargetsOutput) => void): Request<CodeDeploy.Types.ListDeploymentTargetsOutput, AWSError>;
279
279
  /**
280
- * Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
280
+ * Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
281
281
  */
282
282
  listDeployments(params: CodeDeploy.Types.ListDeploymentsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentsOutput) => void): Request<CodeDeploy.Types.ListDeploymentsOutput, AWSError>;
283
283
  /**
284
- * Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
284
+ * Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
285
285
  */
286
286
  listDeployments(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentsOutput) => void): Request<CodeDeploy.Types.ListDeploymentsOutput, AWSError>;
287
287
  /**
@@ -537,7 +537,7 @@ declare namespace CodeDeploy {
537
537
  }
538
538
  export interface BatchGetDeploymentGroupsInput {
539
539
  /**
540
- * The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account.
540
+ * The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.
541
541
  */
542
542
  applicationName: ApplicationName;
543
543
  /**
@@ -686,7 +686,7 @@ declare namespace CodeDeploy {
686
686
  }
687
687
  export interface CreateApplicationInput {
688
688
  /**
689
- * The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.
689
+ * The name of the application. This name must be unique with the applicable user or Amazon Web Services account.
690
690
  */
691
691
  applicationName: ApplicationName;
692
692
  /**
@@ -730,7 +730,7 @@ declare namespace CodeDeploy {
730
730
  }
731
731
  export interface CreateDeploymentGroupInput {
732
732
  /**
733
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
733
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
734
734
  */
735
735
  applicationName: ApplicationName;
736
736
  /**
@@ -810,7 +810,7 @@ declare namespace CodeDeploy {
810
810
  }
811
811
  export interface CreateDeploymentInput {
812
812
  /**
813
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
813
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
814
814
  */
815
815
  applicationName: ApplicationName;
816
816
  /**
@@ -822,7 +822,7 @@ declare namespace CodeDeploy {
822
822
  */
823
823
  revision?: RevisionLocation;
824
824
  /**
825
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account. If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.
825
+ * The name of a deployment configuration associated with the user or Amazon Web Services account. If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.
826
826
  */
827
827
  deploymentConfigName?: DeploymentConfigName;
828
828
  /**
@@ -862,19 +862,19 @@ declare namespace CodeDeploy {
862
862
  }
863
863
  export interface DeleteApplicationInput {
864
864
  /**
865
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
865
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
866
866
  */
867
867
  applicationName: ApplicationName;
868
868
  }
869
869
  export interface DeleteDeploymentConfigInput {
870
870
  /**
871
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
871
+ * The name of a deployment configuration associated with the user or Amazon Web Services account.
872
872
  */
873
873
  deploymentConfigName: DeploymentConfigName;
874
874
  }
875
875
  export interface DeleteDeploymentGroupInput {
876
876
  /**
877
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
877
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
878
878
  */
879
879
  applicationName: ApplicationName;
880
880
  /**
@@ -1357,7 +1357,7 @@ declare namespace CodeDeploy {
1357
1357
  export type ECSTaskSetStatus = string;
1358
1358
  export interface ELBInfo {
1359
1359
  /**
1360
- * For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
1360
+ * For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
1361
1361
  */
1362
1362
  name?: ELBName;
1363
1363
  }
@@ -1404,7 +1404,7 @@ declare namespace CodeDeploy {
1404
1404
  }
1405
1405
  export interface GetApplicationInput {
1406
1406
  /**
1407
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1407
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1408
1408
  */
1409
1409
  applicationName: ApplicationName;
1410
1410
  }
@@ -1440,7 +1440,7 @@ declare namespace CodeDeploy {
1440
1440
  }
1441
1441
  export interface GetDeploymentConfigInput {
1442
1442
  /**
1443
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
1443
+ * The name of a deployment configuration associated with the user or Amazon Web Services account.
1444
1444
  */
1445
1445
  deploymentConfigName: DeploymentConfigName;
1446
1446
  }
@@ -1452,7 +1452,7 @@ declare namespace CodeDeploy {
1452
1452
  }
1453
1453
  export interface GetDeploymentGroupInput {
1454
1454
  /**
1455
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1455
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1456
1456
  */
1457
1457
  applicationName: ApplicationName;
1458
1458
  /**
@@ -1468,7 +1468,7 @@ declare namespace CodeDeploy {
1468
1468
  }
1469
1469
  export interface GetDeploymentInput {
1470
1470
  /**
1471
- * The unique ID of a deployment associated with the IAM user or Amazon Web Services account.
1471
+ * The unique ID of a deployment associated with the user or Amazon Web Services account.
1472
1472
  */
1473
1473
  deploymentId: DeploymentId;
1474
1474
  }
@@ -1557,7 +1557,7 @@ declare namespace CodeDeploy {
1557
1557
  */
1558
1558
  iamSessionArn?: IamSessionArn;
1559
1559
  /**
1560
- * The IAM user ARN associated with the on-premises instance.
1560
+ * The user ARN associated with the on-premises instance.
1561
1561
  */
1562
1562
  iamUserArn?: IamUserArn;
1563
1563
  /**
@@ -1745,7 +1745,7 @@ declare namespace CodeDeploy {
1745
1745
  export type LifecycleMessage = string;
1746
1746
  export interface ListApplicationRevisionsInput {
1747
1747
  /**
1748
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1748
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1749
1749
  */
1750
1750
  applicationName: ApplicationName;
1751
1751
  /**
@@ -1817,7 +1817,7 @@ declare namespace CodeDeploy {
1817
1817
  }
1818
1818
  export interface ListDeploymentGroupsInput {
1819
1819
  /**
1820
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1820
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1821
1821
  */
1822
1822
  applicationName: ApplicationName;
1823
1823
  /**
@@ -1893,7 +1893,7 @@ declare namespace CodeDeploy {
1893
1893
  }
1894
1894
  export interface ListDeploymentsInput {
1895
1895
  /**
1896
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.
1896
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account. If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.
1897
1897
  */
1898
1898
  applicationName?: ApplicationName;
1899
1899
  /**
@@ -1992,11 +1992,11 @@ declare namespace CodeDeploy {
1992
1992
  export type ListenerArnList = ListenerArn[];
1993
1993
  export interface LoadBalancerInfo {
1994
1994
  /**
1995
- * An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers. Adding more than one load balancer to the array is not supported.
1995
+ * An array that contains information about the load balancers to use for load balancing in a deployment. If you're using Classic Load Balancers, specify those load balancers in this array. You can add up to 10 load balancers to the array. If you're using Application Load Balancers or Network Load Balancers, use the targetGroupInfoList array instead of this one.
1996
1996
  */
1997
1997
  elbInfoList?: ELBInfoList;
1998
1998
  /**
1999
- * An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers. Adding more than one target group to the array is not supported.
1999
+ * An array that contains information about the target groups to use for load balancing in a deployment. If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array. You can add up to 10 target groups to the array. If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
2000
2000
  */
2001
2001
  targetGroupInfoList?: TargetGroupInfoList;
2002
2002
  /**
@@ -2063,7 +2063,7 @@ declare namespace CodeDeploy {
2063
2063
  export type RawStringSha256 = string;
2064
2064
  export interface RegisterApplicationRevisionInput {
2065
2065
  /**
2066
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
2066
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
2067
2067
  */
2068
2068
  applicationName: ApplicationName;
2069
2069
  /**
@@ -2085,7 +2085,7 @@ declare namespace CodeDeploy {
2085
2085
  */
2086
2086
  iamSessionArn?: IamSessionArn;
2087
2087
  /**
2088
- * The ARN of the IAM user to associate with the on-premises instance.
2088
+ * The ARN of the user to associate with the on-premises instance.
2089
2089
  */
2090
2090
  iamUserArn?: IamUserArn;
2091
2091
  }
@@ -2173,7 +2173,7 @@ declare namespace CodeDeploy {
2173
2173
  */
2174
2174
  key?: S3Key;
2175
2175
  /**
2176
- * The file type of the application revision. Must be one of the following: tar: A tar archive file. tgz: A compressed tar archive file. zip: A zip archive file.
2176
+ * The file type of the application revision. Must be one of the following: tar: A tar archive file. tgz: A compressed tar archive file. zip: A zip archive file. YAML: A YAML-formatted file. JSON: A JSON-formatted file.
2177
2177
  */
2178
2178
  bundleType?: BundleType;
2179
2179
  /**
@@ -943,7 +943,7 @@ declare namespace CognitoIdentityServiceProvider {
943
943
  */
944
944
  UserPoolId: UserPoolIdType;
945
945
  /**
946
- * The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username can't be changed.
946
+ * The value that you want to set as the username sign-in attribute. The following conditions apply to the username parameter. The username can't be a duplicate of another username in the same user pool. You can't change the value of a username after you create it. You can only provide a value if usernames are a valid sign-in attribute for your user pool. If your user pool only supports phone numbers or email addresses as sign-in attributes, Amazon Cognito automatically generates a username value. For more information, see Customizing sign-in attributes.
947
947
  */
948
948
  Username: UsernameType;
949
949
  /**