aws-sdk 2.1651.0 → 2.1652.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -13,7 +13,10 @@
13
13
  "serviceId": "SFN",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "AWSStepFunctions",
16
- "uid": "states-2016-11-23"
16
+ "uid": "states-2016-11-23",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "CreateActivity": {
@@ -13,7 +13,10 @@
13
13
  "serviceId": "SWF",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "SimpleWorkflowService",
16
- "uid": "swf-2012-01-25"
16
+ "uid": "swf-2012-01-25",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "CountClosedWorkflowExecutions": {
@@ -13,7 +13,10 @@
13
13
  "serviceId": "WAFV2",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "AWSWAF_20190729",
16
- "uid": "wafv2-2019-07-29"
16
+ "uid": "wafv2-2019-07-29",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AssociateWebACL": {
@@ -579,6 +579,14 @@ declare class Connect extends Service {
579
579
  * This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
580
580
  */
581
581
  describeAgentStatus(callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
582
+ /**
583
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile.
584
+ */
585
+ describeAuthenticationProfile(params: Connect.Types.DescribeAuthenticationProfileRequest, callback?: (err: AWSError, data: Connect.Types.DescribeAuthenticationProfileResponse) => void): Request<Connect.Types.DescribeAuthenticationProfileResponse, AWSError>;
586
+ /**
587
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile.
588
+ */
589
+ describeAuthenticationProfile(callback?: (err: AWSError, data: Connect.Types.DescribeAuthenticationProfileResponse) => void): Request<Connect.Types.DescribeAuthenticationProfileResponse, AWSError>;
582
590
  /**
583
591
  * This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted. Only data from November 12, 2021, and later is returned by this API.
584
592
  */
@@ -995,6 +1003,14 @@ declare class Connect extends Service {
995
1003
  * This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance.
996
1004
  */
997
1005
  listApprovedOrigins(callback?: (err: AWSError, data: Connect.Types.ListApprovedOriginsResponse) => void): Request<Connect.Types.ListApprovedOriginsResponse, AWSError>;
1006
+ /**
1007
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance.
1008
+ */
1009
+ listAuthenticationProfiles(params: Connect.Types.ListAuthenticationProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListAuthenticationProfilesResponse) => void): Request<Connect.Types.ListAuthenticationProfilesResponse, AWSError>;
1010
+ /**
1011
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance.
1012
+ */
1013
+ listAuthenticationProfiles(callback?: (err: AWSError, data: Connect.Types.ListAuthenticationProfilesResponse) => void): Request<Connect.Types.ListAuthenticationProfilesResponse, AWSError>;
998
1014
  /**
999
1015
  * This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.
1000
1016
  */
@@ -1500,11 +1516,11 @@ declare class Connect extends Service {
1500
1516
  */
1501
1517
  sendChatIntegrationEvent(callback?: (err: AWSError, data: Connect.Types.SendChatIntegrationEventResponse) => void): Request<Connect.Types.SendChatIntegrationEventResponse, AWSError>;
1502
1518
  /**
1503
- * Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to a Connect Case.
1519
+ * Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to an Amazon Connect Case.
1504
1520
  */
1505
1521
  startAttachedFileUpload(params: Connect.Types.StartAttachedFileUploadRequest, callback?: (err: AWSError, data: Connect.Types.StartAttachedFileUploadResponse) => void): Request<Connect.Types.StartAttachedFileUploadResponse, AWSError>;
1506
1522
  /**
1507
- * Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to a Connect Case.
1523
+ * Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to an Amazon Connect Case.
1508
1524
  */
1509
1525
  startAttachedFileUpload(callback?: (err: AWSError, data: Connect.Types.StartAttachedFileUploadResponse) => void): Request<Connect.Types.StartAttachedFileUploadResponse, AWSError>;
1510
1526
  /**
@@ -1651,6 +1667,14 @@ declare class Connect extends Service {
1651
1667
  * This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
1652
1668
  */
1653
1669
  updateAgentStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1670
+ /**
1671
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile.
1672
+ */
1673
+ updateAuthenticationProfile(params: Connect.Types.UpdateAuthenticationProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1674
+ /**
1675
+ * This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile.
1676
+ */
1677
+ updateAuthenticationProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1654
1678
  /**
1655
1679
  * This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.
1656
1680
  */
@@ -2015,6 +2039,7 @@ declare class Connect extends Service {
2015
2039
  declare namespace Connect {
2016
2040
  export type ARN = string;
2017
2041
  export type AWSAccountId = string;
2042
+ export type AccessTokenDuration = number;
2018
2043
  export type ActionSummaries = ActionSummary[];
2019
2044
  export interface ActionSummary {
2020
2045
  /**
@@ -2673,6 +2698,86 @@ declare namespace Connect {
2673
2698
  PotentialQualityIssues?: PotentialAudioQualityIssues;
2674
2699
  }
2675
2700
  export type AudioQualityScore = number;
2701
+ export interface AuthenticationProfile {
2702
+ /**
2703
+ * A unique identifier for the authentication profile.
2704
+ */
2705
+ Id?: AuthenticationProfileId;
2706
+ /**
2707
+ * The Amazon Resource Name (ARN) for the authentication profile.
2708
+ */
2709
+ Arn?: ARN;
2710
+ /**
2711
+ * The name for the authentication profile.
2712
+ */
2713
+ Name?: AuthenticationProfileName;
2714
+ /**
2715
+ * The description for the authentication profile.
2716
+ */
2717
+ Description?: AuthenticationProfileDescription;
2718
+ /**
2719
+ * A list of IP address range strings that are allowed to access the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
2720
+ */
2721
+ AllowedIps?: IpCidrList;
2722
+ /**
2723
+ * A list of IP address range strings that are blocked from accessing the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
2724
+ */
2725
+ BlockedIps?: IpCidrList;
2726
+ /**
2727
+ * Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
2728
+ */
2729
+ IsDefault?: Boolean;
2730
+ /**
2731
+ * The timestamp when the authentication profile was created.
2732
+ */
2733
+ CreatedTime?: Timestamp;
2734
+ /**
2735
+ * The timestamp when the authentication profile was last modified.
2736
+ */
2737
+ LastModifiedTime?: Timestamp;
2738
+ /**
2739
+ * The Amazon Web Services Region where the authentication profile was last modified.
2740
+ */
2741
+ LastModifiedRegion?: RegionName;
2742
+ /**
2743
+ * The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
2744
+ */
2745
+ PeriodicSessionDuration?: AccessTokenDuration;
2746
+ /**
2747
+ * The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
2748
+ */
2749
+ MaxSessionDuration?: RefreshTokenDuration;
2750
+ }
2751
+ export type AuthenticationProfileDescription = string;
2752
+ export type AuthenticationProfileId = string;
2753
+ export type AuthenticationProfileName = string;
2754
+ export interface AuthenticationProfileSummary {
2755
+ /**
2756
+ * The unique identifier of the authentication profile.
2757
+ */
2758
+ Id?: AuthenticationProfileId;
2759
+ /**
2760
+ * The Amazon Resource Name (ARN) of the authentication profile summary.
2761
+ */
2762
+ Arn?: ARN;
2763
+ /**
2764
+ * The name of the authentication profile summary.
2765
+ */
2766
+ Name?: AuthenticationProfileName;
2767
+ /**
2768
+ * Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
2769
+ */
2770
+ IsDefault?: Boolean;
2771
+ /**
2772
+ * The timestamp when the authentication profile summary was last modified.
2773
+ */
2774
+ LastModifiedTime?: Timestamp;
2775
+ /**
2776
+ * The Amazon Web Services Region when the authentication profile summary was last modified.
2777
+ */
2778
+ LastModifiedRegion?: RegionName;
2779
+ }
2780
+ export type AuthenticationProfileSummaryList = AuthenticationProfileSummary[];
2676
2781
  export type AutoAccept = boolean;
2677
2782
  export interface AvailableNumberSummary {
2678
2783
  /**
@@ -2951,7 +3056,7 @@ declare namespace Connect {
2951
3056
  export type ComparisonOperator = string;
2952
3057
  export interface CompleteAttachedFileUploadRequest {
2953
3058
  /**
2954
- * The unique identifier of the Connect instance.
3059
+ * The unique identifier of the Amazon Connect instance.
2955
3060
  */
2956
3061
  InstanceId: InstanceId;
2957
3062
  /**
@@ -4740,6 +4845,22 @@ declare namespace Connect {
4740
4845
  */
4741
4846
  AgentStatus?: AgentStatus;
4742
4847
  }
4848
+ export interface DescribeAuthenticationProfileRequest {
4849
+ /**
4850
+ * A unique identifier for the authentication profile.
4851
+ */
4852
+ AuthenticationProfileId: AuthenticationProfileId;
4853
+ /**
4854
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
4855
+ */
4856
+ InstanceId: InstanceId;
4857
+ }
4858
+ export interface DescribeAuthenticationProfileResponse {
4859
+ /**
4860
+ * The authentication profile object being described.
4861
+ */
4862
+ AuthenticationProfile?: AuthenticationProfile;
4863
+ }
4743
4864
  export interface DescribeContactEvaluationRequest {
4744
4865
  /**
4745
4866
  * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
@@ -7101,6 +7222,8 @@ declare namespace Connect {
7101
7222
  Id?: TaskTemplateFieldIdentifier;
7102
7223
  }
7103
7224
  export type InvisibleTaskTemplateFields = InvisibleFieldInfo[];
7225
+ export type IpCidr = string;
7226
+ export type IpCidrList = IpCidr[];
7104
7227
  export type JoinToken = string;
7105
7228
  export type KeyId = string;
7106
7229
  export interface KinesisFirehoseConfig {
@@ -7237,6 +7360,30 @@ declare namespace Connect {
7237
7360
  */
7238
7361
  NextToken?: NextToken;
7239
7362
  }
7363
+ export interface ListAuthenticationProfilesRequest {
7364
+ /**
7365
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
7366
+ */
7367
+ InstanceId: InstanceId;
7368
+ /**
7369
+ * The maximum number of results to return per page.
7370
+ */
7371
+ MaxResults?: MaxResult1000;
7372
+ /**
7373
+ * 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.
7374
+ */
7375
+ NextToken?: NextToken;
7376
+ }
7377
+ export interface ListAuthenticationProfilesResponse {
7378
+ /**
7379
+ * A summary of a given authentication profile.
7380
+ */
7381
+ AuthenticationProfileSummaryList?: AuthenticationProfileSummaryList;
7382
+ /**
7383
+ * If there are additional results, this is the token for the next set of results.
7384
+ */
7385
+ NextToken?: NextToken;
7386
+ }
7240
7387
  export interface ListBotsRequest {
7241
7388
  /**
7242
7389
  * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
@@ -9492,6 +9639,7 @@ declare namespace Connect {
9492
9639
  export type ReferenceType = "URL"|"ATTACHMENT"|"NUMBER"|"STRING"|"DATE"|"EMAIL"|string;
9493
9640
  export type ReferenceTypes = ReferenceType[];
9494
9641
  export type ReferenceValue = string;
9642
+ export type RefreshTokenDuration = number;
9495
9643
  export type RegionName = string;
9496
9644
  export type RehydrationType = "ENTIRE_PAST_SESSION"|"FROM_SEGMENT"|string;
9497
9645
  export interface ReleasePhoneNumberRequest {
@@ -10018,7 +10166,7 @@ declare namespace Connect {
10018
10166
  }
10019
10167
  export interface SearchContactFlowsResponse {
10020
10168
  /**
10021
- * Information about the contact flows.
10169
+ * Information about the flows.
10022
10170
  */
10023
10171
  ContactFlows?: ContactFlowSearchSummaryList;
10024
10172
  /**
@@ -10749,7 +10897,7 @@ declare namespace Connect {
10749
10897
  */
10750
10898
  ClientToken?: ClientToken;
10751
10899
  /**
10752
- * The unique identifier of the Connect instance.
10900
+ * The unique identifier of the Amazon Connect instance.
10753
10901
  */
10754
10902
  InstanceId: InstanceId;
10755
10903
  /**
@@ -11073,7 +11221,7 @@ declare namespace Connect {
11073
11221
  */
11074
11222
  ClientToken?: ClientToken;
11075
11223
  /**
11076
- * The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
11224
+ * The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
11077
11225
  */
11078
11226
  ContactFlowId: ContactFlowId;
11079
11227
  /**
@@ -11694,6 +11842,36 @@ declare namespace Connect {
11694
11842
  */
11695
11843
  ResetOrderNumber?: Boolean;
11696
11844
  }
11845
+ export interface UpdateAuthenticationProfileRequest {
11846
+ /**
11847
+ * A unique identifier for the authentication profile.
11848
+ */
11849
+ AuthenticationProfileId: AuthenticationProfileId;
11850
+ /**
11851
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
11852
+ */
11853
+ InstanceId: InstanceId;
11854
+ /**
11855
+ * The name for the authentication profile.
11856
+ */
11857
+ Name?: AuthenticationProfileName;
11858
+ /**
11859
+ * The description for the authentication profile.
11860
+ */
11861
+ Description?: AuthenticationProfileDescription;
11862
+ /**
11863
+ * A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.
11864
+ */
11865
+ AllowedIps?: IpCidrList;
11866
+ /**
11867
+ * A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.
11868
+ */
11869
+ BlockedIps?: IpCidrList;
11870
+ /**
11871
+ * The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.
11872
+ */
11873
+ PeriodicSessionDuration?: AccessTokenDuration;
11874
+ }
11697
11875
  export interface UpdateCaseActionDefinition {
11698
11876
  /**
11699
11877
  * An array of objects with Field ID and Value data.
package/clients/eks.d.ts CHANGED
@@ -860,7 +860,7 @@ declare namespace EKS {
860
860
  export type BoxedBoolean = boolean;
861
861
  export type BoxedInteger = number;
862
862
  export type Capacity = number;
863
- export type CapacityTypes = "ON_DEMAND"|"SPOT"|string;
863
+ export type CapacityTypes = "ON_DEMAND"|"SPOT"|"CAPACITY_BLOCK"|string;
864
864
  export type Category = "UPGRADE_READINESS"|string;
865
865
  export type CategoryList = Category[];
866
866
  export interface Certificate {
@@ -256,6 +256,7 @@ declare namespace PaymentCryptography {
256
256
  */
257
257
  Key: Key;
258
258
  }
259
+ export type EvenHexLengthBetween16And32 = string;
259
260
  export interface ExportAttributes {
260
261
  /**
261
262
  * Parameter information for IPEK export.
@@ -351,7 +352,7 @@ declare namespace PaymentCryptography {
351
352
  /**
352
353
  * A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
353
354
  */
354
- RandomNonce?: HexLength16;
355
+ RandomNonce?: EvenHexLengthBetween16And32;
355
356
  /**
356
357
  * Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
357
358
  */
@@ -461,7 +462,6 @@ declare namespace PaymentCryptography {
461
462
  */
462
463
  KeyCertificateChain: CertificateType;
463
464
  }
464
- export type HexLength16 = string;
465
465
  export type HexLength20Or24 = string;
466
466
  export interface ImportKeyCryptogram {
467
467
  KeyAttributes: KeyAttributes;
@@ -563,7 +563,7 @@ declare namespace PaymentCryptography {
563
563
  /**
564
564
  * A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
565
565
  */
566
- RandomNonce?: HexLength16;
566
+ RandomNonce?: EvenHexLengthBetween16And32;
567
567
  }
568
568
  export interface Key {
569
569
  /**