aws-sdk-chime 1.116.0 → 1.117.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1 -1
- data/lib/aws-sdk-chime.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4054bef86824ecc2939555d41b1e04eb176259a10dfc5ea406cb0c920eeac341
|
|
4
|
+
data.tar.gz: a9e60059e44c0367b41678ff82a376bb30c54fc0bef2bf4144e5ff25466b0f56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b25d265a6ce5acfe84573f926c1e873d64dfba9665614a94f8c7535f5583a46aad7968a37fdb7ba17fcb83436bad62c0a6903966d272f0c20dfb8d876e3a6535
|
|
7
|
+
data.tar.gz: 07310fe9e7fb2178a43ac655970421bae5d0897e099f47179f9e3ca921b833abc6750f685ac8e81652c893ac7396b5e653c1e04c9e3d1c090031ae417bdcfbf6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.117.0
|
data/lib/aws-sdk-chime/client.rb
CHANGED
data/lib/aws-sdk-chime.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
signin_delegate_groups: Array[
|
|
99
99
|
{
|
|
100
100
|
group_name: ::String?
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
]
|
|
103
103
|
) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
|
|
104
104
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
|
|
@@ -115,7 +115,7 @@ module Aws
|
|
|
115
115
|
{
|
|
116
116
|
member_id: ::String?,
|
|
117
117
|
role: ("Administrator" | "Member")?
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
]
|
|
120
120
|
) -> _BatchCreateRoomMembershipResponseSuccess
|
|
121
121
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateRoomMembershipResponseSuccess
|
|
@@ -163,7 +163,7 @@ module Aws
|
|
|
163
163
|
phone_number_id: ::String,
|
|
164
164
|
product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")?,
|
|
165
165
|
calling_name: ::String?
|
|
166
|
-
}
|
|
166
|
+
}
|
|
167
167
|
]
|
|
168
168
|
) -> _BatchUpdatePhoneNumberResponseSuccess
|
|
169
169
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdatePhoneNumberResponseSuccess
|
|
@@ -184,7 +184,7 @@ module Aws
|
|
|
184
184
|
is_alexa_for_business_enabled: bool?,
|
|
185
185
|
alexa_for_business_room_arn: ::String?
|
|
186
186
|
}?
|
|
187
|
-
}
|
|
187
|
+
}
|
|
188
188
|
]
|
|
189
189
|
) -> _BatchUpdateUserResponseSuccess
|
|
190
190
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateUserResponseSuccess
|