Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

Input security groups: group ID

フォーカスモード
Input security groups: group ID - AWS Elemental MediaLive API Reference
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

URI

/prod/inputSecurityGroups/inputSecurityGroupId

HTTP methods

DELETE

Operation ID: DeleteInputSecurityGroup

Path parameters
NameTypeRequiredDescription
inputSecurityGroupIdStringTrue
Responses
Status codeResponse modelDescription
200Empty

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

GET

Operation ID: DescribeInputSecurityGroup

Path parameters
NameTypeRequiredDescription
inputSecurityGroupIdStringTrue
Responses
Status codeResponse modelDescription
200InputSecurityGroup

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

PUT

Operation ID: UpdateInputSecurityGroup

Path parameters
NameTypeRequiredDescription
inputSecurityGroupIdStringTrue
Responses
Status codeResponse modelDescription
200UpdateInputSecurityGroupResultModel

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

409ResourceConflict

409 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

Schemas

Request bodies

{ "tags": { }, "whitelistRules": [ { "cidr": "string" } ] }

PUT schema

{ "tags": { }, "whitelistRules": [ { "cidr": "string" } ] }

Response bodies

{ }

Empty schema

{ }
{ "arn": "string", "id": "string", "inputs": [ "string" ], "state": enum, "tags": { }, "whitelistRules": [ { "cidr": "string" } ] }

InputSecurityGroup schema

{ "arn": "string", "id": "string", "inputs": [ "string" ], "state": enum, "tags": { }, "whitelistRules": [ { "cidr": "string" } ] }
{ "securityGroup": { "arn": "string", "id": "string", "inputs": [ "string" ], "state": enum, "tags": { }, "whitelistRules": [ { "cidr": "string" } ] } }

UpdateInputSecurityGroupResultModel schema

{ "securityGroup": { "arn": "string", "id": "string", "inputs": [ "string" ], "state": enum, "tags": { }, "whitelistRules": [ { "cidr": "string" } ] } }
{ "message": "string" }

InvalidRequest schema

{ "message": "string" }
{ "message": "string" }

AccessDenied schema

{ "message": "string" }
{ "message": "string" }

ResourceNotFound schema

{ "message": "string" }
{ "message": "string" }

ResourceConflict schema

{ "message": "string" }
{ "message": "string" }

LimitExceeded schema

{ "message": "string" }
{ "message": "string" }

InternalServiceError schema

{ "message": "string" }
{ "message": "string" }

BadGatewayException schema

{ "message": "string" }
{ "message": "string" }

GatewayTimeoutException schema

{ "message": "string" }

Properties

AccessDenied

PropertyTypeRequiredDescription
message

string

False

BadGatewayException

PropertyTypeRequiredDescription
message

string

False

Empty

GatewayTimeoutException

PropertyTypeRequiredDescription
message

string

False

InputSecurityGroup

An Input Security Group

PropertyTypeRequiredDescription
arn

string

False

Unique ARN of Input Security Group

id

string

False

The Id of the Input Security Group

inputs

Array of type string

False

The list of inputs currently using this Input Security Group.

state

InputSecurityGroupState

False

The current state of the Input Security Group.

tags

Tags

False

A collection of key-value pairs.

whitelistRules

Array of type InputWhitelistRule

False

Whitelist rules and their sync status

InputSecurityGroupState

  • IDLE

  • IN_USE

  • UPDATING

  • DELETED

InputSecurityGroupWhitelistRequest

Request of IPv4 CIDR addresses to whitelist in a security group.

PropertyTypeRequiredDescription
tags

Tags

False

A collection of key-value pairs.

whitelistRules

Array of type InputWhitelistRuleCidr

False

List of IPv4 CIDR addresses to whitelist

InputWhitelistRule

Whitelist rule

PropertyTypeRequiredDescription
cidr

string

False

The IPv4 CIDR that's whitelisted.

InputWhitelistRuleCidr

An IPv4 CIDR to whitelist.

PropertyTypeRequiredDescription
cidr

string

False

The IPv4 CIDR to whitelist.

InternalServiceError

PropertyTypeRequiredDescription
message

string

False

InvalidRequest

PropertyTypeRequiredDescription
message

string

False

LimitExceeded

PropertyTypeRequiredDescription
message

string

False

ResourceConflict

PropertyTypeRequiredDescription
message

string

False

ResourceNotFound

PropertyTypeRequiredDescription
message

string

False

Tags

PropertyTypeRequiredDescription

*

string

False

UpdateInputSecurityGroupResultModel

PropertyTypeRequiredDescription
securityGroup

InputSecurityGroup

False

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

DeleteInputSecurityGroup

DescribeInputSecurityGroup

UpdateInputSecurityGroup

このページの内容

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.