Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinesisvideo Update models to latest #3547

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -689,6 +689,12 @@ ListTagsForStreamResult listTagsForStream(ListTagsForStreamRequest listTagsForSt
* the Edge Agent will be retried for 15 minutes. After 15 minutes, the
* status will transition into the <code>SYNC_FAILED</code> state.
* </p>
* <p>
* To move an edge configuration from one device to another, use
* <a>DeleteEdgeConfiguration</a> to delete the current edge configuration.
* You can then invoke StartEdgeConfigurationUpdate with an updated Hub
* Device ARN.
* </p>
*
* @param startEdgeConfigurationUpdateRequest
* @return startEdgeConfigurationUpdateResult The response from the
Expand Down Expand Up @@ -849,11 +855,6 @@ UntagStreamResult untagStream(UntagStreamRequest untagStreamRequest)
* in the request body. In the request, you must specify either the
* <code>StreamName</code> or the <code>StreamARN</code>.
* </p>
* <note>
* <p>
* The retention period that you specify replaces the current value.
* </p>
* </note>
* <p>
* This operation requires permission for the
* <code>KinesisVideo:UpdateDataRetention</code> action.
Expand Down Expand Up @@ -934,19 +935,20 @@ UpdateImageGenerationConfigurationResult updateImageGenerationConfiguration(
/**
* <p>
* Associates a <code>SignalingChannel</code> to a stream to store the
* media. There are two signaling modes that can specified :
* media. There are two signaling modes that you can specify :
* </p>
* <ul>
* <li>
* <p>
* If the <code>StorageStatus</code> is disabled, no data will be stored,
* and the <code>StreamARN</code> parameter will not be needed.
* If <code>StorageStatus</code> is enabled, the data will be stored in the
* <code>StreamARN</code> provided. In order for WebRTC Ingestion to work,
* the stream must have data retention enabled.
* </p>
* </li>
* <li>
* <p>
* If the <code>StorageStatus</code> is enabled, the data will be stored in
* the <code>StreamARN</code> provided.
* If <code>StorageStatus</code> is disabled, no data will be stored, and
* the <code>StreamARN</code> parameter will not be needed.
* </p>
* </li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -1470,6 +1470,12 @@ public ListTagsForStreamResult listTagsForStream(
* the Edge Agent will be retried for 15 minutes. After 15 minutes, the
* status will transition into the <code>SYNC_FAILED</code> state.
* </p>
* <p>
* To move an edge configuration from one device to another, use
* <a>DeleteEdgeConfiguration</a> to delete the current edge configuration.
* You can then invoke StartEdgeConfigurationUpdate with an updated Hub
* Device ARN.
* </p>
*
* @param startEdgeConfigurationUpdateRequest
* @return startEdgeConfigurationUpdateResult The response from the
Expand Down Expand Up @@ -1761,11 +1767,6 @@ public UntagStreamResult untagStream(UntagStreamRequest untagStreamRequest)
* in the request body. In the request, you must specify either the
* <code>StreamName</code> or the <code>StreamARN</code>.
* </p>
* <note>
* <p>
* The retention period that you specify replaces the current value.
* </p>
* </note>
* <p>
* This operation requires permission for the
* <code>KinesisVideo:UpdateDataRetention</code> action.
Expand Down Expand Up @@ -1900,19 +1901,20 @@ public UpdateImageGenerationConfigurationResult updateImageGenerationConfigurati
/**
* <p>
* Associates a <code>SignalingChannel</code> to a stream to store the
* media. There are two signaling modes that can specified :
* media. There are two signaling modes that you can specify :
* </p>
* <ul>
* <li>
* <p>
* If the <code>StorageStatus</code> is disabled, no data will be stored,
* and the <code>StreamARN</code> parameter will not be needed.
* If <code>StorageStatus</code> is enabled, the data will be stored in the
* <code>StreamARN</code> provided. In order for WebRTC Ingestion to work,
* the stream must have data retention enabled.
* </p>
* </li>
* <li>
* <p>
* If the <code>StorageStatus</code> is enabled, the data will be stored in
* the <code>StreamARN</code> provided.
* If <code>StorageStatus</code> is disabled, no data will be stored, and
* the <code>StreamARN</code> parameter will not be needed.
* </p>
* </li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -69,7 +69,7 @@ public class DescribeMappedResourceConfigurationRequest extends AmazonWebService
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*/
private String nextToken;
Expand Down Expand Up @@ -255,7 +255,7 @@ public DescribeMappedResourceConfigurationRequest withMaxResults(Integer maxResu
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @return <p>
Expand All @@ -274,7 +274,7 @@ public String getNextToken() {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @param nextToken <p>
Expand All @@ -296,7 +296,7 @@ public void setNextToken(String nextToken) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @param nextToken <p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,7 +33,7 @@ public class DescribeMappedResourceConfigurationResult implements Serializable {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*/
private String nextToken;
Expand Down Expand Up @@ -132,7 +132,7 @@ public DescribeMappedResourceConfigurationResult withMappedResourceConfiguration
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @return <p>
Expand All @@ -151,7 +151,7 @@ public String getNextToken() {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @param nextToken <p>
Expand All @@ -173,7 +173,7 @@ public void setNextToken(String nextToken) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>0 - 512<br/>
* <b>Length: </b>0 - 1024<br/>
* <b>Pattern: </b>[a-zA-Z0-9+/=]*<br/>
*
* @param nextToken <p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Loading