Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Sep 6, 2023
1 parent 9391900 commit 2f0c8ca
Show file tree
Hide file tree
Showing 40 changed files with 858 additions and 499 deletions.
7 changes: 2 additions & 5 deletions apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2975,13 +2975,10 @@
},
"ServiceNowConnectorProfileCredentials":{
"type":"structure",
"required":[
"username",
"password"
],
"members":{
"username":{"shape":"Username"},
"password":{"shape":"Password"}
"password":{"shape":"Password"},
"oAuth2Credentials":{"shape":"OAuth2Credentials"}
}
},
"ServiceNowConnectorProfileProperties":{
Expand Down
3 changes: 2 additions & 1 deletion apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,8 @@
"OAuth2Credentials": {
"base": "<p>The OAuth 2.0 credentials required for OAuth 2.0 authentication.</p>",
"refs": {
"CustomConnectorProfileCredentials$oauth2": "<p>The OAuth 2.0 credentials required for the authentication of the user.</p>"
"CustomConnectorProfileCredentials$oauth2": "<p>The OAuth 2.0 credentials required for the authentication of the user.</p>",
"ServiceNowConnectorProfileCredentials$oAuth2Credentials": "<p> The OAuth 2.0 credentials required to authenticate the user. </p>"
}
},
"OAuth2CustomParameter": {
Expand Down
3 changes: 2 additions & 1 deletion apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30553,7 +30553,8 @@
"enum":[
"region",
"availability-zone",
"availability-zone-id"
"availability-zone-id",
"outpost"
]
},
"LogDestinationType":{
Expand Down
4 changes: 2 additions & 2 deletions apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Large diffs are not rendered by default.

362 changes: 163 additions & 199 deletions apis/elasticloadbalancingv2/2015-12-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions apis/medialive/2017-10-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6209,6 +6209,19 @@
"TimecodeConfig"
]
},
"EpochLockingSettings": {
"type": "structure",
"members": {
"CustomEpoch": {
"shape": "__string",
"locationName": "customEpoch"
},
"JamSyncTime": {
"shape": "__string",
"locationName": "jamSyncTime"
}
}
},
"Esam": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6588,6 +6601,10 @@
"SupportLowFramerateInputs": {
"shape": "GlobalConfigurationLowFramerateInputs",
"locationName": "supportLowFramerateInputs"
},
"OutputLockingSettings": {
"shape": "OutputLockingSettings",
"locationName": "outputLockingSettings"
}
}
},
Expand Down Expand Up @@ -11007,6 +11024,19 @@
}
}
},
"OutputLockingSettings": {
"type": "structure",
"members": {
"EpochLockingSettings": {
"shape": "EpochLockingSettings",
"locationName": "epochLockingSettings"
},
"PipelineLockingSettings": {
"shape": "PipelineLockingSettings",
"locationName": "pipelineLockingSettings"
}
}
},
"OutputSettings": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -11090,6 +11120,11 @@
"PIPELINE_1"
]
},
"PipelineLockingSettings": {
"type": "structure",
"members": {
}
},
"PipelinePauseStateSettings": {
"type": "structure",
"members": {
Expand Down
18 changes: 18 additions & 0 deletions apis/medialive/2017-10-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,12 @@
"UpdateChannel$EncoderSettings": "The encoder settings for this channel."
}
},
"EpochLockingSettings": {
"base": "Epoch Locking Settings",
"refs": {
"OutputLockingSettings$EpochLockingSettings": null
}
},
"Esam": {
"base": "Esam",
"refs": {
Expand Down Expand Up @@ -2731,6 +2737,12 @@
"UdpOutputSettings$Destination": "Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002)."
}
},
"OutputLockingSettings": {
"base": "Output Locking Settings",
"refs": {
"GlobalConfiguration$OutputLockingSettings": "Advanced output locking settings"
}
},
"OutputSettings": {
"base": "Output Settings",
"refs": {
Expand Down Expand Up @@ -2761,6 +2773,12 @@
"PipelinePauseStateSettings$PipelineId": "Pipeline ID to pause (\"PIPELINE_0\" or \"PIPELINE_1\")."
}
},
"PipelineLockingSettings": {
"base": "Pipeline Locking Settings",
"refs": {
"OutputLockingSettings$PipelineLockingSettings": null
}
},
"PipelinePauseStateSettings": {
"base": "Settings for pausing a pipeline.",
"refs": {
Expand Down
3 changes: 2 additions & 1 deletion apis/wafv2/2019-07-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@
"type":"structure",
"required":["InspectionLevel"],
"members":{
"InspectionLevel":{"shape":"InspectionLevel"}
"InspectionLevel":{"shape":"InspectionLevel"},
"EnableMachineLearning":{"shape":"Boolean"}
}
},
"Action":{"type":"string"},
Expand Down
31 changes: 16 additions & 15 deletions apis/wafv2/2019-07-29/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2f0c8ca

Please sign in to comment.