Skip to content

Commit cf94e1d

Browse files
authored
kinesisvideowebrtcstorage models updates (#3277)
1 parent 3b55353 commit cf94e1d

File tree

6 files changed

+46
-49
lines changed

6 files changed

+46
-49
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <p>
2525
* </p>
2626
**/
27-
public interface AmazonKinesisVideoWebRTCStorage {
27+
public interface AWSKinesisVideoWebRTCStorage {
2828

2929
/**
3030
* Overrides the default endpoint for this client
@@ -60,7 +60,7 @@ public interface AmazonKinesisVideoWebRTCStorage {
6060

6161
/**
6262
* An alternative to
63-
* {@link AmazonKinesisVideoWebRTCStorage#setEndpoint(String)}, sets the
63+
* {@link AWSKinesisVideoWebRTCStorage#setEndpoint(String)}, sets the
6464
* regional endpoint for this client's service calls. Callers can use this
6565
* method to control which AWS region they want to work with.
6666
* <p>
Lines changed: 40 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
* <p>
3939
* </p>
4040
*/
41-
public class AmazonKinesisVideoWebRTCStorageClient extends AmazonWebServiceClient implements
42-
AmazonKinesisVideoWebRTCStorage {
41+
public class AWSKinesisVideoWebRTCStorageClient extends AmazonWebServiceClient implements
42+
AWSKinesisVideoWebRTCStorage {
4343
/** Provider for AWS credentials. */
4444
private AWSCredentialsProvider awsCredentialsProvider;
4545

@@ -51,8 +51,8 @@ public class AmazonKinesisVideoWebRTCStorageClient extends AmazonWebServiceClien
5151

5252
/**
5353
* Constructs a new client to invoke service methods on
54-
* AmazonKinesisVideoWebRTCStorage. A credentials provider chain will be
55-
* used that searches for credentials in this order:
54+
* AWSKinesisVideoWebRTCStorage. A credentials provider chain will be used
55+
* that searches for credentials in this order:
5656
* <ul>
5757
* <li>Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY</li>
5858
* <li>Java System Properties - aws.accessKeyId and aws.secretKey</li>
@@ -66,14 +66,14 @@ public class AmazonKinesisVideoWebRTCStorageClient extends AmazonWebServiceClien
6666
* @see DefaultAWSCredentialsProviderChain
6767
*/
6868
@Deprecated
69-
public AmazonKinesisVideoWebRTCStorageClient() {
69+
public AWSKinesisVideoWebRTCStorageClient() {
7070
this(new DefaultAWSCredentialsProviderChain(), new ClientConfiguration());
7171
}
7272

7373
/**
7474
* Constructs a new client to invoke service methods on
75-
* AmazonKinesisVideoWebRTCStorage. A credentials provider chain will be
76-
* used that searches for credentials in this order:
75+
* AWSKinesisVideoWebRTCStorage. A credentials provider chain will be used
76+
* that searches for credentials in this order:
7777
* <ul>
7878
* <li>Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY</li>
7979
* <li>Java System Properties - aws.accessKeyId and aws.secretKey</li>
@@ -85,19 +85,18 @@ public AmazonKinesisVideoWebRTCStorageClient() {
8585
* will not return until the service call completes.
8686
*
8787
* @param clientConfiguration The client configuration options controlling
88-
* how this client connects to AmazonKinesisVideoWebRTCStorage
89-
* (ex: proxy settings, retry counts, etc.).
88+
* how this client connects to AWSKinesisVideoWebRTCStorage (ex:
89+
* proxy settings, retry counts, etc.).
9090
* @see DefaultAWSCredentialsProviderChain
9191
*/
9292
@Deprecated
93-
public AmazonKinesisVideoWebRTCStorageClient(ClientConfiguration clientConfiguration) {
93+
public AWSKinesisVideoWebRTCStorageClient(ClientConfiguration clientConfiguration) {
9494
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
9595
}
9696

9797
/**
9898
* Constructs a new client to invoke service methods on
99-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
100-
* credentials.
99+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials.
101100
* <p>
102101
* The client requests are authenticated using the {@link AWSCredentials}
103102
* provided in this constructor. Static AWSCredentials can be passed for
@@ -111,7 +110,7 @@ public AmazonKinesisVideoWebRTCStorageClient(ClientConfiguration clientConfigura
111110
* AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback&lt;UserStateDetails&gt;() {
112111
* &#064;Override
113112
* public void onResult(final UserStateDetails details) {
114-
* AmazonKinesisVideoWebRTCStorageClient client = new AmazonKinesisVideoWebRTCStorageClient(
113+
* AWSKinesisVideoWebRTCStorageClient client = new AWSKinesisVideoWebRTCStorageClient(
115114
* AWSMobileClient.getInstance());
116115
* }
117116
*
@@ -128,14 +127,14 @@ public AmazonKinesisVideoWebRTCStorageClient(ClientConfiguration clientConfigura
128127
* @param awsCredentials The AWS credentials (access key ID and secret key)
129128
* to use when authenticating with AWS services.
130129
*/
131-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials) {
130+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials) {
132131
this(awsCredentials, new ClientConfiguration());
133132
}
134133

135134
/**
136135
* Constructs a new client to invoke service methods on
137-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
138-
* credentials and client configuration options.
136+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials
137+
* and client configuration options.
139138
* <p>
140139
* The client requests are authenticated using the {@link AWSCredentials}
141140
* provided in this constructor. Static AWSCredentials can be passed for
@@ -149,7 +148,7 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials) {
149148
* AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback&lt;UserStateDetails&gt;() {
150149
* &#064;Override
151150
* public void onResult(final UserStateDetails details) {
152-
* AmazonKinesisVideoWebRTCStorageClient client = new AmazonKinesisVideoWebRTCStorageClient(
151+
* AWSKinesisVideoWebRTCStorageClient client = new AWSKinesisVideoWebRTCStorageClient(
153152
* AWSMobileClient.getInstance());
154153
* }
155154
*
@@ -166,18 +165,18 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials) {
166165
* @param awsCredentials The AWS credentials (access key ID and secret key)
167166
* to use when authenticating with AWS services.
168167
* @param clientConfiguration The client configuration options controlling
169-
* how this client connects to AmazonKinesisVideoWebRTCStorage
170-
* (ex: proxy settings, retry counts, etc.).
168+
* how this client connects to AWSKinesisVideoWebRTCStorage (ex:
169+
* proxy settings, retry counts, etc.).
171170
*/
172-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials,
171+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials,
173172
ClientConfiguration clientConfiguration) {
174173
this(new StaticCredentialsProvider(awsCredentials), clientConfiguration);
175174
}
176175

177176
/**
178177
* Constructs a new client to invoke service methods on
179-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
180-
* credentials provider.
178+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials
179+
* provider.
181180
* <p>
182181
* The client requests are authenticated using the {@link AWSCredentials}
183182
* provided by the {@link AWSCredentialsProvider}. Static AWSCredentials can
@@ -191,7 +190,7 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials,
191190
* AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback&lt;UserStateDetails&gt;() {
192191
* &#064;Override
193192
* public void onResult(final UserStateDetails details) {
194-
* AmazonKinesisVideoWebRTCStorageClient client = new AmazonKinesisVideoWebRTCStorageClient(
193+
* AWSKinesisVideoWebRTCStorageClient client = new AWSKinesisVideoWebRTCStorageClient(
195194
* AWSMobileClient.getInstance());
196195
* }
197196
*
@@ -209,14 +208,14 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentials awsCredentials,
209208
* provide credentials to authenticate requests with AWS
210209
* services.
211210
*/
212-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider) {
211+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider) {
213212
this(awsCredentialsProvider, new ClientConfiguration());
214213
}
215214

216215
/**
217216
* Constructs a new client to invoke service methods on
218-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
219-
* credentials provider and client configuration options.
217+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials
218+
* provider and client configuration options.
220219
* <p>
221220
* The client requests are authenticated using the {@link AWSCredentials}
222221
* provided by the {@link AWSCredentialsProvider}. Static AWSCredentials can
@@ -230,7 +229,7 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
230229
* AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback&lt;UserStateDetails&gt;() {
231230
* &#064;Override
232231
* public void onResult(final UserStateDetails details) {
233-
* AmazonKinesisVideoWebRTCStorageClient client = new AmazonKinesisVideoWebRTCStorageClient(
232+
* AWSKinesisVideoWebRTCStorageClient client = new AWSKinesisVideoWebRTCStorageClient(
234233
* AWSMobileClient.getInstance());
235234
* }
236235
*
@@ -248,19 +247,18 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
248247
* provide credentials to authenticate requests with AWS
249248
* services.
250249
* @param clientConfiguration The client configuration options controlling
251-
* how this client connects to AmazonKinesisVideoWebRTCStorage
252-
* (ex: proxy settings, retry counts, etc.).
250+
* how this client connects to AWSKinesisVideoWebRTCStorage (ex:
251+
* proxy settings, retry counts, etc.).
253252
*/
254-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
253+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
255254
ClientConfiguration clientConfiguration) {
256255
this(awsCredentialsProvider, clientConfiguration, new UrlHttpClient(clientConfiguration));
257256
}
258257

259258
/**
260259
* Constructs a new client to invoke service methods on
261-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
262-
* credentials provider, client configuration options and request metric
263-
* collector.
260+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials
261+
* provider, client configuration options and request metric collector.
264262
* <p>
265263
* All service calls made using this new client object are blocking, and
266264
* will not return until the service call completes.
@@ -269,12 +267,12 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
269267
* provide credentials to authenticate requests with AWS
270268
* services.
271269
* @param clientConfiguration The client configuration options controlling
272-
* how this client connects to AmazonKinesisVideoWebRTCStorage
273-
* (ex: proxy settings, retry counts, etc.).
270+
* how this client connects to AWSKinesisVideoWebRTCStorage (ex:
271+
* proxy settings, retry counts, etc.).
274272
* @param requestMetricCollector optional request metric collector
275273
*/
276274
@Deprecated
277-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
275+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
278276
ClientConfiguration clientConfiguration,
279277
RequestMetricCollector requestMetricCollector) {
280278
super(adjustClientConfiguration(clientConfiguration), requestMetricCollector);
@@ -286,9 +284,8 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
286284

287285
/**
288286
* Constructs a new client to invoke service methods on
289-
* AmazonKinesisVideoWebRTCStorage using the specified AWS account
290-
* credentials provider, client configuration options and request metric
291-
* collector.
287+
* AWSKinesisVideoWebRTCStorage using the specified AWS account credentials
288+
* provider, client configuration options and request metric collector.
292289
* <p>
293290
* The client requests are authenticated using the {@link AWSCredentials}
294291
* provided by the {@link AWSCredentialsProvider}. Static AWSCredentials can
@@ -302,7 +299,7 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
302299
* AWSMobileClient.getInstance().initialize(getApplicationContext(), new Callback&lt;UserStateDetails&gt;() {
303300
* &#064;Override
304301
* public void onResult(final UserStateDetails details) {
305-
* AmazonKinesisVideoWebRTCStorageClient client = new AmazonKinesisVideoWebRTCStorageClient(
302+
* AWSKinesisVideoWebRTCStorageClient client = new AWSKinesisVideoWebRTCStorageClient(
306303
* AWSMobileClient.getInstance());
307304
* }
308305
*
@@ -320,11 +317,11 @@ public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentia
320317
* provide credentials to authenticate requests with AWS
321318
* services.
322319
* @param clientConfiguration The client configuration options controlling
323-
* how this client connects to AmazonKinesisVideoWebRTCStorage
324-
* (ex: proxy settings, retry counts, etc.).
320+
* how this client connects to AWSKinesisVideoWebRTCStorage (ex:
321+
* proxy settings, retry counts, etc.).
325322
* @param httpClient A http client
326323
*/
327-
public AmazonKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
324+
public AWSKinesisVideoWebRTCStorageClient(AWSCredentialsProvider awsCredentialsProvider,
328325
ClientConfiguration clientConfiguration, HttpClient httpClient) {
329326
super(adjustClientConfiguration(clientConfiguration), httpClient);
330327

aws-android-sdk-kinesisvideo-webrtcstorage/src/main/java/com/amazonaws/services/kinesisvideowebrtcstorage/model/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Classes modeling the various types represented by AmazonKinesisVideoWebRTCStorage
2+
* Classes modeling the various types represented by AWSKinesisVideoWebRTCStorage
33
*/
44

55
package com.amazonaws.services.kinesisvideowebrtcstorage.model;

aws-android-sdk-kinesisvideo-webrtcstorage/src/main/java/com/amazonaws/services/kinesisvideowebrtcstorage/model/transform/JoinStorageSessionAsViewerRequestMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Request<JoinStorageSessionAsViewerRequest> marshall(
5151
}
5252

5353
Request<JoinStorageSessionAsViewerRequest> request = new DefaultRequest<JoinStorageSessionAsViewerRequest>(
54-
joinStorageSessionAsViewerRequest, "AmazonKinesisVideoWebRTCStorage");
54+
joinStorageSessionAsViewerRequest, "AWSKinesisVideoWebRTCStorage");
5555
request.setHttpMethod(HttpMethodName.POST);
5656

5757
String uriResourcePath = "/joinStorageSessionAsViewer";

aws-android-sdk-kinesisvideo-webrtcstorage/src/main/java/com/amazonaws/services/kinesisvideowebrtcstorage/model/transform/JoinStorageSessionRequestMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Request<JoinStorageSessionRequest> marshall(
5151
}
5252

5353
Request<JoinStorageSessionRequest> request = new DefaultRequest<JoinStorageSessionRequest>(
54-
joinStorageSessionRequest, "AmazonKinesisVideoWebRTCStorage");
54+
joinStorageSessionRequest, "AWSKinesisVideoWebRTCStorage");
5555
request.setHttpMethod(HttpMethodName.POST);
5656

5757
String uriResourcePath = "/joinStorageSession";

aws-android-sdk-kinesisvideo-webrtcstorage/src/main/java/com/amazonaws/services/kinesisvideowebrtcstorage/model/transform/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Marhsalling for the various types represented byAmazonKinesisVideoWebRTCStorage
2+
* Marhsalling for the various types represented byAWSKinesisVideoWebRTCStorage
33
*/
44

55
package com.amazonaws.services.kinesisvideowebrtcstorage.model.transform;

0 commit comments

Comments
 (0)