Skip to content

Commit 639bc26

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#2772)
1 parent 481766e commit 639bc26

File tree

728 files changed

+1066
-802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

728 files changed

+1066
-802
lines changed

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -40,8 +40,8 @@
4040
* Guide</i>.
4141
* </p>
4242
* <p>
43-
* You can connect programmatically to an AWS service by using an endpoint. For
44-
* a list of Amazon Connect endpoints, see <a
43+
* You can connect programmatically to an Amazon Web Services service by using
44+
* an endpoint. For a list of Amazon Connect endpoints, see <a
4545
* href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html"
4646
* >Amazon Connect Endpoints</a>.
4747
* </p>
@@ -516,7 +516,8 @@ CreateInstanceResult createInstance(CreateInstanceRequest createInstanceRequest)
516516

517517
/**
518518
* <p>
519-
* Creates an AWS resource association with an Amazon Connect instance.
519+
* Creates an Amazon Web Services resource association with an Amazon
520+
* Connect instance.
520521
* </p>
521522
*
522523
* @param createIntegrationAssociationRequest
@@ -849,8 +850,9 @@ void deleteInstance(DeleteInstanceRequest deleteInstanceRequest) throws AmazonCl
849850

850851
/**
851852
* <p>
852-
* Deletes an AWS resource association from an Amazon Connect instance. The
853-
* association must not have any use cases associated with it.
853+
* Deletes an Amazon Web Services resource association from an Amazon
854+
* Connect instance. The association must not have any use cases associated
855+
* with it.
854856
* </p>
855857
*
856858
* @param deleteIntegrationAssociationRequest
@@ -2071,8 +2073,8 @@ ListInstancesResult listInstances(ListInstancesRequest listInstancesRequest)
20712073

20722074
/**
20732075
* <p>
2074-
* Provides summary information about the AWS resource associations for the
2075-
* specified Amazon Connect instance.
2076+
* Provides summary information about the Amazon Web Services resource
2077+
* associations for the specified Amazon Connect instance.
20762078
* </p>
20772079
*
20782080
* @param listIntegrationAssociationsRequest

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -43,8 +43,8 @@
4343
* Guide</i>.
4444
* </p>
4545
* <p>
46-
* You can connect programmatically to an AWS service by using an endpoint. For
47-
* a list of Amazon Connect endpoints, see <a
46+
* You can connect programmatically to an Amazon Web Services service by using
47+
* an endpoint. For a list of Amazon Connect endpoints, see <a
4848
* href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html"
4949
* >Amazon Connect Endpoints</a>.
5050
* </p>
@@ -966,7 +966,8 @@ Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest createIns
966966

967967
/**
968968
* <p>
969-
* Creates an AWS resource association with an Amazon Connect instance.
969+
* Creates an Amazon Web Services resource association with an Amazon
970+
* Connect instance.
970971
* </p>
971972
*
972973
* @param createIntegrationAssociationRequest
@@ -992,7 +993,8 @@ Future<CreateIntegrationAssociationResult> createIntegrationAssociationAsync(
992993

993994
/**
994995
* <p>
995-
* Creates an AWS resource association with an Amazon Connect instance.
996+
* Creates an Amazon Web Services resource association with an Amazon
997+
* Connect instance.
996998
* </p>
997999
*
9981000
* @param createIntegrationAssociationRequest
@@ -1710,8 +1712,9 @@ Future<Void> deleteInstanceAsync(DeleteInstanceRequest deleteInstanceRequest,
17101712

17111713
/**
17121714
* <p>
1713-
* Deletes an AWS resource association from an Amazon Connect instance. The
1714-
* association must not have any use cases associated with it.
1715+
* Deletes an Amazon Web Services resource association from an Amazon
1716+
* Connect instance. The association must not have any use cases associated
1717+
* with it.
17151718
* </p>
17161719
*
17171720
* @param deleteIntegrationAssociationRequest
@@ -1736,8 +1739,9 @@ Future<Void> deleteIntegrationAssociationAsync(
17361739

17371740
/**
17381741
* <p>
1739-
* Deletes an AWS resource association from an Amazon Connect instance. The
1740-
* association must not have any use cases associated with it.
1742+
* Deletes an Amazon Web Services resource association from an Amazon
1743+
* Connect instance. The association must not have any use cases associated
1744+
* with it.
17411745
* </p>
17421746
*
17431747
* @param deleteIntegrationAssociationRequest
@@ -4458,8 +4462,8 @@ Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest listInstance
44584462

44594463
/**
44604464
* <p>
4461-
* Provides summary information about the AWS resource associations for the
4462-
* specified Amazon Connect instance.
4465+
* Provides summary information about the Amazon Web Services resource
4466+
* associations for the specified Amazon Connect instance.
44634467
* </p>
44644468
*
44654469
* @param listIntegrationAssociationsRequest
@@ -4484,8 +4488,8 @@ Future<ListIntegrationAssociationsResult> listIntegrationAssociationsAsync(
44844488

44854489
/**
44864490
* <p>
4487-
* Provides summary information about the AWS resource associations for the
4488-
* specified Amazon Connect instance.
4491+
* Provides summary information about the Amazon Web Services resource
4492+
* associations for the specified Amazon Connect instance.
44894493
* </p>
44904494
*
44914495
* @param listIntegrationAssociationsRequest

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -51,8 +51,8 @@
5151
* Guide</i>.
5252
* </p>
5353
* <p>
54-
* You can connect programmatically to an AWS service by using an endpoint. For
55-
* a list of Amazon Connect endpoints, see <a
54+
* You can connect programmatically to an Amazon Web Services service by using
55+
* an endpoint. For a list of Amazon Connect endpoints, see <a
5656
* href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html"
5757
* >Amazon Connect Endpoints</a>.
5858
* </p>
@@ -1408,7 +1408,8 @@ public CreateInstanceResult call() throws Exception {
14081408

14091409
/**
14101410
* <p>
1411-
* Creates an AWS resource association with an Amazon Connect instance.
1411+
* Creates an Amazon Web Services resource association with an Amazon
1412+
* Connect instance.
14121413
* </p>
14131414
*
14141415
* @param createIntegrationAssociationRequest
@@ -1440,7 +1441,8 @@ public CreateIntegrationAssociationResult call() throws Exception {
14401441

14411442
/**
14421443
* <p>
1443-
* Creates an AWS resource association with an Amazon Connect instance.
1444+
* Creates an Amazon Web Services resource association with an Amazon
1445+
* Connect instance.
14441446
* </p>
14451447
*
14461448
* @param createIntegrationAssociationRequest
@@ -2351,8 +2353,9 @@ public Void call() throws Exception {
23512353

23522354
/**
23532355
* <p>
2354-
* Deletes an AWS resource association from an Amazon Connect instance. The
2355-
* association must not have any use cases associated with it.
2356+
* Deletes an Amazon Web Services resource association from an Amazon
2357+
* Connect instance. The association must not have any use cases associated
2358+
* with it.
23562359
* </p>
23572360
*
23582361
* @param deleteIntegrationAssociationRequest
@@ -2384,8 +2387,9 @@ public Void call() throws Exception {
23842387

23852388
/**
23862389
* <p>
2387-
* Deletes an AWS resource association from an Amazon Connect instance. The
2388-
* association must not have any use cases associated with it.
2390+
* Deletes an Amazon Web Services resource association from an Amazon
2391+
* Connect instance. The association must not have any use cases associated
2392+
* with it.
23892393
* </p>
23902394
*
23912395
* @param deleteIntegrationAssociationRequest
@@ -5814,8 +5818,8 @@ public ListInstancesResult call() throws Exception {
58145818

58155819
/**
58165820
* <p>
5817-
* Provides summary information about the AWS resource associations for the
5818-
* specified Amazon Connect instance.
5821+
* Provides summary information about the Amazon Web Services resource
5822+
* associations for the specified Amazon Connect instance.
58195823
* </p>
58205824
*
58215825
* @param listIntegrationAssociationsRequest
@@ -5846,8 +5850,8 @@ public ListIntegrationAssociationsResult call() throws Exception {
58465850

58475851
/**
58485852
* <p>
5849-
* Provides summary information about the AWS resource associations for the
5850-
* specified Amazon Connect instance.
5853+
* Provides summary information about the Amazon Web Services resource
5854+
* associations for the specified Amazon Connect instance.
58515855
* </p>
58525856
*
58535857
* @param listIntegrationAssociationsRequest

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -53,8 +53,8 @@
5353
* Guide</i>.
5454
* </p>
5555
* <p>
56-
* You can connect programmatically to an AWS service by using an endpoint. For
57-
* a list of Amazon Connect endpoints, see <a
56+
* You can connect programmatically to an Amazon Web Services service by using
57+
* an endpoint. For a list of Amazon Connect endpoints, see <a
5858
* href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html"
5959
* >Amazon Connect Endpoints</a>.
6060
* </p>
@@ -1115,7 +1115,8 @@ public CreateInstanceResult createInstance(CreateInstanceRequest createInstanceR
11151115

11161116
/**
11171117
* <p>
1118-
* Creates an AWS resource association with an Amazon Connect instance.
1118+
* Creates an Amazon Web Services resource association with an Amazon
1119+
* Connect instance.
11191120
* </p>
11201121
*
11211122
* @param createIntegrationAssociationRequest
@@ -1754,8 +1755,9 @@ public void deleteInstance(DeleteInstanceRequest deleteInstanceRequest)
17541755

17551756
/**
17561757
* <p>
1757-
* Deletes an AWS resource association from an Amazon Connect instance. The
1758-
* association must not have any use cases associated with it.
1758+
* Deletes an Amazon Web Services resource association from an Amazon
1759+
* Connect instance. The association must not have any use cases associated
1760+
* with it.
17591761
* </p>
17601762
*
17611763
* @param deleteIntegrationAssociationRequest
@@ -4060,8 +4062,8 @@ public ListInstancesResult listInstances(ListInstancesRequest listInstancesReque
40604062

40614063
/**
40624064
* <p>
4063-
* Provides summary information about the AWS resource associations for the
4064-
* specified Amazon Connect instance.
4065+
* Provides summary information about the Amazon Web Services resource
4066+
* associations for the specified Amazon Connect instance.
40654067
* </p>
40664068
*
40674069
* @param listIntegrationAssociationsRequest

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AccessDeniedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AgentInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AgentStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AgentStatusState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AgentStatusSummary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/AgentStatusType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)