Skip to content

Commit 9eb0b14

Browse files
authored
chore: update smithy models (#120)
1 parent 4369a6d commit 9eb0b14

File tree

160 files changed

+111384
-29029
lines changed

Some content is hidden

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

160 files changed

+111384
-29029
lines changed

codegen/sdk/aws-models/accessanalyzer.2019-11-01.json

Lines changed: 4823 additions & 2503 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/acm.2015-12-08.json

Lines changed: 182 additions & 15 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/acmpca.2017-08-22.json

Lines changed: 546 additions & 29 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/alexaforbusiness.2017-11-09.json

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,12 @@
14691469
"smithy.api#documentation": "<p>A unique, user-specified identifier for the request that ensures\n idempotency.</p>",
14701470
"smithy.api#idempotencyToken": {}
14711471
}
1472+
},
1473+
"Tags": {
1474+
"target": "com.amazonaws.alexaforbusiness#TagList",
1475+
"traits": {
1476+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1477+
}
14721478
}
14731479
}
14741480
},
@@ -1626,6 +1632,12 @@
16261632
"smithy.api#documentation": "<p>The request token of the client.</p>",
16271633
"smithy.api#idempotencyToken": {}
16281634
}
1635+
},
1636+
"Tags": {
1637+
"target": "com.amazonaws.alexaforbusiness#TagList",
1638+
"traits": {
1639+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1640+
}
16291641
}
16301642
}
16311643
},
@@ -1706,6 +1718,12 @@
17061718
"smithy.api#documentation": "<p>A unique, user-specified identifier for this request that ensures\n idempotency.</p>",
17071719
"smithy.api#idempotencyToken": {}
17081720
}
1721+
},
1722+
"Tags": {
1723+
"target": "com.amazonaws.alexaforbusiness#TagList",
1724+
"traits": {
1725+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1726+
}
17091727
}
17101728
}
17111729
},
@@ -1792,6 +1810,12 @@
17921810
"smithy.api#idempotencyToken": {},
17931811
"smithy.api#required": {}
17941812
}
1813+
},
1814+
"Tags": {
1815+
"target": "com.amazonaws.alexaforbusiness#TagList",
1816+
"traits": {
1817+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1818+
}
17951819
}
17961820
}
17971821
},
@@ -1952,6 +1976,12 @@
19521976
"smithy.api#idempotencyToken": {},
19531977
"smithy.api#required": {}
19541978
}
1979+
},
1980+
"Tags": {
1981+
"target": "com.amazonaws.alexaforbusiness#TagList",
1982+
"traits": {
1983+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags. </p>"
1984+
}
19551985
}
19561986
}
19571987
},
@@ -2065,6 +2095,12 @@
20652095
"smithy.api#documentation": "<p>Whether PSTN calling is enabled.</p>"
20662096
}
20672097
},
2098+
"DataRetentionOptIn": {
2099+
"target": "com.amazonaws.alexaforbusiness#Boolean",
2100+
"traits": {
2101+
"smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
2102+
}
2103+
},
20682104
"MeetingRoomConfiguration": {
20692105
"target": "com.amazonaws.alexaforbusiness#CreateMeetingRoomConfiguration",
20702106
"traits": {
@@ -5849,6 +5885,12 @@
58495885
"smithy.api#documentation": "<p>The PSTN setting of a room profile.</p>"
58505886
}
58515887
},
5888+
"DataRetentionOptIn": {
5889+
"target": "com.amazonaws.alexaforbusiness#Boolean",
5890+
"traits": {
5891+
"smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
5892+
}
5893+
},
58525894
"AddressBookArn": {
58535895
"target": "com.amazonaws.alexaforbusiness#Arn",
58545896
"traits": {
@@ -6206,7 +6248,13 @@
62066248
"RoomArn": {
62076249
"target": "com.amazonaws.alexaforbusiness#Arn",
62086250
"traits": {
6209-
"smithy.api#documentation": "<p>The ARN of the room with which to associate your AVS device.</p>"
6251+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the room with which to associate your AVS device.</p>"
6252+
}
6253+
},
6254+
"Tags": {
6255+
"target": "com.amazonaws.alexaforbusiness#TagList",
6256+
"traits": {
6257+
"smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
62106258
}
62116259
}
62126260
}
@@ -6314,7 +6362,7 @@
63146362
}
63156363
],
63166364
"traits": {
6317-
"smithy.api#documentation": "<p>Determines the details for the room from which a skill request was invoked. This\n operation is used by skill developers.</p>"
6365+
"smithy.api#documentation": "<p>Determines the details for the room from which a skill request was invoked. This\n operation is used by skill developers.</p>\n <p>To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When\n the skill is using an AWS Lambda function, the skill is automatically authorized when you\n publish your skill as a private skill to your AWS account. Skills that are hosted using a\n custom web service must be manually authorized. To get your skill authorized, contact AWS\n Support with your AWS account ID that queries the ResolveRoom API and skill ID. </p>"
63186366
}
63196367
},
63206368
"com.amazonaws.alexaforbusiness#ResolveRoomRequest": {
@@ -8784,6 +8832,12 @@
87848832
"smithy.api#documentation": "<p>Whether the PSTN setting of the room profile is enabled.</p>"
87858833
}
87868834
},
8835+
"DataRetentionOptIn": {
8836+
"target": "com.amazonaws.alexaforbusiness#Boolean",
8837+
"traits": {
8838+
"smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
8839+
}
8840+
},
87878841
"MeetingRoomConfiguration": {
87888842
"target": "com.amazonaws.alexaforbusiness#UpdateMeetingRoomConfiguration",
87898843
"traits": {

0 commit comments

Comments
 (0)