aws-sdk 2.962.0 → 2.966.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
  4. package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
  5. package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
  6. package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
  7. package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
  8. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
  9. package/apis/codebuild-2016-10-06.examples.json +0 -276
  10. package/apis/codebuild-2016-10-06.min.json +51 -26
  11. package/apis/connect-2017-08-08.min.json +364 -101
  12. package/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/apis/lightsail-2016-11-28.min.json +154 -144
  14. package/apis/metadata.json +12 -0
  15. package/apis/nimble-2020-08-01.min.json +13 -0
  16. package/apis/rekognition-2016-06-27.min.json +51 -30
  17. package/apis/snow-device-management-2021-08-04.examples.json +5 -0
  18. package/apis/snow-device-management-2021-08-04.min.json +638 -0
  19. package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
  20. package/apis/wafv2-2019-07-29.min.json +306 -98
  21. package/clients/all.d.ts +3 -0
  22. package/clients/all.js +4 -1
  23. package/clients/athena.d.ts +28 -28
  24. package/clients/chime.d.ts +17 -14
  25. package/clients/chimesdkidentity.d.ts +591 -0
  26. package/clients/chimesdkidentity.js +18 -0
  27. package/clients/chimesdkmessaging.d.ts +1344 -0
  28. package/clients/chimesdkmessaging.js +18 -0
  29. package/clients/codebuild.d.ts +166 -126
  30. package/clients/connect.d.ts +310 -9
  31. package/clients/ebs.d.ts +10 -10
  32. package/clients/ecs.d.ts +18 -18
  33. package/clients/lightsail.d.ts +19 -1
  34. package/clients/nimble.d.ts +31 -15
  35. package/clients/rekognition.d.ts +59 -26
  36. package/clients/route53.d.ts +57 -57
  37. package/clients/snowdevicemanagement.d.ts +767 -0
  38. package/clients/snowdevicemanagement.js +18 -0
  39. package/clients/ssm.d.ts +110 -110
  40. package/clients/synthetics.d.ts +25 -1
  41. package/clients/wafv2.d.ts +325 -6
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +122 -11
  44. package/dist/aws-sdk.js +487 -160
  45. package/dist/aws-sdk.min.js +76 -76
  46. package/lib/config_service_placeholders.d.ts +6 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
@@ -75,6 +75,14 @@ declare class Connect extends Service {
75
75
  * This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance.
76
76
  */
77
77
  associateSecurityKey(callback?: (err: AWSError, data: Connect.Types.AssociateSecurityKeyResponse) => void): Request<Connect.Types.AssociateSecurityKeyResponse, AWSError>;
78
+ /**
79
+ * This API is in preview release for Amazon Connect and is subject to change. Creates an agent status for the specified Amazon Connect instance.
80
+ */
81
+ createAgentStatus(params: Connect.Types.CreateAgentStatusRequest, callback?: (err: AWSError, data: Connect.Types.CreateAgentStatusResponse) => void): Request<Connect.Types.CreateAgentStatusResponse, AWSError>;
82
+ /**
83
+ * This API is in preview release for Amazon Connect and is subject to change. Creates an agent status for the specified Amazon Connect instance.
84
+ */
85
+ createAgentStatus(callback?: (err: AWSError, data: Connect.Types.CreateAgentStatusResponse) => void): Request<Connect.Types.CreateAgentStatusResponse, AWSError>;
78
86
  /**
79
87
  * Creates a contact flow for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language.
80
88
  */
@@ -83,6 +91,14 @@ declare class Connect extends Service {
83
91
  * Creates a contact flow for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language.
84
92
  */
85
93
  createContactFlow(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
94
+ /**
95
+ * This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
96
+ */
97
+ createHoursOfOperation(params: Connect.Types.CreateHoursOfOperationRequest, callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
98
+ /**
99
+ * This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
100
+ */
101
+ createHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
86
102
  /**
87
103
  * This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
88
104
  */
@@ -147,6 +163,14 @@ declare class Connect extends Service {
147
163
  * Creates a new user hierarchy group.
148
164
  */
149
165
  createUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.CreateUserHierarchyGroupResponse) => void): Request<Connect.Types.CreateUserHierarchyGroupResponse, AWSError>;
166
+ /**
167
+ * This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
168
+ */
169
+ deleteHoursOfOperation(params: Connect.Types.DeleteHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
170
+ /**
171
+ * This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
172
+ */
173
+ deleteHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
150
174
  /**
151
175
  * This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
152
176
  */
@@ -195,6 +219,14 @@ declare class Connect extends Service {
195
219
  * Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
196
220
  */
197
221
  deleteUserHierarchyGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
222
+ /**
223
+ * This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
224
+ */
225
+ describeAgentStatus(params: Connect.Types.DescribeAgentStatusRequest, callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
226
+ /**
227
+ * This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
228
+ */
229
+ describeAgentStatus(callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
198
230
  /**
199
231
  * Describes the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
200
232
  */
@@ -379,6 +411,14 @@ declare class Connect extends Service {
379
411
  * Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
380
412
  */
381
413
  getMetricData(callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Types.GetMetricDataResponse, AWSError>;
414
+ /**
415
+ * This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses.
416
+ */
417
+ listAgentStatuses(params: Connect.Types.ListAgentStatusRequest, callback?: (err: AWSError, data: Connect.Types.ListAgentStatusResponse) => void): Request<Connect.Types.ListAgentStatusResponse, AWSError>;
418
+ /**
419
+ * This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses.
420
+ */
421
+ listAgentStatuses(callback?: (err: AWSError, data: Connect.Types.ListAgentStatusResponse) => void): Request<Connect.Types.ListAgentStatusResponse, AWSError>;
382
422
  /**
383
423
  * 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.
384
424
  */
@@ -628,11 +668,11 @@ declare class Connect extends Service {
628
668
  */
629
669
  suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
630
670
  /**
631
- * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, and contact flows. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
671
+ * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
632
672
  */
633
673
  tagResource(params: Connect.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
634
674
  /**
635
- * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, and contact flows. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
675
+ * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
636
676
  */
637
677
  tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
638
678
  /**
@@ -643,6 +683,14 @@ declare class Connect extends Service {
643
683
  * Removes the specified tags from the specified resource.
644
684
  */
645
685
  untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
686
+ /**
687
+ * This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
688
+ */
689
+ updateAgentStatus(params: Connect.Types.UpdateAgentStatusRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
690
+ /**
691
+ * This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
692
+ */
693
+ updateAgentStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
646
694
  /**
647
695
  * Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about CTR retention and the maximum size of the CTR attributes section, see Feature specifications in the Amazon Connect Administrator Guide. Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
648
696
  */
@@ -667,6 +715,14 @@ declare class Connect extends Service {
667
715
  * The name of the contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
668
716
  */
669
717
  updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
718
+ /**
719
+ * This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
720
+ */
721
+ updateHoursOfOperation(params: Connect.Types.UpdateHoursOfOperationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
722
+ /**
723
+ * This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
724
+ */
725
+ updateHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
670
726
  /**
671
727
  * This API is in preview release for Amazon Connect and is subject to change. Updates the value for the specified attribute type.
672
728
  */
@@ -833,6 +889,66 @@ declare namespace Connect {
833
889
  export type AfterContactWorkTimeLimit = number;
834
890
  export type AgentFirstName = string;
835
891
  export type AgentLastName = string;
892
+ export interface AgentStatus {
893
+ /**
894
+ * The Amazon Resource Name (ARN) of the agent status.
895
+ */
896
+ AgentStatusARN?: ARN;
897
+ /**
898
+ * The identifier of the agent status.
899
+ */
900
+ AgentStatusId?: AgentStatusId;
901
+ /**
902
+ * The name of the agent status.
903
+ */
904
+ Name?: AgentStatusName;
905
+ /**
906
+ * The description of the agent status.
907
+ */
908
+ Description?: AgentStatusDescription;
909
+ /**
910
+ * The type of agent status.
911
+ */
912
+ Type?: AgentStatusType;
913
+ /**
914
+ * The display order of the agent status.
915
+ */
916
+ DisplayOrder?: AgentStatusOrderNumber;
917
+ /**
918
+ * The state of the agent status.
919
+ */
920
+ State?: AgentStatusState;
921
+ /**
922
+ * One or more tags.
923
+ */
924
+ Tags?: TagMap;
925
+ }
926
+ export type AgentStatusDescription = string;
927
+ export type AgentStatusId = string;
928
+ export type AgentStatusName = string;
929
+ export type AgentStatusOrderNumber = number;
930
+ export type AgentStatusState = "ENABLED"|"DISABLED"|string;
931
+ export interface AgentStatusSummary {
932
+ /**
933
+ * The identifier for an agent status.
934
+ */
935
+ Id?: AgentStatusId;
936
+ /**
937
+ * The Amazon Resource Name (ARN) for the agent status.
938
+ */
939
+ Arn?: ARN;
940
+ /**
941
+ * The name of the agent status.
942
+ */
943
+ Name?: AgentStatusName;
944
+ /**
945
+ * The type of the agent status.
946
+ */
947
+ Type?: AgentStatusType;
948
+ }
949
+ export type AgentStatusSummaryList = AgentStatusSummary[];
950
+ export type AgentStatusType = "ROUTABLE"|"CUSTOM"|"OFFLINE"|string;
951
+ export type AgentStatusTypes = AgentStatusType[];
836
952
  export type AgentUsername = string;
837
953
  export type AliasArn = string;
838
954
  export interface AssociateApprovedOriginRequest {
@@ -956,6 +1072,7 @@ declare namespace Connect {
956
1072
  export type Attributes = {[key: string]: AttributeValue};
957
1073
  export type AttributesList = Attribute[];
958
1074
  export type AutoAccept = boolean;
1075
+ export type Boolean = boolean;
959
1076
  export type BotName = string;
960
1077
  export type BucketName = string;
961
1078
  export type Channel = "VOICE"|"CHAT"|"TASK"|string;
@@ -973,7 +1090,6 @@ declare namespace Connect {
973
1090
  Content: ChatContent;
974
1091
  }
975
1092
  export type ClientToken = string;
976
- export type CommonDescriptionLength250 = string;
977
1093
  export type CommonNameLength127 = string;
978
1094
  export type Comparison = "LT"|string;
979
1095
  export type Concurrency = number;
@@ -1034,6 +1150,42 @@ declare namespace Connect {
1034
1150
  export type ContactFlowTypes = ContactFlowType[];
1035
1151
  export type ContactId = string;
1036
1152
  export type ContactReferences = {[key: string]: Reference};
1153
+ export interface CreateAgentStatusRequest {
1154
+ /**
1155
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1156
+ */
1157
+ InstanceId: InstanceId;
1158
+ /**
1159
+ * The name of the status.
1160
+ */
1161
+ Name: AgentStatusName;
1162
+ /**
1163
+ * The description of the status.
1164
+ */
1165
+ Description?: AgentStatusDescription;
1166
+ /**
1167
+ * The state of the status.
1168
+ */
1169
+ State: AgentStatusState;
1170
+ /**
1171
+ * The display order of the status.
1172
+ */
1173
+ DisplayOrder?: AgentStatusOrderNumber;
1174
+ /**
1175
+ * One or more tags.
1176
+ */
1177
+ Tags?: TagMap;
1178
+ }
1179
+ export interface CreateAgentStatusResponse {
1180
+ /**
1181
+ * The Amazon Resource Name (ARN) of the agent status.
1182
+ */
1183
+ AgentStatusARN?: ARN;
1184
+ /**
1185
+ * The identifier of the agent status.
1186
+ */
1187
+ AgentStatusId?: AgentStatusId;
1188
+ }
1037
1189
  export interface CreateContactFlowRequest {
1038
1190
  /**
1039
1191
  * The identifier of the Amazon Connect instance.
@@ -1070,6 +1222,42 @@ declare namespace Connect {
1070
1222
  */
1071
1223
  ContactFlowArn?: ARN;
1072
1224
  }
1225
+ export interface CreateHoursOfOperationRequest {
1226
+ /**
1227
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1228
+ */
1229
+ InstanceId: InstanceId;
1230
+ /**
1231
+ * The name of the hours of operation.
1232
+ */
1233
+ Name: CommonNameLength127;
1234
+ /**
1235
+ * The description of the hours of operation.
1236
+ */
1237
+ Description?: HoursOfOperationDescription;
1238
+ /**
1239
+ * The time zone of the hours of operation.
1240
+ */
1241
+ TimeZone: TimeZone;
1242
+ /**
1243
+ * Configuration information for the hours of operation: day, start time, and end time.
1244
+ */
1245
+ Config: HoursOfOperationConfigList;
1246
+ /**
1247
+ * One or more tags.
1248
+ */
1249
+ Tags?: TagMap;
1250
+ }
1251
+ export interface CreateHoursOfOperationResponse {
1252
+ /**
1253
+ * The identifier for the hours of operation.
1254
+ */
1255
+ HoursOfOperationId?: HoursOfOperationId;
1256
+ /**
1257
+ * The Amazon Resource Name (ARN) for the hours of operation.
1258
+ */
1259
+ HoursOfOperationArn?: ARN;
1260
+ }
1073
1261
  export interface CreateInstanceRequest {
1074
1262
  /**
1075
1263
  * The idempotency token.
@@ -1419,6 +1607,16 @@ declare namespace Connect {
1419
1607
  export type CurrentMetricResults = CurrentMetricResult[];
1420
1608
  export type CurrentMetrics = CurrentMetric[];
1421
1609
  export type Delay = number;
1610
+ export interface DeleteHoursOfOperationRequest {
1611
+ /**
1612
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1613
+ */
1614
+ InstanceId: InstanceId;
1615
+ /**
1616
+ * The identifier for the hours of operation.
1617
+ */
1618
+ HoursOfOperationId: HoursOfOperationId;
1619
+ }
1422
1620
  export interface DeleteInstanceRequest {
1423
1621
  /**
1424
1622
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1479,6 +1677,22 @@ declare namespace Connect {
1479
1677
  */
1480
1678
  UserId: UserId;
1481
1679
  }
1680
+ export interface DescribeAgentStatusRequest {
1681
+ /**
1682
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1683
+ */
1684
+ InstanceId: InstanceId;
1685
+ /**
1686
+ * The identifier for the agent status.
1687
+ */
1688
+ AgentStatusId: AgentStatusId;
1689
+ }
1690
+ export interface DescribeAgentStatusResponse {
1691
+ /**
1692
+ * The agent status.
1693
+ */
1694
+ AgentStatus?: AgentStatus;
1695
+ }
1482
1696
  export interface DescribeContactFlowRequest {
1483
1697
  /**
1484
1698
  * The identifier of the Amazon Connect instance.
@@ -2089,7 +2303,7 @@ declare namespace Connect {
2089
2303
  /**
2090
2304
  * The description for the hours of operation.
2091
2305
  */
2092
- Description?: CommonDescriptionLength250;
2306
+ Description?: HoursOfOperationDescription;
2093
2307
  /**
2094
2308
  * The time zone for the hours of operation.
2095
2309
  */
@@ -2107,18 +2321,19 @@ declare namespace Connect {
2107
2321
  /**
2108
2322
  * The day that the hours of operation applies to.
2109
2323
  */
2110
- Day?: HoursOfOperationDays;
2324
+ Day: HoursOfOperationDays;
2111
2325
  /**
2112
2326
  * The start time that your contact center is open.
2113
2327
  */
2114
- StartTime?: HoursOfOperationTimeSlice;
2328
+ StartTime: HoursOfOperationTimeSlice;
2115
2329
  /**
2116
2330
  * The end time that your contact center is closes.
2117
2331
  */
2118
- EndTime?: HoursOfOperationTimeSlice;
2332
+ EndTime: HoursOfOperationTimeSlice;
2119
2333
  }
2120
2334
  export type HoursOfOperationConfigList = HoursOfOperationConfig[];
2121
2335
  export type HoursOfOperationDays = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|string;
2336
+ export type HoursOfOperationDescription = string;
2122
2337
  export type HoursOfOperationId = string;
2123
2338
  export type HoursOfOperationName = string;
2124
2339
  export interface HoursOfOperationSummary {
@@ -2140,11 +2355,11 @@ declare namespace Connect {
2140
2355
  /**
2141
2356
  * The hours.
2142
2357
  */
2143
- Hours?: Hours24Format;
2358
+ Hours: Hours24Format;
2144
2359
  /**
2145
2360
  * The minutes.
2146
2361
  */
2147
- Minutes?: MinutesLimit60;
2362
+ Minutes: MinutesLimit60;
2148
2363
  }
2149
2364
  export type InboundCallsEnabled = boolean;
2150
2365
  export interface Instance {
@@ -2357,6 +2572,34 @@ declare namespace Connect {
2357
2572
  AliasArn?: AliasArn;
2358
2573
  }
2359
2574
  export type LexVersion = "V1"|"V2"|string;
2575
+ export interface ListAgentStatusRequest {
2576
+ /**
2577
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2578
+ */
2579
+ InstanceId: InstanceId;
2580
+ /**
2581
+ * 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.
2582
+ */
2583
+ NextToken?: NextToken;
2584
+ /**
2585
+ * The maximum number of results to return per page.
2586
+ */
2587
+ MaxResults?: MaxResult1000;
2588
+ /**
2589
+ * Available agent status types.
2590
+ */
2591
+ AgentStatusTypes?: AgentStatusTypes;
2592
+ }
2593
+ export interface ListAgentStatusResponse {
2594
+ /**
2595
+ * If there are additional results, this is the token for the next set of results.
2596
+ */
2597
+ NextToken?: NextToken;
2598
+ /**
2599
+ * A summary of agent statuses.
2600
+ */
2601
+ AgentStatusSummaryList?: AgentStatusSummaryList;
2602
+ }
2360
2603
  export interface ListApprovedOriginsRequest {
2361
2604
  /**
2362
2605
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -3596,6 +3839,37 @@ declare namespace Connect {
3596
3839
  */
3597
3840
  tagKeys: TagKeyList;
3598
3841
  }
3842
+ export type UpdateAgentStatusDescription = string;
3843
+ export interface UpdateAgentStatusRequest {
3844
+ /**
3845
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3846
+ */
3847
+ InstanceId: InstanceId;
3848
+ /**
3849
+ * The identifier of the agent status.
3850
+ */
3851
+ AgentStatusId: AgentStatusId;
3852
+ /**
3853
+ * The name of the agent status.
3854
+ */
3855
+ Name?: AgentStatusName;
3856
+ /**
3857
+ * The description of the agent status.
3858
+ */
3859
+ Description?: UpdateAgentStatusDescription;
3860
+ /**
3861
+ * The state of the agent status.
3862
+ */
3863
+ State?: AgentStatusState;
3864
+ /**
3865
+ * The display order of the agent status.
3866
+ */
3867
+ DisplayOrder?: AgentStatusOrderNumber;
3868
+ /**
3869
+ * A number indicating the reset order of the agent status.
3870
+ */
3871
+ ResetOrderNumber?: Boolean;
3872
+ }
3599
3873
  export interface UpdateContactAttributesRequest {
3600
3874
  /**
3601
3875
  * The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
@@ -3644,6 +3918,33 @@ declare namespace Connect {
3644
3918
  */
3645
3919
  Description?: ContactFlowDescription;
3646
3920
  }
3921
+ export type UpdateHoursOfOperationDescription = string;
3922
+ export interface UpdateHoursOfOperationRequest {
3923
+ /**
3924
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3925
+ */
3926
+ InstanceId: InstanceId;
3927
+ /**
3928
+ * The identifier of the hours of operation.
3929
+ */
3930
+ HoursOfOperationId: HoursOfOperationId;
3931
+ /**
3932
+ * The name of the hours of operation.
3933
+ */
3934
+ Name?: CommonNameLength127;
3935
+ /**
3936
+ * The description of the hours of operation.
3937
+ */
3938
+ Description?: UpdateHoursOfOperationDescription;
3939
+ /**
3940
+ * The time zone of the hours of operation.
3941
+ */
3942
+ TimeZone?: TimeZone;
3943
+ /**
3944
+ * Configuration information of the hours of operation.
3945
+ */
3946
+ Config?: HoursOfOperationConfigList;
3947
+ }
3647
3948
  export interface UpdateInstanceAttributeRequest {
3648
3949
  /**
3649
3950
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
package/clients/ebs.d.ts CHANGED
@@ -45,11 +45,11 @@ declare class EBS extends Service {
45
45
  */
46
46
  listSnapshotBlocks(callback?: (err: AWSError, data: EBS.Types.ListSnapshotBlocksResponse) => void): Request<EBS.Types.ListSnapshotBlocksResponse, AWSError>;
47
47
  /**
48
- * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-byte sectors.
48
+ * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
49
49
  */
50
50
  putSnapshotBlock(params: EBS.Types.PutSnapshotBlockRequest, callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
51
51
  /**
52
- * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-byte sectors.
52
+ * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
53
53
  */
54
54
  putSnapshotBlock(callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
55
55
  /**
@@ -197,7 +197,7 @@ declare namespace EBS {
197
197
  */
198
198
  VolumeSize?: VolumeSize;
199
199
  /**
200
- * The size of the block.
200
+ * The size of the blocks in the snapshot, in bytes.
201
201
  */
202
202
  BlockSize?: BlockSize;
203
203
  /**
@@ -237,7 +237,7 @@ declare namespace EBS {
237
237
  */
238
238
  VolumeSize?: VolumeSize;
239
239
  /**
240
- * The size of the block.
240
+ * The size of the blocks in the snapshot, in bytes.
241
241
  */
242
242
  BlockSize?: BlockSize;
243
243
  /**
@@ -263,7 +263,7 @@ declare namespace EBS {
263
263
  */
264
264
  BlockData: BlockData;
265
265
  /**
266
- * The size of the data to write to the block, in bytes. Currently, the only supported size is 524288. Valid values: 524288
266
+ * The size of the data to write to the block, in bytes. Currently, the only supported size is 524288 bytes. Valid values: 524288
267
267
  */
268
268
  DataLength: DataLength;
269
269
  /**
@@ -308,15 +308,15 @@ declare namespace EBS {
308
308
  */
309
309
  Description?: Description;
310
310
  /**
311
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you do not specify a client token, one is automatically generated by the AWS SDK. For more information, see Idempotency for StartSnapshot API in the Amazon Elastic Compute Cloud User Guide.
311
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. For more information, see Idempotency for StartSnapshot API in the Amazon Elastic Compute Cloud User Guide.
312
312
  */
313
313
  ClientToken?: IdempotencyToken;
314
314
  /**
315
- * Indicates whether to encrypt the snapshot. To create an encrypted snapshot, specify true. To create an unencrypted snapshot, omit this parameter. If you specify a value for ParentSnapshotId, omit this parameter. If you specify true, the snapshot is encrypted using the CMK specified using the KmsKeyArn parameter. If no value is specified for KmsKeyArn, the default CMK for your account is used. If no default CMK has been specified for your account, the AWS managed CMK is used. To set a default CMK for your account, use ModifyEbsDefaultKmsKeyId. If your account is enabled for encryption by default, you cannot set this parameter to false. In this case, you can omit this parameter. For more information, see Using encryption in the Amazon Elastic Compute Cloud User Guide.
315
+ * Indicates whether to encrypt the snapshot. To create an encrypted snapshot, specify true. To create an unencrypted snapshot, omit this parameter. If you specify a value for ParentSnapshotId, omit this parameter. If you specify true, the snapshot is encrypted using the KMS key specified using the KmsKeyArn parameter. If no value is specified for KmsKeyArn, the default KMS key for your account is used. If no default KMS key has been specified for your account, the Amazon Web Services managed KMS key is used. To set a default KMS key for your account, use ModifyEbsDefaultKmsKeyId. If your account is enabled for encryption by default, you cannot set this parameter to false. In this case, you can omit this parameter. For more information, see Using encryption in the Amazon Elastic Compute Cloud User Guide.
316
316
  */
317
317
  Encrypted?: Boolean;
318
318
  /**
319
- * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) to be used to encrypt the snapshot. If you do not specify a CMK, the default AWS managed CMK is used. If you specify a ParentSnapshotId, omit this parameter; the snapshot will be encrypted using the same CMK that was used to encrypt the parent snapshot. If Encrypted is set to true, you must specify a CMK ARN.
319
+ * The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot. If you do not specify a KMS key, the default Amazon Web Services managed KMS key is used. If you specify a ParentSnapshotId, omit this parameter; the snapshot will be encrypted using the same KMS key that was used to encrypt the parent snapshot. If Encrypted is set to true, you must specify a KMS key ARN.
320
320
  */
321
321
  KmsKeyArn?: KmsKeyArn;
322
322
  /**
@@ -334,7 +334,7 @@ declare namespace EBS {
334
334
  */
335
335
  SnapshotId?: SnapshotId;
336
336
  /**
337
- * The AWS account ID of the snapshot owner.
337
+ * The Amazon Web Services account ID of the snapshot owner.
338
338
  */
339
339
  OwnerId?: OwnerId;
340
340
  /**
@@ -362,7 +362,7 @@ declare namespace EBS {
362
362
  */
363
363
  ParentSnapshotId?: SnapshotId;
364
364
  /**
365
- * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) used to encrypt the snapshot.
365
+ * The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
366
366
  */
367
367
  KmsKeyArn?: KmsKeyArn;
368
368
  }