Skip to content

Commit 00330f3

Browse files
Update to latest models
1 parent 0adb050 commit 00330f3

4 files changed

Lines changed: 67 additions & 8 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``cleanrooms``",
4+
"description": "Added support for publishing detailed metrics to CloudWatch for operational monitoring of collaborations, including query performance and resource utilization."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``identitystore``",
4+
"description": "This change introduces \"Roles\" attribute for User entities supported by AWS Identity Store SDK."
5+
}

awscli/botocore/data/cleanrooms/2022-02-17/service-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,6 +3132,10 @@
31323132
"allowedResultRegions":{
31333133
"shape":"AllowedResultRegions",
31343134
"documentation":"<p>The Amazon Web Services Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.</p>"
3135+
},
3136+
"isMetricsEnabled":{
3137+
"shape":"Boolean",
3138+
"documentation":"<p>An indicator as to whether metrics are enabled for the collaboration.</p> <p>When <code>true</code>, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries.</p>"
31353139
}
31363140
},
31373141
"documentation":"<p>The multi-party data share environment. The collaboration contains metadata about its purpose and participants.</p>"
@@ -5004,6 +5008,10 @@
50045008
"allowedResultRegions":{
50055009
"shape":"AllowedResultRegions",
50065010
"documentation":"<p>The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.</p>"
5011+
},
5012+
"isMetricsEnabled":{
5013+
"shape":"Boolean",
5014+
"documentation":"<p>An indicator as to whether metrics have been enabled or disabled for the collaboration.</p> <p>When <code>true</code>, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries. The default value is <code>false</code>.</p>"
50075015
}
50085016
}
50095017
},
@@ -5361,6 +5369,10 @@
53615369
"paymentConfiguration":{
53625370
"shape":"MembershipPaymentConfiguration",
53635371
"documentation":"<p>The payment responsibilities accepted by the collaboration member.</p> <p>Not required if the collaboration member has the member ability to run queries. </p> <p>Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator. </p>"
5372+
},
5373+
"isMetricsEnabled":{
5374+
"shape":"Boolean",
5375+
"documentation":"<p>An indicator as to whether Amazon CloudWatch metrics have been enabled or disabled for the membership.</p> <p>Amazon CloudWatch metrics are only available when the collaboration has metrics enabled. This option can be set by collaboration members who have the ability to run queries (analysis runners) or by members who are configured as payers.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch. The default value is <code>false</code>.</p>"
53645376
}
53655377
}
53665378
},
@@ -8334,6 +8346,10 @@
83348346
"paymentConfiguration":{
83358347
"shape":"MembershipPaymentConfiguration",
83368348
"documentation":"<p>The payment responsibilities accepted by the collaboration member.</p>"
8349+
},
8350+
"isMetricsEnabled":{
8351+
"shape":"Boolean",
8352+
"documentation":"<p>An indicator as to whether Amazon CloudWatch metrics are enabled for the membership.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch.</p>"
83378353
}
83388354
},
83398355
"documentation":"<p>The membership object.</p>"

awscli/botocore/data/identitystore/2020-06-15/service-2.json

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
"documentation":"<p>A string representing the type of address. For example, \"Home.\"</p>"
421421
},
422422
"Primary":{
423-
"shape":"SensitiveBooleanType",
423+
"shape":"BooleanType",
424424
"documentation":"<p>A Boolean value representing whether this is the primary address for the associated resource.</p>"
425425
}
426426
},
@@ -480,6 +480,7 @@
480480
"documentation":"<p>The value of the attribute. This is a <code>Document</code> type. This type is not supported by Java V1, Go V1, and older versions of the CLI.</p>",
481481
"document":true
482482
},
483+
"BooleanType":{"type":"boolean"},
483484
"ConflictException":{
484485
"type":"structure",
485486
"members":{
@@ -649,6 +650,10 @@
649650
"shape":"SensitiveStringType",
650651
"documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field supports standard date format for storing personal information.</p>"
651652
},
653+
"Roles":{
654+
"shape":"Roles",
655+
"documentation":"<p>A list of <code>Role</code> objects containing roles associated with the user.</p>"
656+
},
652657
"Extensions":{
653658
"shape":"Extensions",
654659
"documentation":"<p>A map with additional attribute extensions for the user. Each map key corresponds to an extension name, while map values represent extension data in <code>Document</code> type (not supported by Java V1, Go V1 and older versions of the CLI). <code>aws:identitystore:enterprise</code> is the only supported extension name.</p>"
@@ -963,6 +968,10 @@
963968
"shape":"SensitiveStringType",
964969
"documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field returns the stored birthdate information for the user.</p>"
965970
},
971+
"Roles":{
972+
"shape":"Roles",
973+
"documentation":"<p>The roles of the user.</p>"
974+
},
966975
"CreatedAt":{
967976
"shape":"DateType",
968977
"documentation":"<p>The date and time the user was created.</p>"
@@ -997,7 +1006,7 @@
9971006
"documentation":"<p>A string representing the type of address. For example, \"Work.\"</p>"
9981007
},
9991008
"Primary":{
1000-
"shape":"SensitiveBooleanType",
1009+
"shape":"BooleanType",
10011010
"documentation":"<p>A Boolean value representing whether this is the primary email address for the associated resource.</p>"
10021011
}
10031012
},
@@ -1308,7 +1317,7 @@
13081317
"documentation":"<p>An object that contains the identifier of a group member. Setting the <code>UserID</code> field to the specific identifier for a user indicates that the user is a member of the group.</p>"
13091318
},
13101319
"MembershipExists":{
1311-
"shape":"SensitiveBooleanType",
1320+
"shape":"BooleanType",
13121321
"documentation":"<p>Indicates whether a membership relation exists or not.</p>"
13131322
}
13141323
},
@@ -1609,7 +1618,7 @@
16091618
"documentation":"<p>A string representing the type of a phone number. For example, \"Mobile.\"</p>"
16101619
},
16111620
"Primary":{
1612-
"shape":"SensitiveBooleanType",
1621+
"shape":"BooleanType",
16131622
"documentation":"<p>A Boolean value representing whether this is the primary phone number for the associated resource.</p>"
16141623
}
16151624
},
@@ -1638,7 +1647,7 @@
16381647
"documentation":"<p>A human-readable description of the photo for display purposes. This optional field provides context about the photo.</p>"
16391648
},
16401649
"Primary":{
1641-
"shape":"SensitiveBooleanType",
1650+
"shape":"BooleanType",
16421651
"documentation":"<p>Specifies whether this is the user's primary photo. Default value is <code>false</code>. Only one photo can be designated as primary per user.</p>"
16431652
}
16441653
},
@@ -1701,9 +1710,29 @@
17011710
]
17021711
},
17031712
"RetryAfterSeconds":{"type":"integer"},
1704-
"SensitiveBooleanType":{
1705-
"type":"boolean",
1706-
"sensitive":true
1713+
"Role":{
1714+
"type":"structure",
1715+
"members":{
1716+
"Value":{
1717+
"shape":"SensitiveStringType",
1718+
"documentation":"<p>A string containing a role name. For example, \"Researcher.\"</p>"
1719+
},
1720+
"Type":{
1721+
"shape":"SensitiveStringType",
1722+
"documentation":"<p>A string representing the type of role. For example, \"Work.\"</p>"
1723+
},
1724+
"Primary":{
1725+
"shape":"BooleanType",
1726+
"documentation":"<p>A Boolean value representing whether this is the primary role for the associated resource.</p>"
1727+
}
1728+
},
1729+
"documentation":"<p>The role associated with the user.</p>"
1730+
},
1731+
"Roles":{
1732+
"type":"list",
1733+
"member":{"shape":"Role"},
1734+
"max":1,
1735+
"min":1
17071736
},
17081737
"SensitiveStringType":{
17091738
"type":"string",
@@ -1907,6 +1936,10 @@
19071936
"shape":"SensitiveStringType",
19081937
"documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field stores personal birthdate information for the user.</p>"
19091938
},
1939+
"Roles":{
1940+
"shape":"Roles",
1941+
"documentation":"<p>A list of <code>Role</code> objects containing roles associated with the user.</p>"
1942+
},
19101943
"CreatedAt":{
19111944
"shape":"DateType",
19121945
"documentation":"<p>The date and time the user was created.</p>"

0 commit comments

Comments
 (0)